Skip to content

Commit

Permalink
feat: finished final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Dec 3, 2024
1 parent bc77631 commit 188991a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions populate-scripts/update/52-face-name-association.sql
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ UPDATE tasks SET
"maxResponseTime": 10000,
"interTrialDelay": 500,
"blockNum": 1,
"durationStimulusPresented": 50,
"durationStimulusPresented": 3000,
"stimuliConfig": {
"type": "generated",
"stimuli": null
Expand Down Expand Up @@ -210,7 +210,7 @@ UPDATE tasks SET
"maxResponseTime": 10000,
"interTrialDelay": 500,
"blockNum": 2,
"durationStimulusPresented": 50,
"durationStimulusPresented": 3000,
"stimuliConfig": {
"type": "generated",
"stimuli": null
Expand Down Expand Up @@ -269,6 +269,15 @@ UPDATE tasks SET
"fr": "Merci. Vous allez maintenant revoir tous les visages. Cette fois, vous devez déterminer si le nom de la personne est le bon. Vous devez répondre en cliquant ‘Oui’ ou ‘Non’."
}
},
{
"sectionType": "image-horizontal",
"imageAlignment": "center",
"injection": "counterbalance",
"imagePath": {
"en": "/assets/images/instructions/face-name-association/???/instructions-2_en.jpg",
"fr": "/assets/images/instructions/face-name-association/???/instructions-2_fr.jpg"
}
},
{
"sectionType": "text",
"textContent": {
Expand All @@ -287,7 +296,7 @@ UPDATE tasks SET
"maxResponseTime": 10000,
"interTrialDelay": 500,
"blockNum": 3,
"durationStimulusPresented": 50,
"durationStimulusPresented": 3000,
"stimuliConfig": {
"type": "generated",
"stimuli": null
Expand Down
4 changes: 2 additions & 2 deletions populate-scripts/update/94-judgement-of-line.sql
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ UPDATE tasks SET
{
"sectionType": "text",
"textContent": {
"en": "Click \\"CONTINUE\\"",
"fr": "Cliquez sur \\"CONTINUER\\""
"en": "Click \\"NEXT\\"",
"fr": "Cliquez sur \\"SUIVANT\\""
}
}
],
Expand Down

0 comments on commit 188991a

Please sign in to comment.