So what I’m trying to accomplish is basically a “template” from which I can quickly create a follow-up assignment with several self-checking multiple choice problems for students to do (sort of like clicker questions, but these may be done in-class, after class, or started during and finished after). I want them to be able to check their answer, but I don’t want to make it TOO easy to check so as to (hopefully) discourage rapid-fire guess and check.
I ALMOST have it working how I want. Here are the issues I’d love to fix.
-
They won’t see correct/incorrect until they go to the final slide and click the button, and then go back through the slides. That’s perfect! The problem is, once they DO go back to the slide, they can just start clicking the other answers until they see which is correct. I would like it if, when they change an answer, they have to go back to the button and click again to check. Maybe I should add a submit button to each MC?
-
In a perfect world, I would like to “tally” on the final slide the total number correct when they click the button. E.g., “you have 4 of 5 correct”. I’m pretty sure there isn’t going to be a way to do that without much more complicated CL, in particular, unique names for the MC components. I don’t want to do that, because like I said, I want to be able to whip these up quickly on my end, lol. But if anyone has any ideas, let me know! (This is less important to me than #1.)