Last updated:
0 purchases
quiz
Simple and useful package to create multiple choice quizes or questions in your app
Features #
Use it to create quizes
Getting started #
create objects of class Quizzy in your app and then use it to build quizes
Usage #
Quizzy q1=Quizzy('question text',['multiple','options'],1);
q1.checkAns(1);
const like = 'sample';
copied to clipboard
Additional information #
TODO: Tell users more about the package: where to find more information, how to
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.