Skip to content

Commit

Permalink
Fix: Update assessment properties in sample course (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Dec 9, 2024
1 parent 70ac425 commit 8c9981c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/course/en/articles.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"_includeInTotalScore": true,
"_assessmentWeight": 1,
"_isResetOnRevisit": true,
"_attempts": "infinite",
"_attempts": -1,
"_allowResetIfPassed": false,
"_scrollToOnReset": false,
"_banks": {
Expand All @@ -58,6 +58,7 @@
},
"_trickle": {
"_isEnabled": true,
"_onChildren": true,
"_button": {
"_isEnabled": true,
"startText": "Continue"
Expand Down

0 comments on commit 8c9981c

Please sign in to comment.