Picture of Lars Halkjær
Assessment banks not used
by Lars Halkjær - Monday, 21 March 2022, 2:57 PM
 

I updated my test Adapt AT server with the new v4.6.0 adapt-contrib-assessment extension.

The course I tested is just a page with an assessment having 7 MCQ questions.
The questions are assigned to 3 banks (with 3, 2, and 2 questions).
The draw is done using this split: "1,1,1".

But with the new assessment version, I get all 7 questions.

In the assessment model, the "_setupAssessmentData" function the "shouldResetAssessment" variable is always false, which in turn means that the "_setupBankedAssessment" function is never called.

"shouldResetAssessment" is false because "shouldResetOnRevisit" is false, "state.isPass" is undefined, "hasAttemptsLeft" is false, and "force" is undefined.

I would have expected the "_setupBankedAssessment" function to be called on the first visit.

 
Picture of Oliver Foster
Re: Assessment banks not used
by Oliver Foster - Monday, 21 March 2022, 3:40 PM
 

Hi Lars,

 

Could you post an issue on github please?

https://github.com/adaptlearning/adapt-contrib-assessment/issues

W
arm regards,

 

Ollie

Picture of Lars Halkjær
Re: Assessment banks not used
by Lars Halkjær - Monday, 21 March 2022, 10:25 PM
 

Hi Oliver,

Of course: https://github.com/adaptlearning/adapt-contrib-assessment/issues/157

I just wanted to check that I wasn't missing out on something obvious before posting an issue. :)