brilliant. So attached are the changes to the code component made, and the console.
i got the pause as needed after 3 trials! Amazing.
so this indicates that there was something wrong with how i wrote the code originally? So now all i need to do is add in the 2 other additional pause instances to the now existing code…? (3 , 6 , 9 would be the 3 pauses i actually want if testing works…
‘’’
console.log(trialCounter);
if (trialCounter!= 3 && trialCounter != 6 && trialCounter != 9){
continueRoutine=false;
}
‘’’