diff --git a/task-launcher/src/tasks/matrix-reasoning/trials/instructions.ts b/task-launcher/src/tasks/matrix-reasoning/trials/instructions.ts index 1ffba8492..244d70043 100644 --- a/task-launcher/src/tasks/matrix-reasoning/trials/instructions.ts +++ b/task-launcher/src/tasks/matrix-reasoning/trials/instructions.ts @@ -31,7 +31,7 @@ export const instructions = instructionData.map((data) => { Instruction graphic `; diff --git a/task-launcher/src/tasks/memory-game/trials/instructions.ts b/task-launcher/src/tasks/memory-game/trials/instructions.ts index 60db60e5f..b80110d41 100644 --- a/task-launcher/src/tasks/memory-game/trials/instructions.ts +++ b/task-launcher/src/tasks/memory-game/trials/instructions.ts @@ -61,12 +61,12 @@ export const instructions = instructionData.map((data) => {
${ - data.video + data.video && mediaAssets.video[data.video] ? `` : `Instruction graphic` } diff --git a/task-launcher/src/tasks/mental-rotation/trials/instructions.ts b/task-launcher/src/tasks/mental-rotation/trials/instructions.ts index a5bdfed73..3fc5d76f2 100644 --- a/task-launcher/src/tasks/mental-rotation/trials/instructions.ts +++ b/task-launcher/src/tasks/mental-rotation/trials/instructions.ts @@ -36,10 +36,14 @@ export const videoInstructionsFit = { - + ${ + mediaAssets.video.mentalRotationExampleFit ? + `` : + `` + }
`; }, @@ -81,10 +85,14 @@ export const videoInstructionsMisfit = { - + ${ + mediaAssets.video.mentalRotationExampleMisfit ? + `` : + `` + } `; }, @@ -123,7 +131,7 @@ export const imageInstructions = { - + `; },