hedy icon indicating copy to clipboard operation
hedy copied to clipboard

[UI, QUIZ] add route for previewing quiz question

Open Felienne opened this issue 2 years ago • 0 comments

Idea incl level Testing the quiz is quite a hassle, cause to preview you have to click through all the questions. Can we make a route (like /quiz/1) to navigate to a specific question?

Note that we have this route: image

But that is fetching, not rendering, rendering happens with a bit of js magic that I find hard to untangle, here: https://github.com/Felienne/hedy/blob/6c42e7e46476a338f1d488e9e41282ec411b0088/static/js/quiz.ts

Hopefully a front-ender can help me :)

Felienne avatar Oct 17 '22 12:10 Felienne