Description of the problem:
When piloting an online experiment based on builder, I got an Uncaught SyntaxError: unexpected token ‘)’ error. it works nicely locally, and I ran the online in the web browser (Chrome)
I tried to change the code component all into “both”. Since this experiment is built on the builder, it is unclear which line the error occurs.
May I know why we make one value as a list (e.g., [‘j’]) for the correct answer whereas the leave the allowed keys without making it as a list (e.g., ‘j’,‘n’; it has more than one answers)? Thank you very much