So, let's say I have a multiple choice question with 6 scored options (each worth 1 mark) and one exclusive option ('none of these' - worth 0). I want to allow the user to select as many of the options as they like but only assign a maximum of 3 points to the question. Is this possible and if so how might I go about doing it?
Using the built-in validation options I'm currently stuck with limiting the number of items the user can select but that's not what I really want to do.
I've also had a look at the javascript API (it's a been long time since I've done any JS scripting and even that was at a pretty basic level) but I can't really see anything there that gives me the item score or allows me to set it. I can capture what options are selected and I guess I could iterate through those to calculate a score to 'adjust' with but then have no idea how to go about applying that adjusted score. Any suggestions would be greatly appreciated.
TIA - Terry...
Question
Is it possible to set a maximum score for a multiple answer multiple choice question?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.