This is a simple quiz about Scratch and other general computer knowledge covered at our Code Club during the past year. A little bit different to a normal quiz as the quicker you answer the question the more points you score. Each question only has 3 possible answers so you type "a", "b" or "c" in the box to indicate your answer.
Written for the Bromsgrove library Code Club Christmas session 2018. Free images from pxhere.com and clker.com combined to make the library scene and my character. It is written in such a way that it is fairly easy to alter, extend or remove questions so could possibly be used as the basis for other quizzes. To add a question just duplicate an existing question and change the broadcast that it responds to the next available eg. Q11, Q12 etc. Then change the text of the question and answer, any image associated with the question (costume1) and the answers (costume2). I've included an example blank question with comments. To remove an existing question, just make the answer returned a negative number. The script driving it all will detect any new questions added or ignore if required without updating a question number count.