Chains of html tags created in the process of rich text editing, like this one:
<b>In general, how happy or unhappy do you usually feel?</b><div><b><br></b></div>
cause problems with converting to tex because commands like textbf{} demand that the contents be a single paragraph. The raw tex results of the current conversion process are, unfortunately, not.
I'm not sure how to incorporate this kind of check into the conversion pipeline, and it may require a substantial overhaul. For now, it is best addressed in the Qualtrics HTML editing view, where it's trivial to trim the artefacts. In this particular example, amending the question HTML to the following:
<b>In general, how happy or unhappy do you usually feel?</b>
Chains of html tags created in the process of rich text editing, like this one:
cause problems with converting to tex because commands like
textbf{}
demand that the contents be a single paragraph. The raw tex results of the current conversion process are, unfortunately, not.I'm not sure how to incorporate this kind of check into the conversion pipeline, and it may require a substantial overhaul. For now, it is best addressed in the Qualtrics HTML editing view, where it's trivial to trim the artefacts. In this particular example, amending the question HTML to the following:
resulted in error-free pdf generation.