Update README.md

This commit is contained in:
EthanThatOneKid 2021-01-12 16:46:54 -08:00 committed by GitHub
parent ed5e6fac8b
commit 662a64b067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,27 +9,18 @@
Grading code ninjas' submissions is slow and tedious because the current site has a poor user experience. Grading code ninjas' submissions is slow and tedious because the current site has a poor user experience.
My goal is to make an entirely keyboard-navigable enhancement in the form of a bookmarklet. My goal is to make an entirely keyboard-navigable enhancement in the form of a bookmarklet.
## Usage ## Getting Started
### One-Time
1. Visit the [grading console][grading_console] while logged in as a code sensei.
1. Paste the bookmarklet code in the [address bar](https://en.wikipedia.org/wiki/Address_bar).
1. [Make sure it is prefixed with `javascript:`](#security).
1. Click <kbd>enter</kbd> to execute the bookmarklet code.
1. Grade.
### Install
To install a bookmarklet, it must be added to your bookmarks bar. To install a bookmarklet, it must be added to your bookmarks bar.
#### Chrome Installation
1. Right-click your bookmark bar. 1. Right-click your bookmark bar.
1. Click "Add page...". 1. Click "Add page...".
1. Set the name to `Sensei Grading +`. 1. Set the name to `Sensei Grading +`.
1. Set the URL to [the latest bookmarket distribution][bookmarklet_file]. 1. Set the URL to [the latest bookmarket distribution][bookmarklet_file].
1. Click "Save". 1. Click "Save".
Now that you have installed the bookmarklet, using it is as simple as the following steps:
1. Visit the [grading console][grading_console] while logged in as a code sensei. 1. Visit the [grading console][grading_console] while logged in as a code sensei.
1. Click "Sensei Grading +" on your bookmarks bar to execute the bookmarklet code. 1. Click "Sensei Grading +" on your bookmarks bar to execute the bookmarklet code.
1. Grade. 1. Grade.