-
Notifications
You must be signed in to change notification settings - Fork 27
Description
It seems that the location of the buttons, grids, and pretty much everything is hard-coded to questions with a single line of text.
For example, I tried to add the full NASA TLX question to the NASA TLX questionnaire that comes with VRQuestionnaireToolkit and this is what I got:

As looked further into the source code, it seems that all content-generation behaviours rely on a hard-coded value for the text height:

Is there an easy way to fix this? I have hard-coded a longer length per question to solve my problem, but I think that it would be great if the authors of this toolkit made it flexible enough to support multi-line questions. This is especially important for validation because the real NASA TLX has longer text descriptions that matter. I.e., the shortened NASA TLX in use by this toolkit hasn't been validated.