LimeSurvey: master d38eb514

Author Committer Branch Timestamp Parent
Thomas White Thomas White master 2012-01-20 13:09:37 master 39c579cd
Changeset

New Feature question_attribute 'em_validation_q': "Boolean equation to validate the whole question"
New Feature question_attribute 'em_validation_q_tip': "Tip to show user describing the Question Validation Equation"
New Feature question_attribute 'em_validation_sq': "Boolean equation to validate each sub-question."
New Feature question_attribute 'em_validation_sq_tip': "Tip to show user describing the Sub-Question Validation Equation."
New Feature EM reserved word "this" which refers the the current sgqa code
Dev Tor each of the new validations, EM replaces "this" in the equation with the appropriate variables
Dev This is meant to support extensions to EM functions, such as calling a service to validate an entered domain, address, credit card, diagnostic code, etc. for each entry
Dev Here is a sample validation equation (without the curly braces): {is_valid_cc(this)}

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@12142 b72ed6b6-b9f8-46b5-92b4-906544132732

mod - classes/eval/LimeExpressionManager.php Diff File
mod - common_functions.php Diff File