From 3da11751c9f180b4600d02c70f639d82dc5ebb42 Mon Sep 17 00:00:00 2001 From: Geoffrey Wu Date: Fri, 24 Nov 2023 13:42:02 -0600 Subject: [PATCH] update README for answer checking --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cfde344d..9a6e204f 100644 --- a/README.md +++ b/README.md @@ -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/`.