Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feature/quiz-ui

Features:

  • Interactive quiz UI with topic selection
  • Immediate feedback after answering

Question Format

Questions are stored in data/questions.json as an array of objects. Each question uses:

  • id (string)
  • topic (string)
  • question (string)
  • options (array of strings)
  • answerIndex (number, 0-based)
  • explanation (string)

Example: { "id": "Q1", "topic": "Continuous Integration", "question": "What is the primary goal of CI?", "options": ["A", "B", "C", "D"], "answerIndex": 1, "explanation": "CI integrates changes frequently to detect issues early." } main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages