You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to create a nested structure in the timeline so that the questions within the same item group won't be separated and the presentation of different items will be randomized (something like this: A1, A2, A3, will always appear together, but A, B, C, could appear in any order -- A, B, C, each has three questions A1, A2, A3, B1, B2, B3, C1, C2, C3). I also want to give feedback in my practice after each question. The plugin I'm using is survey-multi-choice. Because multi-choice has a nested structure, the code I used ended up to be quite complicated (omitting the feedback part which is irrelevant to the problem I ran into).
With this structure, the correct_response variable only pulls out the last correct_response from each item, namely "V" in the above example. I was wondering how I should modify the structure so that the correct line could be identified. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to create a nested structure in the timeline so that the questions within the same item group won't be separated and the presentation of different items will be randomized (something like this: A1, A2, A3, will always appear together, but A, B, C, could appear in any order -- A, B, C, each has three questions A1, A2, A3, B1, B2, B3, C1, C2, C3). I also want to give feedback in my practice after each question. The plugin I'm using is survey-multi-choice. Because multi-choice has a nested structure, the code I used ended up to be quite complicated (omitting the feedback part which is irrelevant to the problem I ran into).
With this structure, the correct_response variable only pulls out the last correct_response from each item, namely "V" in the above example. I was wondering how I should modify the structure so that the correct line could be identified. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions