Posted by memcinto on November 15, 2013 at 10:02pm
I'm using 7.x-4.0-beta2 and would like to provide quiz-takers with "instant" (same page as question) feedback. I've done a bit of jQuery in Drupal, so I can probably figure it out eventually, but if I had a nudge in the right direction it would save me a lot of time.
I assume I would need to add something to, e.g., Drupal.behaviors.multichoiceAlternativeBehavior
such as adding something to
.click(function(event)
?
Or maybe I could use the .addClass('selected') to trigger showing
$content['body']['feedback']['#markup']
???
Suggestions welcome. Thank you so much.