News

#description prototype of a javascript quiz with 'dynamic' questions #considerations * question builder could use 'slots' of an array to store constructs in, rather than a long string concatenation * ...
In this quiz app we can add multiple questions and 4 answer choices for each questions. When you select any one answer the the answer button's background color will become green if it is correct ...