Merge pull request #6035 from edx/jeskew/xmodule_to_xblock_vertical

Convert Vertical XModule to pure Vertical XBlock.
This commit is contained in:
Calen Pennington
2015-03-31 11:10:22 -04:00
39 changed files with 616 additions and 363 deletions

View File

@@ -3,7 +3,7 @@
"graceperiod": "2 days 5 hours 59 minutes 59 seconds",
"start": "2015-07-17T12:00",
"display_name": "Toy Course",
"graded": "true",
"graded": "true"
},
"tabs": [
{"type": "courseware"},
@@ -19,5 +19,5 @@
},
"html/secret:toylab": {
"display_name": "Toy lab"
},
}
}

View File

@@ -3,6 +3,6 @@
"graceperiod": "2 days 5 hours 59 minutes 59 seconds",
"start": "2015-07-17T12:00",
"display_name": "Toy Course",
"graded": "true",
"graded": "true"
}
}