Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.17 KB

WiQuizz

Game generator based on nuxt content and sparql - wikidata

Forked from nuxt template Zooper

Create quizzes that are always new to users, thanks to the power of wikidata

  • Create a new game with just one md file
  • Use an existing responsive quizz template (drag, swap, multichoice question)
  • Get inspired by the existing templates and sparql queries..
  • Add your own game template using the vuejs logic
  • Play with the examples on WiQuizz

Tech Stack / nuxt modules

  1. Structure : Nuxt content
  2. UI : Nuxt UI, Quasar, Tailwind
  3. Animation / interaction : Vue draggable next, Vue3 Lottie, Morev vue transitions

Install

  1. git clone
  2. cd ..
  3. npm install
  4. npm run dev

Usage

To create a new Quizz, just add a new md file in the content folder

  • copy paste an example file in content/quizz
  • fill the file with your own sparql request and settings (game template, topic, title, options..)

Tips