Hello,
I’m working on a SPR study, where people are supposed to read sentences that are differently highlighted. Is it possible for the default Controller to evaluate BBCode tags?
I do understand that the input is/are string/s, which is why something like:
newController("DashedSentence", {s : ["This is a <b>test</b>.", "This <b>is</b> another."]})
.print()
.log()
.wait()
.remove()
does not work. But any input on how I can make it work how I want to?