Skip to content
Mathieu edited this page May 2, 2013 · 3 revisions

Adding a quizz layer to photoswipe to manage image based quizzes : not a quizz about an image, but a MCQ with images as answers.

One can store their questions in a JSON file following a certain format, then the Quizz class provides methods to generate, take and correct the quizz.

The format uses a set of constants, among which the "Mode", which defines when a quizz is over.

Clone this wiki locally