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