A browser extension that saves previously correct answers, and fills them when you redo them
- Install dependencies:
npm install- Build the extension:
npm run build- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
distfolder (after runningnpm run build)
- Navigate to a Canvas quiz page
- Click the extension icon in your browser toolbar
- You may need to click Save Current Answers to save manually, the extension will do this aumatically over time