This page (revision-11) was last changed on 13-Jun-2014 17:49 by Albrecht Striffler

This page was created on 07-Mar-2013 06:26 by Volker Belli

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 13-Jun-2014 17:49 2 KB Albrecht Striffler to previous
10 13-Jun-2014 17:45 2 KB Albrecht Striffler to previous | to last
9 07-Mar-2013 19:58 2 KB Volker Belli to previous | to last
8 07-Mar-2013 17:05 2 KB Volker Belli to previous | to last
7 07-Mar-2013 16:16 2 KB Volker Belli to previous | to last
6 07-Mar-2013 16:10 2 KB Volker Belli to previous | to last
5 07-Mar-2013 06:46 2 KB Volker Belli to previous | to last
4 07-Mar-2013 06:31 1 KB Volker Belli to previous | to last
3 07-Mar-2013 06:30 1 KB Volker Belli to previous | to last
2 07-Mar-2013 06:29 1 KB Volker Belli to previous | to last
1 07-Mar-2013 06:26 1 KB Volker Belli to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 12 removed one line
// note: for multiple-choice questions this evaluated to "true" if the choice is selected, regardless is any other choice is additionally selected
At line 15 changed one line
// check if the value is "known" (a value of its normal range is answered) or selected as "unknown" (the "unknown" choice of the value is selected explicitly)
// note: for multiple-choice questions this evaluated to "true"
// if the choice is selected, regardless is any other choice is
// additionally selected
// thus the following example might become true for those questions
mc-question = choice1 AND mc-question = choice2
// check if the value is "known" (a value of its normal range is
// answered) or if the value is "unknown" (the "unknown" choice
// of the question is selected explicitly)
At line 24 changed 2 lines
// check a question to match a regular expression
// the operator evaluates to "true" if the regular expression matches the whole answer given
// check a question to match a regular expression.
// the operator evaluates to "true" if the regular expression
// matches the whole answer given.