-
- Downloads
Instant validation of what the student types.
This uses ajax to submit what the student has typed, whenever they pause in their typing. There is an admin setting to turn this on/off, since it increases server load, potentially quite a lot. To try to reduce load, it rememebers every value it sends for validation from the current page, so it does not need to sent the same things twice. At the moment, it does not work with Matrix elements. This can be fixed later.
Showing
- lang/en/qtype_stack.php 2 additions, 0 deletionslang/en/qtype_stack.php
- renderer.php 18 additions, 5 deletionsrenderer.php
- settings.php 4 additions, 0 deletionssettings.php
- stack/cas/connector.class.php 1 addition, 8 deletionsstack/cas/connector.class.php
- stack/input/ajax.php 50 additions, 0 deletionsstack/input/ajax.php
- stack/input/algebraic/algebraic.class.php 1 addition, 0 deletionsstack/input/algebraic/algebraic.class.php
- stack/utils.class.php 11 additions, 0 deletionsstack/utils.class.php
- styles.css 13 additions, 0 deletionsstyles.css
- version.php 1 addition, 1 deletionversion.php
- yui/input/input.js 235 additions, 0 deletionsyui/input/input.js
Loading
Please register or sign in to comment