Skip to content

heisenbuggs/Quiziify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIZIIFY

🎓Overview

QUIZIIFY is a web application for all kinds of users. Users can simply log in to be able to create and join quizzes via sharing the quiz code. There might be lots of quiz generating applications, but the idea of creating a quiz and then taking it on the same platform and evaluating the students in such an amazingly easier way is quite innovative, where a teacher will create a quiz and have control over its shareability and access. Upon enabling public access, the app will provide a unique and secure quiz code that can be shared with students. Quiz code will be used by students to join the quiz and to avoid anonymous spamming entries. A list of students and their marks in respective quizzes will be shared with the creator/ teacher of the quiz.

✨Functional Requirements

  • Teacher

    • The teacher should be able to create quizzes.
    • The teacher should be able to control the access to quizzes.
    • The teacher should be able to copy and share the quiz - code.
    • The teacher should be able to view/ delete the responses.
  • Student

    • The student should be able to attempt a quiz by using the quiz code.
    • The student should be able to attempt the quiz using voice recognition.
    • The student should be able to see their scores in the attempted quizzes.

Blind Quiz Commands

  • The Blind Quiz Module works with the limited Speech Commands to interact with the App.
  • Press space to turn the microphone on.
  • Voice Commands:
    • Instructions: To listen to all the possible commands.
    • start Quiz or title: To listen the Quiz title and first Question.
    • Select Option [Number] or Choose Option [Number]: To mark the option of the current Question.
    • next question: to increment the question index and move to the next question and listen it.
    • previous question: to decrement the question index and move to the previous question and listen it
    • Repeat Question [Number]: To listen a specific Question.
    • Repeat Current Question: To repeat the current Question.
    • submit quiz: to submit the quiz.

🚀 Configuration Guidlelines

  • Create an account on firebase.google.com and add the API key in the src/firebase/firebase.js file.
  • Add the MongoDB API key (either local server key or from the Atlas MongoDB remote server) in backend/src/server.js.
  • Install MongoDB Server if you want to use the database locally. Install Node.js to use npm and node services.
  • Open a terminal with the path set to the root directory of the project and run npm install command to install the required packages.
  • Open a new terminal with the path set to the backend directory of the project and run npm install command to install the required packages.
  • After successful installation of all packages, run command npm start in the terminal with the path set to the root directory and wait for the project to initiate.
  • Deployment to Heroku is done manually with heroku commands.
    • Create a build of client folder.
    • Add all the build files in server/public.
    • Use heroku login.
    • Use git add . and git commit -am "make it better".
    • Use git push heroku master.

Supported Environments

  • Windows/ MacOS/ Linux operating systems are supported for the development of the respective project.

About

Quiz Management App for both teachers and students with speech recognition for blind students too.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages