episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Fix Displayif on grids #359

Closed danielruss closed 3 years ago

danielruss commented 3 years ago

I think I fixed the displayif problem with grids.

please test with this module:

[Q1] Enter Age: |__|__|id=AGE|

|grid|id="grid_test1" displayif=greaterThanOrEqual(AGE,10)|This is the text on the top like... During the past year, how many times do you the following activities|[ [TG1,displayif=greaterThanOrEqual(AGE,50)] Tie your shoes; [TG2] Chew Gum; [TG3] Hop on one foot;]|(1:Never) (2:less than Once per week) (3:less than once per day) (4: more than once per day)|

[END] LA LA LA

This does NOT fix all the problems with issue #358 I need to check that this will work with items PREVIOUSLY PASSED IN

danielruss commented 3 years ago

Make sure you review the grids with both large and small screens