Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
sabrinaParticipant
Hi Jeremy,
that solved it, thank you very much!sabrinaParticipantHi,
I just wanted to add that I also have this problem. I noticed it on Saturday and it was still like that a few minutes ago. The trick with the copy seems to work for me as well (thanks Larissa!)
Best,
SabrinasabrinaParticipantHi Jeremy,
thank you very much for your fast and helpful reply, you’re really doing an amazing job here!
So this works indeed, but only after I removed all the unnecessary start and wait commands. Here is the code again, just in case anyone else needs it:
// Cross, shown on screen for 1000ms newText("cross","<b>+</b>"), newTimer("crossTimer", 1000), getText("cross").remove() , // Target letter, shown on screen for 500ms newText("targetletter", row.targetletter), newTimer("targetletterTimer", 500), getText("targetletter").remove() , // Word, shown on screen for 500ms newText("pseudoword",row.pseudoword), newTimer("pseudowordTimer", 500), getText("pseudoword").remove() , //Blank screen shown for 2000ms or until D or K is pressed newText("wait"," ").print(), newKey("stop early", "FJ").callback(getTimer("delay").stop()), newTimer("delay", 2000), getTimer("delay"), getText("wait").remove(), // 1000ms blank screen newFunction( ()=>$("body").css("background-color","pink") ).call(), //only for testing, can be removed newTimer("break", 1000), newFunction( ()=>$("body").css("background-color","black") ).call() //only for testing, can be removed // End of trial, move to next one
Thanks again,
Sabrina -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)