Compare Chrome extensions: CodeGrader vs Script Control

Stats CodeGrader CodeGrader Script Control Script Control
User count 58 150
Average rating 0.00 5.00
Rating count 0 2
Last updated 2022-02-02 2024-04-02
Size 4.27M 387.07K
Version 1.0.2 2024.4.1.0
Short description
A plugin to ease code style grading of student project submissions at UMD/CP CS department. Allow or block JavaScript.
Full summary

The CodeGrader plugin was developed to ease the burden of Teaching Assistants (TAs) at University of Maryland. Every semester, TAs go through thousands of lines of student code manually, checking it for style, grading it, and reporting back to each student, explaining code style problems to help the students learn to code better.

In 2013, the idea and some code tailored for a couple of specific UMD course was introduced by Dr. Tak Yeon Lee, who shortly obtained his PhD in Human-Computer Interaction from UMD and moved on to Adobe Research. In 2020, another graduate student, Gregory Kramida, led the effort to implement the plugin so it can be used across any Java course in the UMD CS curriculum, introducing static code analysis and modules that can be configured for any UMD Java project using the internal Submit Server. William Kaiyang Siew and Matthew Walter Simmons, both undergraduate teaching assistants at the time, have since aided with the project, which is quickly becoming an indispensable productivity-booster for graders and a great way to issue more meaningful reports to students at a fraction of the time it took for manual grading.

The code is in active development. For submitting issues, feature requests, and contributing to the effort, please see the project repository at https://github.com/Algomorph/CodeGrader.

FEATURES

• Allow or block JavaScript globally. • Allow or block JavaScript for multiple domains. • Allow or block JavaScript for individual domains. • Light and dark theme preferences.

LIMITATIONS

Chrome only allows 5000 simple rules (single domain) and 1000 complex rules (multiple domains). If you think you need more rules you may want to try an extension like NoScript or uBlock Origin that may not be using Chrome's new rule based technology.

Script Control modifies security headers at low level to allow or block JavaScript. If you are using another security focused extension that is using the same technique, one or both extensions may interfere with each other.

PRIVACY

See more