Skip to content

The Quiz Generator is an NLP based end to end system which can create quizzes based upon any text or topic that you provide it.

Notifications You must be signed in to change notification settings

mahajanhrishikesh/QuizMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizMe

The Quiz Generator is an NLP based end to end system which can create quizzes based upon any text or topic that you provide it.

This website can accept text from the user and create fill in the blank & Wh-? type questions on that text with the following steps:

Blank Type Question Generation Steps:

  1. Use sentences inside the text, summarize the text if too long.
  2. Choose word to remove from the sentence
  3. Use word2vec or NER Knowledge Base for getting similar options.

Wh-? Question (What/Why/Where) Generation Steps:

  1. Parts of Speech Identification
  2. Pass data from above step to rule based algorithm
  3. Rephrase sentence into a “What” question using reverse sentence indexing.
Alternatively the website can simply accept a topic from the user, scrape wikipedia for the topic and use the steps above to generate the questions.

After question generation the users can now edit the questions and answers to their liking.

Finally the quiz is generated.

UI Template Used: https://codepen.io/geertjanhendriks/pen/nztgv

About

The Quiz Generator is an NLP based end to end system which can create quizzes based upon any text or topic that you provide it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published