...
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/ |
Option 3 - Use a structure similar to the “full ECAR”
All the content (videos & question sets) will be at the top level
The manifest.json contains entries for the video as well as question sets
New attribute to be added - rootIdentifier - this will be the id of video content folder
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/ |