https://github.com/mrminemeet/vsc_tutor_point_calculator
This Extension should calculate how many points a student gets according to the tutor's annotattions
https://github.com/mrminemeet/vsc_tutor_point_calculator
quality-of-life vscode-extension
Last synced: 6 months ago
JSON representation
This Extension should calculate how many points a student gets according to the tutor's annotattions
- Host: GitHub
- URL: https://github.com/mrminemeet/vsc_tutor_point_calculator
- Owner: MrMinemeet
- License: mit
- Created: 2022-11-18T15:46:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T05:43:32.000Z (over 1 year ago)
- Last Synced: 2024-04-08T06:35:37.009Z (over 1 year ago)
- Topics: quality-of-life, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 16.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:warning: This extension will not be maintained anymore after this commit. Therefore, the final version of this extension from this repository will be `0.18.1`. If you want to take over, feel free to fork it. :warning:
# Tutor Point Calculator
This Extension should calculate how many points a student gets according to the tutor's annotations.## Why?
I'm trying to automate a task that is very simple using a method that is likely more complex instead of just doing it the easy way## How to use it?
Set the max reachable points in the settings under `tutor-point-calculator.maxPoints`. It is 24 by default, because I needed that amount :P
By default it checks in `.java`, `.cs`, `.ts`, `.js`, but more can be added in `tutor-point-calculator.filesToCheck`.Open a folder that contains the stuff you have to check and do your stuff. Make annotations with `// TUTOR -XY`, where `XY` can be a whole or decimal number.
When finished press `CTRL + F3` or execute the command `Calculate Points`.
You'll get a small information message, where you see the points for the student.
## Installation:
You can either download it from the Marketplace [HERE](https://marketplace.visualstudio.com/items?itemName=MrMinemeet.tutor-point-calculator).
Or directly download the latest .vsix file [HERE](https://github.com/MrMinemeet/vsc_tutor_point_calculator/releases/latest)## TODO:
* Other formats for the annotations. Important for checking languages that don't use double slash as a comment