Simple and useful package to create multiple choice quizes or questions in your app
- Easy to read and
- Simple to use
create objects of class Quizzy in your app and then use it to build quizes
Quizzy q1=Quizzy('question text',['multiple','options'],1); q1.checkAns(1);