From 13a895ec99d8c8f34f62b25c9bdc6187eacd3d6c Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Thu, 5 Dec 2024 14:55:34 -0500 Subject: [PATCH] fix: changes made to face name and JOL tasks --- .../update/52-face-name-association.sql | 23 +++++++++++-------- .../update/94-judgement-of-line.sql | 4 ++-- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/populate-scripts/update/52-face-name-association.sql b/populate-scripts/update/52-face-name-association.sql index be5f4d3..9dc3801 100644 --- a/populate-scripts/update/52-face-name-association.sql +++ b/populate-scripts/update/52-face-name-association.sql @@ -64,7 +64,7 @@ UPDATE tasks SET } }, { - "sectionType": "image-horizontal", + "sectionType": "image-square", "imageAlignment": "center", "injection": "counterbalance", "imagePath": "/assets/images/instructions/face-name-association/???/instructions.jpg" @@ -134,6 +134,7 @@ UPDATE tasks SET "interTrialDelay": 500, "blockNum": 1, "durationStimulusPresented": 3000, + "durationOfFeedback": 3000, "stimuliConfig": { "type": "generated", "stimuli": null @@ -155,8 +156,8 @@ UPDATE tasks SET { "sectionType": "text", "textContent": { - "en": "While you wait, please do this short keyboard test.", - "fr": "En attendant, veuillez effectuer ce court test de clavier." + "en": "While you are waiting, please complete this short keyboard task. Press \\"Start\\" to begin.", + "fr": "En attendant, veuillez effectuer ce court test de clavier. Cliquez sur \\"Commencer\\" pour commencer." } } ], @@ -182,7 +183,8 @@ UPDATE tasks SET "timer": 10000, "showTimer": true, "canSkipTimer": false, - "countDown": true + "countDown": true, + "placement": "bottom-right" }, "sections": [ { @@ -211,6 +213,7 @@ UPDATE tasks SET "interTrialDelay": 500, "blockNum": 2, "durationStimulusPresented": 3000, + "durationOfFeedback": 3000, "stimuliConfig": { "type": "generated", "stimuli": null @@ -256,21 +259,22 @@ UPDATE tasks SET "componentConfig": { "title": "", "timerConfig": { - "timer": 15000, + "timer": 30000, "showTimer": true, "canSkipTimer": false, - "countDown": true + "countDown": true, + "placement": "bottom-right" }, "sections": [ { "sectionType": "text", "textContent": { - "en": "Thank you. You will now see all the faces again. This time you will be asked if the person’s name is correct, and you must click ‘Yes’ or ‘No’.", - "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’." + "en": "Thank you. The next phase will start in 30 seconds. You will now see all the faces again. This time you will be asked if the person’s name is correct, and you must click ‘Yes’ or ‘No’.", + "fr": "Merci. La prochaine phase commencera dans 30 secondes. 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", + "sectionType": "image-square", "imageAlignment": "center", "injection": "counterbalance", "imagePath": { @@ -297,6 +301,7 @@ UPDATE tasks SET "interTrialDelay": 500, "blockNum": 3, "durationStimulusPresented": 3000, + "durationOfFeedback": 3000, "stimuliConfig": { "type": "generated", "stimuli": null diff --git a/populate-scripts/update/94-judgement-of-line.sql b/populate-scripts/update/94-judgement-of-line.sql index 16adad2..6a854d2 100644 --- a/populate-scripts/update/94-judgement-of-line.sql +++ b/populate-scripts/update/94-judgement-of-line.sql @@ -51,7 +51,7 @@ UPDATE tasks SET } }, { - "sectionType": "image-horizontal", + "sectionType": "image-square", "imageAlignment": "center", "imagePath": "/assets/images/instructions/judgement-of-line/instructions-1.png" }, @@ -63,7 +63,7 @@ UPDATE tasks SET } }, { - "sectionType": "image-horizontal", + "sectionType": "image-square", "imageAlignment": "center", "imagePath": "/assets/images/instructions/judgement-of-line/instructions-2.png" },