-
Notifications
You must be signed in to change notification settings - Fork 3
Presentation Upload and Structure
jacquesd edited this page Mar 16, 2013
·
2 revisions
The definition is a hierarchy of files containing an impress.js slideshow and questions. It has to be packaged in a zip archive.
As mentioned above, a presentation should be packaged in a zip archive. The zip archive must be structured in the following way to work with ASQ:
-
index.html
[MANDATORY]
Only contains the div="impress" part of the impress slides not a full html page.-
[css]
- style.css (style used for your impress slides)
-
[img]
- image files for the slides
- ...
- assets.json : JSON object containing a string type field named title which holds the title of the presentation and a field of type array of strings which holds all links which need to be included in the html page of the presentation, including the css files in the archive. Use relative links for files included in the archive and absolute links for the rest.
- questions.json : JSON object containing a list of all questions for those slides
-
[css]