-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot make matrix questions required #170
Comments
Hi, thanks for the issue. Can you provide a specific example of this not working for you? Are you trying to make individual items in the matrix required, or the entire matrix question (with all subquestions) required? |
I want to make the entire matrix question required, just like any other types of question. As an example:
In
In spite of being added in the |
Okay, yes I can reproduce this issue. This must be a bug. @pingfan-hu can you look into this? I also just added an additional |
Okay this will go on our todo list to update in the next version. |
Got it. I'll add it to our to-do list. |
OK it's on our list. |
Hi @paleohug ! Problem solved! Now we can properly set a matrix question as required. In your case, this will work properly: sd_server(
required_questions = c("archaeo_knowledge")
) All subquestions will be defined as required, along with asterisk indicators. |
Thanks, that's amazing! Looking forward to the next update. |
Bug description
I am using a required_questions vector to manually manage the questions I want absolutely my participants to answer.
Among this varied list of questions (mc, mc_buttons, mc_multiple_buttons, matrix, text, textarea and numeric questions), matrix questions are not made required in the deployed survey.
Is there a specific trick to do it? Is it a bug?
Thanks in advance!
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Your environment
No response
The text was updated successfully, but these errors were encountered: