Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. All the content (videos & question sets) will be at the top level

  2. The manifest.json contains entries for the video as well as question sets

  3. New attribute to be added - rootIdentifier - this will be the id of video content folder

  4. In manifest first item in items array would be video content

Structure of a current video ECAR

Code Block
manifest.json
do_xxxx/video.mp4
do_xxxx/do_yyyy_thumbnail.jpeg
interactions/do_questionset_1/ (this folder has the exact same contents of a question set ECAR)
interactions/do_questionset_2/

Proposed structure

Code Block
manifest.json
do_xxxx/video.mp4
do_xxxx/do_yyyy_thumbnail.jpeg
do_questionset_1/ (this folder has the exact same contents of a question set ECAR)
do_questionset_2/