-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple choice with max selected option. #243
Comments
Sorry. wrong mention is found.
|
I tried to solve upper issue..(from me ^^;). MultipleChoiceType.vue Add below code...in methods.. methods: { In survey question page. vue.. new QuestionModel({ |
Sorry. upper source is not working properly. |
upper bug fixed...survey_sample.vuenew QuestionModel({ MultipleChoiceType.vuevalidate() {
|
Sorry. upper function does not work. when i go back reverse question and forward. question does not displayed. when single select choice question. Sorry! |
i have write new code..not in 'validate' but in 'hasValue()'...it works ^^; before) hasValue() {
after)
|
Hi @6540140, glad to hear it works, although this check should belong to the validate() method. We'll check your suggestions and code and add this in the next version. Thanks again for your input! |
I like this program...Thanks....very much.
I'm here to ask for a feature that people seem to like.
The most frequently used question type is "multipleChoice".
If you create a 'maxchoicenum' setting item in the settings
people will like the function. ^^; thanks.
The text was updated successfully, but these errors were encountered: