+x raynae - 3/9/2021Looking for some help with out to provide accumulative visual feedback for correct answers. I'm planning on programming a sorting task similar to the Wisconsin Card sorting but would like to provide visual feedback that will "count" correct answers. Something like a bar that continuously grows on the screen. Sorry, don't have any code to present just trying to confirm if this is possible with Inquisit before proceeding.
+x raynae - 3/24/2021Hello, I'm trying to display a total score to participants at the end of a block of trials. Using this code. / ontrialend = [if (trial.trash1.correct = true) values.total = values.total + 1]<values total>/total = 0</values>however I'm receiving an error that I'm trying to set the value of a read-only property. Not sure how to work around this.