aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets
Commit message (Collapse)AuthorAge
* fix bug: time wasting clock not fully restoredSean Whitton2015-03-31
| | | | | | | When the value of the time wasting clock was restored from the browser's local storage, the hidden form field in the end of class form was left with a value of zero. So if the lesson ends after a browser restart with no further time wasted, the time on the clock was not submitted.
* fix bug where time wasting clock not fully resetSean Whitton2015-03-30
| | | | | | | Time wasting clock reset method doesn't change value of time wasted in end of lesson form. If the time wasting clock is reset and then no time is wasted before the end of the class, the time before the clock is reset is recorded.
* play a sound three minutes before the end of the lessonv1.2.0Sean Whitton2015-03-24
|
* dynamic cookie path (so works with devel site too)Sean Whitton2015-03-23
|
* bind l to start the lessonSean Whitton2015-03-23
|
* validate custom countdown inputSean Whitton2015-03-20
|
* new soundsSean Whitton2015-03-20
|
* fix: cookie pathsSean Whitton2015-03-18
|
* reset time wasting clock at start of lesson, not endSean Whitton2015-03-18
| | | | | | Otherwise if the user inputs a wrong password the time wasted will get wiped out before it's submitted. This is a hack: should probably use a cookie to keep the time safe in between server connections.
* reload despite hash on end of URLSean Whitton2015-03-18
|
* implement lucky numberSean Whitton2015-03-18
|
* disable confirmation on time-wasting resetting clockSean Whitton2015-03-18
| | | | because it gets called when we submit the end of class form
* other sound buttonsSean Whitton2015-03-18
|
* avoid "do you want to re-POST?" warnings in browserSean Whitton2015-03-18
|
* new form for end of class inc. passwordSean Whitton2015-03-18
|
* reinstate date toggle functionalitySean Whitton2015-03-18
|
* submit points and time wasted (to be rewritten as non-hidden form)Sean Whitton2015-03-17
|
* the clocks have returnedSean Whitton2015-03-17
|
* javascript to toggle the count-down and count-up clocksSean Whitton2015-03-17
|
* javascript to start the class oh yeaaahSean Whitton2015-03-17
|
* assets, and deploy script now runs cabal build for meSean Whitton2015-03-13