You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-6
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,15 @@ Write questions within a `quizdown` class (edit in the [🚀quizdown editor](htt
87
87
88
88
Pull requests and feature requests are welcome. For major changes, please open an issue first to discuss what you would like to change. I'm happy for any feedback on how to improve the code base.
89
89
90
+
### Wish List
91
+
92
+
- support for videos via youtube api (https://github.com/bonartm/quizdown-js/issues/10)
93
+
- customizable reward page at the end of the quiz (https://github.com/bonartm/quizdown-js/issues/14)
94
+
- fill in the blanks quiz (https://github.com/bonartm/quizdown-js/issues/17)
95
+
- link quizzes on different pages together via a results summary page (https://github.com/bonartm/quizdown-js/issues/18)
96
+
97
+
### How To
98
+
90
99
After cloning, install the packages with
91
100
92
101
```bash
@@ -105,12 +114,6 @@ You can also preview a live version with
105
114
npm run dev
106
115
```
107
116
108
-
## Wish List
109
-
110
-
- support for videos via youtube api (https://github.com/bonartm/quizdown-js/issues/10)
111
-
- customizable reward page at the end of the quiz (https://github.com/bonartm/quizdown-js/issues/14)
112
-
- fill in the blanks quiz (https://github.com/bonartm/quizdown-js/issues/17)
0 commit comments