Hi -
I am following this tutorial and creating a simple multiple choice activity. Could anyone out there help me adopt the following changes or point me in the direction for the info on how to;
Stop the quiz from moving onto the next question automatically, and have a ‘next button’ that takes the user to the next question.
Enable the multiple choice items to be deselected once clicked, i.e. a second click then deselects the item.
Show a tick or a cross next to each answer, I’m thinking this could be taken from an xml attribute, but I’m not sure how to create a listener (I think thats what you’d do) that would call the attribute and show a bmp tick or cross.
I’m desperate here, so any advice would be awesome.