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
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, ...
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.
Users must have the latest Node.js version installed on their computer.
- Clone the repo in your prefered directory.
git clone https://github.com/zichzhang/Chrome-Extension-MCQ-Selector.git
- Change into the
Chrome-Extension-MCQ-Selector
directory and open the project in your editor of choice.
cd Chrome-Extension-MCQ-Selector
- Install all dependencies.
npm install
- Generate the
build
folder.
npm run build
or yarn build
(if you have yarn installed)
-
In Chrome/Edge go to the extensions page (
chrome://extensions
oredge://extensions
). -
Enable Developer Mode (located in the top right corner).
-
Load unpacked folder (located in the top left corner).
-
Select the newly generated
build
folder.