PsyTeachR / webex

RMarkdown tools for creating self-guided web exercises
https://psyteachr.github.io/webex/
Other
55 stars 3 forks source link

Compilation fails when mcq answer contains an apostrophe #4

Closed nickriches closed 5 years ago

nickriches commented 6 years ago

Really enjoying using the webex tool! I'm using it to make Linguistics exercises for my students. The above issue is not important, and one can work around it quite easily, but I thought I should post it. Apostrophes seem to be parsed as quotation marks.

Offending code:

r mcq(c(answer = "contains apostrophe", "text", "text"))`

dalejbarr commented 5 years ago

Resolved in latest release (0.9.0).

nickriches commented 5 years ago

Brill - thanks!