Final score at the end of a quiz in an interactive project

Hello everyone,

Thank you very much for this space. I would like to ask for your help. I want to build a multiple-choice quiz within an interactive project that includes scoring, and at the end displays the final score like this:

I look forward to any ideas or suggestions on how to build this using CoBlocks.

Thank you very much!

}

There are multiple ways, either by using the method bellow and then using the quiz panel again and again for how many questions there are,

or you could do something a little more complicated with list and then looping over the lists like this,

or just by using physical buttons and then deleting the buttons after you click them and also keeping a score modifier. If you want to keep your code as neat as possible I would suggest the second code using the lists purely because it’s just a neater syntax and easier to add new items to.

Here is a little sample scene with literally just this code in it, feel free to remix it. Delightex Edu :: Multi Choice Quiz

Hope this helps!

– Entity404


Hello, thank you very much, how valuable your help and explanation is for the realization of our educational project, what a great community. I’m going to try it once and for all, I’ll tell you anything.