gwagner57 / quiz-app

Online Quizz App
https://gwagner57.github.io/quiz-app/
0 stars 0 forks source link

Quiz Data #9

Open lekankoku opened 2 years ago

lekankoku commented 2 years ago

@gwagner57 How would you like the quiz data to be stored XML , JSON e.t.c ? if XML are there restrictions on the structure?

gwagner57 commented 2 years ago

In this JS/LocalStorage app, quiz data are to be stored in LocalStorage while questions may be retrieved from a local JSON file.

Use the example questions in data/questions-about-HTML.xml as test data.

lekankoku commented 2 years ago

@gwagner57 How do i categorize questions and what is this category supposed to mean ? { "type": "category", "category": { "text": "$cat2$/top/HTML/HTML5" } }

gwagner57 commented 2 years ago

This is the internal representation of Moodle for a question category called "HTML5".