Quiz on SolidJS
Hello, everyone! Anybody could help me? I want to render quiz on SolidJS. Initial I've a json-structure with questions and answers. I want to render quiz where user will choose answers in every questions. As result I get a dictionary with {question_id: answers_id[]} and send it to a backend.
Maybe someone have some minutes and could help with my code? I can call via discord and share my screen.
Created repository with current state of project — https://github.com/1vank1n/solidjs-quiz
1 Reply
I solved the problem on my own. If anyone is interested in the solution, I left it on the github. It's far from perfect, but it works.