Solved
Change coded validation message for text entries in multiple choice
Hey guys!
So I'm working in a multiple choice question that has an open-ended "others" at the end. When a respondent selects the option but writes no text and tries to move forward, a validation message appears in english saying "Please answer this question". Is there any way to change this specific message? Its not in validation in the right hand corner because its for the "force response" for the text entry. I'm assuming it has to be coded. Can anyone help?
Best answer by Anonymous
Hello @GabrielRibeiro ,
The following solution is using jquery:
Step 1: In the Text entry option do "force response" in "text entry validation" option as shown in the image!
Step 2: Now add Following js in the js( in on ready) option of the multi choice question.
`jQuery(".ValidationError.Sub.MC").html('Error');`
Step 3: Replace "Error" with your own message. You can also use html tags over there.
!
Step 2: Now add Following js in the js( in on ready) option of the multi choice question.
`jQuery(".ValidationError.Sub.MC").html('Error');`
Step 3: Replace "Error" with your own message. You can also use html tags over there.
!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

