Please help us help you and fill where relevant: Your LimeSurvey version: [see right hand bottom of your LimeSurvey admin screen] Own server or LimeSurvey hosting:
Theme:
==================
I have multiple numerical inputs, but I want one of them not to exceed 49? How can I do this?
Thank you in advance!
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
I tried implementing the code in question validation equation but it does not seem to work. Since this is my first time working with limesurvey code could you tell me where to implement it and how?
Thank you!
The place "question validation equation" is correct.
I hope you adapted the code to your design.
Anyway: Without seeing what you did, it is hard to help.
So please, show how you edited the subquestions, and the entry in the validation. (screenshot)
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
I tried putting like it was and just changed the codes to adapt it to my question but as you si it is not correct. This is all new to me. I hope I am not acting too dumb lol.
Please : check the Question logic file and send a screenshot.
Here : you don't show your subquestion etc …
And put something in question validation equation tip : it's more clear when you test.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Why do you think it is not correct?
Because of the red underlining?
This only means it is not a correct English word. There is no English word "is_empty" (with underscore).
But what about your regex validation?
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
About tip : just put anything to have a javascript reaction : to see if it's correct,when it's OK or not .
And WHY use regexp on numeric question …
Just put max value to 100 and min value to 0.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.