Group: Forum Members
Posts: 25,
Visits: 79
|
Hi,
I have started collecting my data but unfortunately, some of my participants end up in an endless loop. When I, however, run the script with the default monkey, everything works fine. Does this have something do to with the online version of the webscript, or have I simply overlooked some error in my script?
The block that I am referring to is the following:
<block PracBoth_Acting> / onblockbegin = [if(script.subjectid!="debug") {text.currentsetsize.textcolor=white; text.letterstrings.textcolor=white; text.mathdebug.textcolor=silver; text.mathtimeout.textcolor=silver; text.scoredebug.textcolor=white}] / onblockbegin = [text.MathFeedback.textcolor=black; text.MathScore.textcolor=red] / onblockbegin = [values.mathcurrenterrors=0; values.mathaccuracy=0; values.mathaccerrors=0; values.mathtotalerrors=0; values.mathspeederrors=0; values.mathproblemcount=0; values.lettercount=0; values.correctletters=0; values.currentsetsize=0; values.recallcount=0; values.recalledletters=""; values.totalrecalledsets=0; values.totalcorrectletters=0; values.ospan=0] / stop = [values.stopblock==1] / onblockend = [values.stopblock=0] / trials = [1=instructions_practice_acting; 2=InitSetSize] </block>
<list PracBothSetSize_Acting> / items = (2,2,2) / selectionmode = sequence / selectionrate = trial </list>
Any help is much appreciated!
|