Closed briannaschofield closed 7 years ago
The JavaScript strings for the questions generally use single quotes 'like this' (as opposed to double quotes "like this"). Which means if we put an apostrophe in the string 'it's like this', we confuse JavaScript. Some of the new strings do contain apostrophes. This is easy enough to fix so I'm merging the changes and will then just escape the quotes 'it\'s like this' then push the results.
(UC Irvine edits)