MichalGoly / QuizTool

Audience response system enabling lecturers to embed interactive quizzes in lecture slides and broadcast them to students in real time - MEAN - Socket.io - AWS - Angular - Express - Docker - docker-compose - CircleCI - Multicontainer Elasticbeanstalk - Selenium Grid
GNU General Public License v2.0
5 stars 1 forks source link

Add the ability to embed quizes into lecture slides #40

Closed MichalGoly closed 6 years ago

MichalGoly commented 6 years ago

The first pass should only allow lecturers to tap on eligible slides to become lectures. This should set the isQuiz flag to true and then front end components will be able to render them appropriately based on the text extracted.

In the future iterations true/false quizes will need to be supported and more flexibility needs to be added .

MichalGoly commented 6 years ago

3 points instead of 2 because I have also added JSON schema validation and cleaned up some depreciated code.

MichalGoly commented 6 years ago

done