Reply To: Pre-determined line breaks in self-paced reading experiment

PennController for IBEX Forums Support Pre-determined line breaks in self-paced reading experiment Reply To: Pre-determined line breaks in self-paced reading experiment

#9971
Jeremy
Keymaster

Hi,

If you look at the code of https://farm.pcibex.net/r/bOIUXY/ in main.js, you’ll see this line: newController("DashedSentence", {s: row.acceptability}). This is where to substitue row.acceptability.replace(/\\n/g,"\n"): newController("DashedSentence", {s: row.acceptability.replace(/\\n/g,"\n")})

Jeremy