Giter VIP home page Giter VIP logo

eduquizz's Introduction

Description

EduQuizz est une application full stack conçue pour faciliter l'utilisation de quizz en classe. Elle permet aux enseignants de créer facilement des quizz personnalisés et de les diriger en direct auprès de leurs élèves, qui peuvent accéder aux quizz en scannant un code QR. Les résultats des quizz sont enregistrés de manière efficace pour une utilisation ultérieure.

Prérequis

  • Pour php il est nécessaire d'installé l'extension imagick pour php et composer pour utiliser le format png (utile pour les QR codes pour la librairie simple-qrcode)

technologies

  • React
  • InertiaJS
  • php 8.1.6
  • Laravel 9
  • TailwindCSS
  • mysql 8.0.27
  • docker
  • docker-compose

idees et fonctionnalités

  • Ajouter un système de points pour les élèves
  • Ajouter un système de classement pour les élèves
  • Ajouter un système de design pour les quizz

UML Quizz avec BDD

  • users

    • id
    • name
    • email
    • email_verified_at
    • role (admin, teacher, student) (enum)
    • password
    • remember_token
    • created_at
    • updated_at
  • quizzes

    • id
    • user_id
    • title
    • description?
    • status
    • create_at
    • updated-at
  • questions

    • id
    • quiz_id
    • question
    • media
    • media_type
    • create_at
    • updated-at
  • answers

    • id
    • question_id
    • answer (string)
    • is_correct (boolean)
    • create_at
    • updated-at

design

rejoindre un quizz rejoindre un quizz

quizz en cours

eduquizz's People

Contributors

benaja-bendo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.