Multiple choice quiz


Hi is there any way to program my code to look like this? Where if you get the incorrect answer the correct answer will light up in green and incorrect will be in red?

(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.
export_and_upload_aia

MuitlpleChoice (1).aia (637.8 KB)
also is there a way to add this option if they got all correct?

Add extra counter variables for how many right and how many wrong.
Decide which counter to increment when an option is chosen.

Here is how to do the colored option backgrounds, using generic (Any) blocks.


MuitlpleChoice_1.aia (637.5 KB)