Grading exams in vscodeThis is a vscode extension that helps grading exams in vscode. Exam formatThe target exam formats are programming exams where the students submit
plain text files (e.g.
(See The grader must be allowed to modify the files (or copies thereof) in order to specify points and leave comments. These comments will be in a human-readable format, allowing people without this extension to understand the feedback. Assigning points without this extension is also possible, but inconvenient, since the points-comments must match the corresponding regular expressions. FeaturesThe extension parses all exam files,
identifying answered exercises and parsing points given by the grader.
The body of exercises can be highlighted accordingly.
The command An overview of the identified exercises and parsed points can be shown using commands
The solution to the currently selected exercise (or any fixed one) can be shown
in a separate editor that updates when the selection changes,
using the command ConfigurationThe structure of the exam needs to be specified in the setting Further configuration options include toggles for the background highlighting and code-lenses. DevelopmentThe extension was primarily written to match my personal use-case, and is under (infrequent) development. Any bug reports, feature suggestions, or pull requests are welcome! |