Picture of Henrik Aabom
Retry passed assessment
by Henrik Aabom - Wednesday, 13 September 2017, 12:34 PM
 

Hello everyone!

Maybe it's just me who are missing something, but is it possible to reset and retry an Assessment that is already passed?

Example: If I create an assessment with a passing percentage of 60% and put in an Assessment Results component, then if I set a band from 60% to 100% and Allow Retry = true, then the Retry Assessment button does not work.

Is this a feature or a bug?

Thanks

Henrik 

Picture of Matt Leathes
Re: Retry passed assessment
by Matt Leathes - Wednesday, 13 September 2017, 4:40 PM
 

I think it's more that we'd not considered the possibility that someone might want to try the assessment again after having passed it.

If you want to hack the assessment extension to allow for this, it's just a case of changing this line to:

var shouldResetAssessment = !this.get("_attemptInProgress") || force == true;

Picture of Henrik Aabom
Re: Retry passed assessment
by Henrik Aabom - Thursday, 14 September 2017, 7:35 AM
 

Thanks Matt! :D

Picture of Matt Leathes
Re: Retry passed assessment
by Matt Leathes - Friday, 22 September 2017, 5:45 PM
 

I've just realised that the above hack would only work for v2.0.9 (or earlier) of the assessment extension. If you're using a more up-to-date version then I think you'll need to comment out this line as well.

Picture of Henrik Aabom
Re: Retry passed assessment
by Henrik Aabom - Wednesday, 27 September 2017, 1:44 PM
 

It seems to be working with your fixes. 

Thanks again, Matt!