Skip to content

Commit

Permalink
Fix: took out a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rios-Jaime committed Mar 13, 2023
1 parent 62704b8 commit 32910f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ var practiceNode = {

if (practiceCount == practice_thresh){
feedback_text +=
'</p><p class = block-text>Done with this practice. Press space to continue.''
'</p><p class = block-text>Done with this practice. Press space to continue.'
stims = createTrialTypes(numTrialsPerBlock,numLetters)
return false
}
Expand Down

0 comments on commit 32910f8

Please sign in to comment.