gradeFast is a Visual Studio Code extension that leverages the VSCode API to provide a seamless grading experience. It integrates with the TreeView and Comments API from Microsoft samples to streamline the grading process for code assignments.
- Tree View Integration: Easily navigate through assignments and student submissions using the TreeView.
- Comments API: Efficiently add and manage comments on code snippets to provide feedback to students.
- Fast Grading: Accelerate the grading process with intuitive features designed for educators.
- Launch Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window, or use the keyboard shortcut
Ctrl+Shift+X
. - Search for
gradeFast
. - Click the Install button.
- Open the Explorer view in VSCode.
- Look for the "gradeFast" section in the TreeView.
- Navigate through assignments and student submissions.
- Utilize the Comments API to provide feedback on code snippets.
gradeFast comes with a few configuration options to tailor the extension to your needs. You can access the configuration settings through the VSCode settings:
gradeFast.assignmentPath
: Specify the path to the folder containing assignment files.gradeFast.feedbackTemplate
: Customize the default feedback template.
This project is licensed under the MIT License.
gradeFast makes use of the TreeView API and Comments API from the Microsoft samples.
For questions or feedback, please contact the maintainers:
- Your Name [email protected]
- Another Maintainer [email protected]