Skip to content

This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.

License

Notifications You must be signed in to change notification settings

FelixFelicis555/QuizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

QuizzBuzz

This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.

Features

  • implements automatic question generation (AQG) techniques

    Automatic question generation (AQG) is concerned with the construction of algorithms for producing questions from knowledge sources, which can be either structured (e.g. knowledge bases (KBs) or unstructured (e.g. text))

  • helps in resource saving(time, money and human effort)
  • enables the enrichment of the teaching process, adapt learning to student knowledge and needs, as well as drill and practice exercises
  • presents an automatic mechanism to assemble exams or to adaptively select questions from a question bank

WorkFlow

workflow

Technology Stack:

  • Frontend: HTML, CSS, Vanilla JS
  • Backend: Flask
  • IDE: VS Code
  • Design: Canva
  • Version Control: Git and GitHub
  • Database: Sqllite3

Setup

  • Fork and Clone the repo using
$ git clone https://github.com/FelixFelicis555/QuizzBuzz.git
$ cd QuizzBuzz
  • Change Branch to webapp using
$ git checkout webapp
  • Setup Virtual environment
$ python3 -m venv env
  • Activate the virtual environment
$ source env/bin/activate
  • Install dependencies using
$ pip install -r requirements.txt
  • Run Flask server using
$ python app.py

About

This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published