ErwinHaasnoot / QRTEngine

Qualtrics Reaction Time Engine (QRTEngine) is an extension to Qualtrics which allows researchers, but generally any who are interested, to easily build behavioural online experiments.
16 stars 1 forks source link

Slider questions not working #17

Open ErwinHaasnoot opened 10 years ago

ErwinHaasnoot commented 10 years ago

Due to this line of CSS:

.QuestionOuter {
    display: none;
}

unhide questions is probably not doing it's job right, need to check into it.

ErwinHaasnoot commented 10 years ago

Can be reproduced by just adding the above quoted CSS to a survey with only a slider question. This means it is a Qualtrics issue. Frozen as a bug.

ErwinHaasnoot commented 9 years ago

Worked out a fix for this issue, however it is non-trivial and computationally rather expensive (will need to issue another bug report to Qualtrics on this issue). Will add it to v17, but no work-around is currently possible, in v15 nor v16.