Add an example sequence template

This commit is contained in:
Calen Pennington
2012-09-25 09:57:11 -04:00
parent 5410e161f9
commit 7f6196c835
2 changed files with 8 additions and 0 deletions

View File

@@ -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 = []

View File

@@ -0,0 +1,6 @@
---
metadata:
display_name: Sequence with Video
data: ''
children:
- 'i4x://edx/templates/video/Empty'