Skip to content

zichzhang/Chrome-Extension-MCQ-Selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAJIQ Wheel

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

Chrome Store: https://chrome.google.com/webstore/detail/majiq-wheel/ppooppbgpecgjkajonpfapehnebehaba

Usage

Users of the MAJIQ Wheel can:

  • Select the format of options (either numeric, alphabetic or you choose your options).
  • Select which options to choose between (for numeric and alphabetic only).

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.
  • Users will be able to choose "Other" format allowing them to manually type their inputs.

Jan 13th, 2022

  • Version 2 of MAJIQ is complete.

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.