| Hyperlink | Description |
| test_prototype01.htm | First attempt at "Test Quiz." I think we determined that we cannot directly assign a variable to a hidden form field. May need to use the "onSubmit" method which is exectued prior to a form submit. This may allow us to assign a variable value to the hidden value within the associated JS code |
| test_prototype02.htm | Here I attempt to assign a timestamp variable to the hidden form field "Timestamp1" using the OnSubmit method. It doesn't appear to work because FP appears to generate its own error checking based on field validation check boxes. If we have time (later) I may look at seeing how this might be over riden. In the meantime Steve appears to like the idea of sending the raw student answers. This is actually good for 2 reasons: (1) I no longer have to solve the issue of assigning variable values to a hidden form value; (2) We don't have to worry about students looking into the source for the answers. |
| test_prototype03.htm | |
| test_prototype04.htm | This was done from scratch using FP stuff only. Given that Steve doesn't need the questions corrected . . . this may be the best solution. |