Open becky-gilbert opened 10 months ago
Survey frame doesn't produce a dropdown menu with multi-select checkboxes, as shown in the documentation: http://www.alpacajs.org/docs/fields/select.html
exp-lookit-survey
Something like this should work, but doesn't. Instead it just displays all of the options at once (instead of as a dropdown) and there are no check boxes next to each option.
{ "frames": { "study-survey": { "kind": "exp-lookit-survey", "formSchema": { "schema": { "enum": [ "vanilla", "chocolate", "coffee", "strawberry", "mint" ] }, "options": { "label": "Ice cream", "helper": "What flavor of ice cream do you prefer?", "multiple": true, "type": "select", "noneLabel": "Pick a flavor of ice cream!" } } } }, "sequence": [ "study-survey" ] }
Result of the above code:
Expected result:
TL;DR
Survey frame doesn't produce a dropdown menu with multi-select checkboxes, as shown in the documentation: http://www.alpacajs.org/docs/fields/select.html
Which frame or frames does it affect?
exp-lookit-survey
Example
Something like this should work, but doesn't. Instead it just displays all of the options at once (instead of as a dropdown) and there are no check boxes next to each option.
Result of the above code:
Expected result: