Skip to content
/ dev-lab Public template
forked from fayazara/zooper

WiQuizz is a quizz generator based on wikidata

Notifications You must be signed in to change notification settings

arthurbnu/dev-lab

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 94.6%
  • TypeScript 3.3%
  • JavaScript 1.3%
  • CSS 0.8%