-
- Downloads
Fix get_expected_data for the matrix input type.
This requires re-working how input elements can adjust themselves based on the teacher's model answer, but I think this is an improvement.
Showing
- question.php 17 additions, 5 deletionsquestion.php
- renderer.php 1 addition, 1 deletionrenderer.php
- stack/input/algebraic/algebraic.class.php 1 addition, 1 deletionstack/input/algebraic/algebraic.class.php
- stack/input/algebraic/tests/algebraic_test.php 8 additions, 8 deletionsstack/input/algebraic/tests/algebraic_test.php
- stack/input/boolean/boolean.class.php 1 addition, 1 deletionstack/input/boolean/boolean.class.php
- stack/input/boolean/tests/boolean_test.php 3 additions, 3 deletionsstack/input/boolean/tests/boolean_test.php
- stack/input/dropdown/dropdown.class.php 1 addition, 1 deletionstack/input/dropdown/dropdown.class.php
- stack/input/inputbase.class.php 26 additions, 2 deletionsstack/input/inputbase.class.php
- stack/input/matrix/matrix.class.php 45 additions, 15 deletionsstack/input/matrix/matrix.class.php
- stack/input/matrix/tests/matrix_test.php 4 additions, 2 deletionsstack/input/matrix/tests/matrix_test.php
- stack/input/singlechar/singlechar.class.php 1 addition, 1 deletionstack/input/singlechar/singlechar.class.php
- stack/input/singlechar/tests/singlechar_test.php 3 additions, 3 deletionsstack/input/singlechar/tests/singlechar_test.php
- stack/input/textarea/tests/textarea_test.php 4 additions, 4 deletionsstack/input/textarea/tests/textarea_test.php
- stack/input/textarea/textarea.class.php 1 addition, 1 deletionstack/input/textarea/textarea.class.php
Please register or sign in to comment