Reply To: result file

PennController for IBEX Forums Support result file Reply To: result file

#4223
Jeremy
Keymaster

Hi Sahar,

You probably want to add .log("Word", variable.Word) to your stack of logs. Calling .settings.log on the Text element itself will just record the timestamp at which it was printed on the screen. It’s true that the line in the results file should also show the name of the Text element, but note that newText(variable.Word) creates a text element whose content is the value of the Word cell, its name is basically a random string. If you want the same name and content, you can do newText(variable.Word,variable.Word).

Also, you might be interested in the Scale element to provide your participants with a 1-to-5 type of input.

Let me know if you have any questions

Jeremy