Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CP Grader AssistantNew to Visual Studio Code? Get it now.
CP Grader Assistant

CP Grader Assistant

drakephcp

|
4 installs
| (0) | Free
Copy files necessary for the automation tool
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CP Grader Assistant A simple VS Code extension designed to streamline the grading process for Web101 assignments by preparing student code for an external automation tool.

What It Does This extension adds a single command to your VS Code environment. When triggered, it automatically finds the primary HTML and CSS files in the student's open workspace, combines their content, and copies it to the clipboard.

This allows an instructor or grader to quickly grab the necessary code and paste it into a local grading automation tool without manually opening, selecting, and copying from multiple files.

Key Features One-Click Operation: Activates via a simple command from the Command Palette.

Automatic File Discovery: Scans the workspace to find the required .html and .css files.

Clipboard Integration: Copies the combined content to the clipboard, ready to be pasted anywhere.

Web Compatible: Works seamlessly in desktop VS Code and web-based environments like VS Code for Education.

Usage Run the Local Grader: Before using the extension, make sure your separate, localhost-based grading automation tool is running and ready to receive input.

Open a Student's Project: Open the student's assignment folder in VS Code.

Activate the Command:

Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette.

Type Grade My Assignment and press Enter.

Paste and Grade: A notification will confirm that the content has been copied. You can now paste the combined HTML and CSS into your local grading tool.

Important Note This extension is a companion tool. It does not perform any grading on its own. It is designed to act as a bridge between the student's code in the VS Code editor and a separate, pre-existing grading application running on your localhost.

License This extension is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft