Help with basic multiple choice

Hi, please help me understand how to fix:

  1. when clicking on any incorrect response in slide 1, nothing happens.
  2. when clicking on any response in slide 2, nothing happens.

excuse my ignorance. i’m not a teacher nor e-learning professional. am using this to help my kids learn.

times-table-quiz.approj.zip (15.9 KB)

thank you!

Hi,

That’s because the actions weren’t set up correctly. Here’s what the default action settings for questions in ActivePresenter usually look like:


If you could share a bit more about the question’s behavior you expect, we’d be happy to take a closer look and help you further.

Regards,

Hi and thank you Hang for your reply. Here is what I am trying to accomplish:

  1. Incorrect answer → Submit → feedback: Incorrect, try again
  2. Correct answer → Submit → feedback: Correct!
  3. Button for “Next” slide

I think I understand how to do #3 - create the Next button.

Its the other ones 1 & 2 that don’t seem to be working.

That is all. I am not fully understanding the action terminology.
I believe that is why I am not getting it.

Once I feel confident in these, my next step will be to implement variables into the math questions, so the numbers are randomized: 0 x 0 → 12 x 12 and everything in between. Is that possible?

Thank you!

Please find the fixed project attached below for your reference.
randomMath.approj (588 KB)

Kindly update to version 10 to use the math feature, so rounding the numbers is no longer required.

To create this project, please follow these steps:

  1. Create the required number variables.
  2. Add the JavaScript code to the project’s On Load event
    (File > Project > Properties > Interactivity tab > On Load > Execute JavaScript).
  3. Call the function in each slide’s On Load event.
  4. Enable Shuffle Answers for the question.

For the Correct/Incorrect Feedback, the actions should remain at their default settings, as that’s what you intended.
For Submit, don’t set the condition based on which option is checked. If you do, the question will only be submitted when that specific option is checked.

Regards,

1 Like

Thank you very much for your support! This is extremely helpful. :grinning_face:

1 Like