Add an example sequence template
This commit is contained in:
@@ -118,6 +118,8 @@ class SequenceDescriptor(MakoModuleDescriptor, XmlDescriptor):
|
||||
|
||||
stores_state = True # For remembering where in the sequence the student is
|
||||
|
||||
template_dir_name = 'sequential'
|
||||
|
||||
@classmethod
|
||||
def definition_from_xml(cls, xml_object, system):
|
||||
children = []
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
metadata:
|
||||
display_name: Sequence with Video
|
||||
data: ''
|
||||
children:
|
||||
- 'i4x://edx/templates/video/Empty'
|
||||
Reference in New Issue
Block a user