Picture of Michael Schmid
Assessment with random questions and trickle
by Michael Schmid - Wednesday, 23 January 2019, 12:14 PM
 

Hi,

I'm experiencing some problems with assessment + trickle. I am using v. 3.0.0 of the framework.

Trickle works fine until I enable randomisation in articles.json. When it's enabled, the trickle button doesn't show the next block anymore. Do I have to define something for _scrollTo?

articles.json:

[
{
"_id": "a-05",
"_parentId": "co-05",
"_type": "article",
"_classes": "",
"title": "a-05",
"displayTitle": "",
"body": "",

"_assessment": {
"_isEnabled":true,
"_id": "Assessment 1",
"_banks": {
"_isEnabled": false,
"_split": "2,1",
"_randomisation": false
},
"_randomisation": {
"_isEnabled": false,
"_blockCount": 1
},
"_questions": {
"_resetType": "hard",
"_canShowFeedback": false,
"_canShowMarking": true,
"_canShowModelAnswer": true
},
"_suppressMarking": false,
"_isPercentageBased" : true,
"_scoreToPass" : 80,
"_includeInTotalScore": true,
"_assessmentWeight": 1,
"_isResetOnRevisit": false,
"_allowResetIfPassed": false,
"_attempts": 1
}
}
]

example of a question block in blocks.json:

{
"_id": "b-05",
"_parentId": "a-05",
"_type": "block",
"_classes": "",
"title": "b-05",
"displayTitle": "",
"body": "",
"_trackingId": 1,
"_trickle": {
"_isEnabled": true,
"_button": {
"text": "Weiter"
}
}

 

Another related question: How can I take the learners to the assessment result component in a separate article after they have finished the assessment? I have used quick-nav in other courses, but I can't use it here because it would be shuffled with the questions?

 

Thanks for any help

Michael

Picture of Matt Leathes
Re: Assessment with random questions and trickle
by Matt Leathes - Wednesday, 23 January 2019, 2:03 PM
 

in the example article you provide you don't have randomisation enabled...

if you look at the assessment configuration for the default content that comes with Adapt that is set up to do randomisation (by question banks) with trickle and with the assessment results component in a separate article...

Picture of Michael Schmid
Re: Assessment with random questions and trickle
by Michael Schmid - Wednesday, 23 January 2019, 4:35 PM
 

Sorry, pasted the wrong code there. I was testing enabling/disabling it

Thanks for the hint about the default content. I got the randomisation + trickle to work with question banks as it was used there, which is fine for me. But after completing the questions, the result component from the next article doesn't appear on the page. Assessment IDs are matching. What could I be missing?

My only idea would be to rebuild the course with the latest framework version and test without my CSS changes...

Picture of Matt Leathes
Re: Assessment with random questions and trickle
by Matt Leathes - Wednesday, 23 January 2019, 7:14 PM
 

It's very hard to say without being able to actually see it... possibly this issue? If not, it's just a case of debugging it I'm afraid. Perhaps try setting the results component's _isVisibleBeforeCompletion setting to true if you haven't already?