Skip to content

Commit

Permalink
feat: finished sdmt task
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Jun 20, 2024
1 parent beb70ac commit d451b8b
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion populate-scripts/update/93-sdmt.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ UPDATE tasks SET
"componentName": "SDMTCOMPONENT",
"componentConfig": {
"isPractice": true,
"maxResponseTime": 180000,
"numRows": 1,
"numnCols": 9,
"stimuliConfig": {
Expand All @@ -23,7 +24,7 @@ UPDATE tasks SET
{
"componentName": "SDMTCOMPONENT",
"componentConfig": {
"isPractice": true,
"isPractice": false,
"maxResponseTime": 120000,
"numRows": 9,
"numnCols": 16,
Expand All @@ -32,6 +33,43 @@ UPDATE tasks SET
"stimuli": null
}
}
},
{
"componentName": "DISPLAYCOMPONENT",
"componentConfig": {
"title": {
"en": "Congratulations!",
"fr": "Félicitations!"
},
"sections": [
{
"sectionType": "text",
"textContent": {
"en": "You finished the game successfully",
"fr": "Vous avez terminé le jeu avec succès"
}
},
{
"sectionType": "text",
"textContent": {
"en": "Thank you for your participation",
"fr": "Merci pour votre participation"
}
},
{
"sectionType": "text",
"textContent": {
"en": "Click \\"NEXT\\" to continue",
"fr": "Cliquez sur \\"NEXT\\" pour continuer"
}
}
],
"buttons": {
"isStart": false,
"previousDisabled": true,
"nextDisabled": false
}
}
}
]
}'
Expand Down

0 comments on commit d451b8b

Please sign in to comment.