Minimum word/character count in survey-text plugin? #3519
Unanswered
danielbfarrelly
asked this question in
Q&A
Replies: 1 comment
-
Hi, I think the survey-text plugin does not have a feature to prompt participants to respond with a minimum number of characters. My idea is to loop the timeline until the participants provide a response of sufficient length. You can easily count the number of characters as follows: str = "Hello";
console.log(str.length); Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using the survey-text plugin to create a text box for participants to write a description of an event. I want to make sure that they complete this appropriately, so I would like to set a minimum word amount (or characters, if easier) that must be completed. Is it possible to do this using this plugin? If not, is there an alternative way I can achieve this aim? Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions