Skip to content

Commit

Permalink
update README for answer checking
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Nov 24, 2023
1 parent 5454f3b commit 3da1175
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ I also appreciate feedback and feature suggestions through email, discord, or is
Make sure to format your code using the provided eslint rules and check by running `npm run lint`.
I recommend sorting your HTML attributes using [this vscode extension](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-attrs-sorter), which I have configured to follow https://codeguide.co/#attribute-order.

### Answer Checking

Feel free to check out the answer-checking code in the `qb-answer-checker` folder.
The `check-answer.js` file does most of the heavy lifting.
While pull requests are always welcome, they are especially welcome on the `equivalent-answers.js` and `standardize-tokens.js` files.

### Code Structure

All code that is sent to the **client** is located in `client/`.
Expand Down

0 comments on commit 3da1175

Please sign in to comment.