diff --git a/common/lib/xmodule/xmodule/seq_module.py b/common/lib/xmodule/xmodule/seq_module.py index 22e919d367..51a24010fc 100644 --- a/common/lib/xmodule/xmodule/seq_module.py +++ b/common/lib/xmodule/xmodule/seq_module.py @@ -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 = [] diff --git a/common/lib/xmodule/xmodule/templates/sequential/with_video.yaml b/common/lib/xmodule/xmodule/templates/sequential/with_video.yaml new file mode 100644 index 0000000000..2aed4594c1 --- /dev/null +++ b/common/lib/xmodule/xmodule/templates/sequential/with_video.yaml @@ -0,0 +1,6 @@ +--- +metadata: + display_name: Sequence with Video +data: '' +children: + - 'i4x://edx/templates/video/Empty'