minnojs / minno-quest

A js framework for creating questionnaires
http://minnojs.github.io
Apache License 2.0
4 stars 3 forks source link

Old questionnaire doesn't work anymore #145

Closed baranan closed 7 years ago

baranan commented 7 years ago

I need to provide reviewers access to experience a study that was conducted on July-Sep 2015, but one of the questionnaires does not work as it used to. You can see the study at https://app-prod-03.implicit.harvard.edu/implicit/showfiles.jsp?user=yba&study=cmpform2 The questionnaire is at https://app-prod-03.implicit.harvard.edu/implicit/user/yba/cmpform2/ratemen.js

The problem: it seems that the repeat mixer doesn't work. I see only one question before the sequence ends. Note that the file is complicated because I selected one of six different questionnaire formats for testing.

eladzlot commented 7 years ago

This has to do with a bug fix from a while ago. "choose" should pick only one element from its subsequence, you want it to pick a whole mixer, so you should add wrapper:true to the mixers.

On Fri, Nov 4, 2016 at 10:03 AM, baranan notifications@github.com wrote:

Assigned #145 https://github.com/ProjectImplicit/PIquest/issues/145 to @eladzlot https://github.com/eladzlot.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ProjectImplicit/PIquest/issues/145#event-847543393, or mute the thread https://github.com/notifications/unsubscribe-auth/AByZF-FZC0QBU8mAb_BwC4OZ8RwX9Vsvks5q6ubhgaJpZM4KpRwO .

baranan commented 7 years ago

Yes, it is fixed now.