Commit b1008a8
Added Example Exam
* Installed quizdown and created page
* First working version of the quiz
* The questions can now be defined inside the Quiz-tag
* Updated yarn lockfile
* Made syntaxhighlighting working (not for robotframework)
* Added syntaxhighlighting for robotframework (requires a modified version of quizdown)
* Using own version of quizdown with support for own hljs parsers
* Change darkmode colors (#6)
* Changed quizdown lib
* Added darkmode to quiz
* Added darkmode for code inside the quiz
* Fixed that wrong theme is shown on initial pageload
* Global import and quiz on all pages (#7)
* Added global import for the quiz-component
* Added quiz to normal docs page (2.3 executing)
* Result storage (#10)
* Added zustand as a central store and storing all quizzes in it. Now the property name is required that needs to be unique on each page.
* Updated quizdown-extended to 0.6.5
* Added storage for quiz results
* Saving quizresults in localstorage
* Added quizResultpage-sidebar
* Made first version of the quiz result page
* Fixed quiz prebuild script
* Next version of the resultsPage
* Added link to view the results to the quiz component
* Fixed build error
* Fixed resultpage
* Delete node_modules directory
* Update to quizdown extended 1.0.0 (#11)
* Started adding quizdown-extended v1
* massive refactoring regarding quizdown-extended
---------
Co-authored-by: cz-lucas <46531925+cz-lucas@users.noreply.github.com>
* test page build
* Add GitHub Actions workflow for Docusaurus deployment
* test page build
* example from pieter
* example from pieter
* bumpt to quizdown-extended 1.1.1
* bumpt to quizdown-extended 1.2.1
* slight changes
* just another trigger
* just another trigger
* just another trigger
* worked in feedback from PR in Chapters 0-3, 4 and 5 missing
* updated dependencies
* fixed #54, User Keywords now can also define argument types.
* releasable example exam
* added pdf to home page
---------
Co-authored-by: cz-lucas <46531925+cz-lucas@users.noreply.github.com>1 parent 3993b40 commit b1008a8
File tree
26 files changed
+12503
-17033
lines changed- .github/.workflows
- website
- docs
- chapter-02
- chapter-03
- example-exam
- src
- components/Quiz
- resultPage
- css
- pages
- static/quizzes
26 files changed
+12503
-17033
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | | - | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
90 | 99 | | |
91 | 100 | | |
92 | 101 | | |
| |||
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
165 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
166 | 177 | | |
167 | 178 | | |
168 | 179 | | |
0 commit comments