diff options
| author | Brian Cully <bjc@kublai.com> | 2015-12-13 23:10:27 -0500 |
|---|---|---|
| committer | Brian Cully <bjc@kublai.com> | 2015-12-13 23:10:27 -0500 |
| commit | 9cf0b6292d349a9f2f6e070a30a2130119f55c58 (patch) | |
| tree | 05b8b2b5f86869aa4f49c08ee7d24561bd9d87ee /index.html | |
| parent | 3f4b92e611939ce6f652318856213164f772beda (diff) | |
| download | mult-9cf0b6292d349a9f2f6e070a30a2130119f55c58.tar.gz mult-9cf0b6292d349a9f2f6e070a30a2130119f55c58.zip | |
Add history and averages for question timers.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -13,6 +13,15 @@ </head> <body> + <details id="history"> + <ol id="history-list"> + <li>1.20</li> + <li>75.52</li> + <li>8.00</li> + </ol> + <summary id="history-average">2.2</summary> + </details> + <form id="test-form"> <span class="test"> <span id="op1"></span> |
