How do I create a log on screen that saves the info in a hidden form and auto prints it after a quiz has self-graded? I want to create a "<div>" or layer that takes an input and then types it on the results page. For example
<input type="button" name="name" value="deler">
results.htm page will generate:
'deler got an "A" for a grade'
I saw something about querying a string somwhere.