Skip to content

Commit

Permalink
Merge pull request #26 from UiL-OTS-labs/digit_span_aug24
Browse files Browse the repository at this point in the history
Update instructions and automatically advance welcome page
  • Loading branch information
maartenuni authored Sep 2, 2022
2 parents 774a96f + a41844c commit 6d46202
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions digitspan_audio/digitspan.zp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Experiment experiment
if(CFG_LANGUAGE == DUTCH)
wlk_txt = "Welkom!";
entry_page.set_text(wlk_txt);
entry_page.action(this, 0s);
entry_page.action(this, 1s);
}
}

Expand Down Expand Up @@ -218,7 +218,7 @@ Experiment experiment
if(CFG_LANGUAGE == ENGLISH)
thanku_txt = THANK_YOU_TEXT;
if(CFG_LANGUAGE == DUTCH)
thanku_txt = "Einde van het Experiment!\n\n Dank u wel!";
thanku_txt = "Einde van het Experiment!\n\n Dank je wel!";
exit_page.set_text(thanku_txt);
exit_page.action(this, 5s);
}
Expand Down
6 changes: 3 additions & 3 deletions digitspan_audio/test/instruction.zm
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ Block instruction // Provides instruction to the participant
page_text =
"<b>Beste deelnemer,</b>\n"
"\n"
"Dank u voor het deelnemen in dit experiment.\n"
"Dank je voor het deelnemen in dit experiment.\n"
"\n"
"Dit is een geheugen test. Ik presenteer een lijst van cijfers "
+ presentation_var +
"\n"
"\n"
"Uw taak is de cijfers in te typen in de"
"Jouw taak is de cijfers in te typen in de"
+ direction_var +
" volgorde en dan op OK te klikken.\n"
"\n"
+ practice_text +
"\n"
"<i>Klik op Ga verder wanneer u klaar bent om te starten.</i>";
"<i>Klik op Ga verder wanneer je klaar bent om te starten.</i>";
}

pause_page.set_text(page_text, true);
Expand Down
2 changes: 1 addition & 1 deletion digitspan_audio/test/practice.zm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Block practice
pract_p_txt =
"Einde van de oefening.\n"
"\n"
"Als u nog vragen hebt is dit het moment om ze "
"Als je nog vragen hebt is dit het moment om ze "
"aan de onderzoeker te stellen.\n"
"\n"
"<i>Klik op Ga verder om de taak te beginnen.</i>";
Expand Down

0 comments on commit 6d46202

Please sign in to comment.