diff options
| author | altaf-creator <dev@altafcreator.com> | 2024-07-18 10:39:11 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2024-07-18 10:39:11 +0700 |
| commit | 599e5bb3b9cf774d4c3680644cf4bd0596fd34c0 (patch) | |
| tree | aa697860db979d4b3f82fbbf80141153aa89db26 /scripts/quiz.js | |
| parent | 5905c9767d071532c90aaf703108eb6fe6d5971f (diff) | |
Start migrating (and rewriting) lessons, NEW FEATURE: quizzes (unfinished)
Diffstat (limited to 'scripts/quiz.js')
| -rw-r--r-- | scripts/quiz.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/quiz.js b/scripts/quiz.js new file mode 100644 index 0000000..95e6586 --- /dev/null +++ b/scripts/quiz.js @@ -0,0 +1,21 @@ +var questions = [] + +function initialise() { + +} + +function start() { + +} + +function answer() { + +} + +function skip() { + +} + +function finish() { + +} |
