From 493b15f4759ce808d9111cb0e84eeeecfd4d2629 Mon Sep 17 00:00:00 2001 From: Malte Bonart <17472848+bonartm@users.noreply.github.com> Date: Thu, 23 Jun 2022 10:52:52 +0200 Subject: [PATCH] add #18 to wish list --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f1cbc7f..159a506 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,15 @@ Write questions within a `quizdown` class (edit in the [🚀quizdown editor](htt 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. +### Wish List + +- support for videos via youtube api (https://github.com/bonartm/quizdown-js/issues/10) +- customizable reward page at the end of the quiz (https://github.com/bonartm/quizdown-js/issues/14) +- fill in the blanks quiz (https://github.com/bonartm/quizdown-js/issues/17) +- link quizzes on different pages together via a results summary page (https://github.com/bonartm/quizdown-js/issues/18) + +### How To + After cloning, install the packages with ```bash @@ -105,12 +114,6 @@ You can also preview a live version with npm run dev ``` -## Wish List - -- support for videos via youtube api (https://github.com/bonartm/quizdown-js/issues/10) -- customizable reward page at the end of the quiz (https://github.com/bonartm/quizdown-js/issues/14) -- fill in the blanks quiz (https://github.com/bonartm/quizdown-js/issues/17) - ## Credits