Skip to content

zhanger681/Chrome-Extension-MCQ-Selector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAJIQ Wheel

MAJIQ Wheel is a web browser extension originally intended for randomly selecting an answer for multiple choice questions.

Usage

Users of the MAJIQ Wheel can:

  • Select the format of options (either numeric or alphabetic).
  • Select which options to choose between (from first to eighth).

Here are some possible use-cases of the MAJIQ Wheel: choosing between MCQ answers, randomizing the player order when playing a board game with friends, ...

Changelog

Jan 9th, 2022

  • Deployment

Jan 11th, 2022

  • Users can now select up to 8 options.

Incoming

  • Users will be able to choose "Other" format allowing them to manually type their inputs.

Instructions for Developers

Users must have the latest Node.js version installed on their computer.

Google Chrome / Microsoft Edge

  1. Clone the repo in your prefered directory.

      git clone https://github.com/zichzhang/Chrome-Extension-MCQ-Selector.git

  1. Change into the Chrome-Extension-MCQ-Selector directory and open the project in your editor of choice.

      cd Chrome-Extension-MCQ-Selector

  1. Install all dependencies.

      npm install

  1. Generate the build folder.

      npm run build or yarn build (if you have yarn installed)

  1. In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions).

  2. Enable Developer Mode (located in the top right corner).

  3. Load unpacked folder (located in the top left corner).

  4. Select the newly generated build folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • CSS 22.4%
  • HTML 9.3%