Assessment Breakdown question order differs from quiz

Hi all,

I’ve created an assessment that consists of 10 pages, each with a question component that draws randomly from a question bank of 30 questions. When the user answers a question, it jumps to the next question page, until all 10 pages/questions have been answered, then I’m using the Course Assessment extension to display their results.

I’ve noticed that the order the questions appear in the Assessment Breakdown page is different to the order in which they appeared when answering them. So, for example, on the breakdown page, the questions would appear in the following order

  1. Question 9
  2. Question 7
  3. Question 1
  4. Question 2
  5. Question 3
  6. Question 4
    1. Question 6
    1. Question 5
    1. Question 10
    1. Question 8

I’ve tried looking for some sort of pattern (I initially thought it was displaying them in question bank order) but the order in which the questions are displayed on the breakdown page seems completely random.

Has anyone come across this and knows how to change it, as ideally the Assessment Breakdown page would display the questions in the order they were answered.

Thanks,

Andy

Hi @andyontrack - this has been raised before and, when I looked into it at the time, determined that it’s not possible.

IIRC I did dig into the code to see what it would take to allow for this but couldn’t see anything straightforward.

I’ll log it as a feature request though as obviously it isn’t ideal

This random order is getting annoying and it happens each time you make changes to the order of the questions as well. The only way to make them in order again is to re-create the questions …

Just thinking that adding an option to show questions ‘in the order they were answered’ could actually be a good workaround… the only issue would be that in a SCORM course it would only work properly if the learner completed all the assessment questions in a single ‘session’ as SCORM doesn’t track to that level of detail.

I’ve given it a quick test and it seems to be working well. Let me know if you think it would work for you.

This new setting is now available in Evolve - it can be found in Extensions > Course Assessment > Behavior > Assessment Page. As mentioned, Evolve published for SCORM won’t remember the order in which questions are answered between SCORM sessions but if that’s an issue you can enable the Local Storage extension as a workaround.

1 Like

Hi Matt,

Apologies for not replying to your response from last month. Thank you for implementing this, really useful and should do the trick.

Andy

1 Like