Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Question group require all or none #114

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jornvandebeek
Copy link
Contributor

No description provided.

@@ -161,6 +161,12 @@
pushFailVal(validation.type);
}
break;
case "answer_group_require_all_or_none":
var count = calculateAnswerGroup(validation.group, panel);
if(count.visible > 0 && count.answered > 0 && count.answered < (count.total - count.hidden)){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waarom (count.total - count.hidden) ipv count.visible aan het einde?

@jornvandebeek jornvandebeek force-pushed the jb_question_group_require_all_or_none branch from 62689be to 55bc5da Compare January 13, 2015 14:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants