This is a script for creating faster practice environment on Questionor. With this script, you can practice on Questionor without having your hands leaving the keyboard. The key map is showed below.
3 or 4 options:
[A] [B] [C] [D]
` 1 2 3 \ 4 5 \ 6 7 8 / 9 0 - = | BKSP
TAB | Q W E | R T | Y U | I O P [ ] | \
CAPS \ A S D | F G | H J | K L ; ' | ENTER
SHIFT \ Z X C \ V B \ N M \ , . / / SHIFT
2 options:
[A] [B]
` 1 2 3 4 5 \ 6 7 8 9 0 - = | BKSP
TAB | Q W E R T | Y U I O P [ ] | \
CAPS \ A S D F G | H J K L ; ' | ENTER
SHIFT \ Z X C V B \ N M , . / / SHIFT
more than 4 options:
` 1 2 3 4 5 6 7 8 9 0 - = | BKSP
TAB | Q W E R T Y U I O P [ ] | \
CAPS \[a] [b] [c] [d] G H [e] [f] [g] [h] ' | ENTER
SHIFT \ Z X C V B N M , . / / SHIFT
Above all that, special functions are binded to following keys:
[Check/Next]: ENTER, SPACE
[Skip]: TAB
[Clear All]: ESC, BKSP, DEL, \
*Note: Avoid triggering [Clear All] from BKSP.
This script is released in GreasyFork: Click here
Or you can directly copy the .js script into a new Tampermonkey script.
This script is created by Lynz Rand, and licensed under GPLv3 License.
- Fix: wrong key map on keypad
- Add test results for current session
- Added some annotations
- Simplified some code
- Added support for multiple option configurations
- Fixed some bug;
- improved Readme
- Initial release