diff --git a/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php b/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php index 492d421..3f91819 100644 --- a/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php +++ b/STINK_student_records/Test_classes/Assessment/STINK_student_records_Test_Assessment.php @@ -25,6 +25,7 @@ 'max_length' => 4, 'nullable' => false, 'underflow' => 1981, + 'legal_values' => array( 1982 ), 'test_value' => "2013", ), 'NAME' => array( 'generic_type' => 'TEXT', 'sql_type' => array( 'VARCHAR2', 'VARCHAR' ), @@ -61,6 +62,7 @@ 'decimals' => 0, 'underflow' => -1, 'overflow' => 101, + 'legal_values' => array( 0, 100 ), 'nullable' => false, 'test_value' => "15", ), 'MAXIMUM_MARK' => array( 'generic_type' => 'NUMBER',