Stream: implementers
Topic: Q min max inline vs extensions
Eric Haas (Apr 11 2018 at 01:58):
The Q min/max extensions seem pretty core to me... I mean if you have an online survey you don't want the test taker to mark all answers if you only expect one or two.
Lloyd McKenzie (Apr 11 2018 at 02:44):
When we did the initial scan, most systems were "pick one" or "pick all that apply". Requiring a minimum more than one or a maximum other than 1 or "as many as you like" wasn't commonly needed or supported. We can revisit the question though.
Eric Haas (Apr 11 2018 at 02:48):
how is "pick one" or "pick all that apply" represented? I think that is what I am after.
Lloyd McKenzie (Apr 11 2018 at 03:23):
pick 1: repeats= false; pick all that apply: repeats=true
Last updated: Apr 12 2022 at 19:14 UTC