Fred wrote:
5) There WILL be a lot of questions to create, but there is a lot of repetition in the structure and I'm trying to us Excel as a kind of "question factory" to build the codes, relevance expressions, and equations, etc.
For an easy way to add lots of questions into Limesurvey, have a look at the Excel import:
docs.limesurvey.org/Excel+Survey+Structu...tions+for+LimeSurvey
If you are relying on certain question IDs when using JavaScript to customize the question alignment, doing several imports of the Excel survey might cause problems though.
In this case, try using Em placholderhers within the JS code, assuming that the code is put at the question source text or the like (template.js does not get parsed by EM.
This way, you can let EM add the QID dynamically:
var question = {questioncode.qid};