GithubHelp home page GithubHelp logo

pygrader's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pygrader's Issues

some easy util upgrades

  • compile_code() should optionally take a Makefile target
  • prompt_continue() should optionally take a msg to print instead of just "Press enter to continue"
    [ transferred from cs4118/pygrader ]

Record list of submission names so you don't have to enter each one

A common use case is to grade all submissions assigned to you in one session. pygrader should record a list of submissions and run through each one, as opposed to the grader having to restart pygrader each time.

it would also be good to display progress if you decide to use a list of submission names (e.g. 4/20 submissions remaining...)

document `common/` better

We tried to add docstrings and typehints to most of the common logic (utils, printing, submissions), but it'd be nice to have a dedicated markdown page with examples

Comment formatting for general notes/deductions

When deducting a comment, also annotate the numeric point deduction so that students don't have to cross-reference rubric just to double-check arithmetic.

e.g. instead of just (C3) <comment>

have it dump (C3: -4) <comment>

and then have a different syntax for no point deduction, e.g.:

[A3: 0] <comment without point deduction>

Comment formatting

When deducting a comment, also annotate the numeric point deduction so that students don't have to cross-reference rubric just to double-check arithmetic.

e.g. instead of just

(C3)
have it dump

(C3: -4)
and then have a different syntax for no point deduction, e.g.:

[A3: 0]

[ transferred from cs4118/pygrader, opened by @j-hui ]

No general comments item at the end

Currently, the script supports adding comments to each rubric item, in the following fashion:

student3 30 (A1) nice; (B1.2) wrong wq2 answer; (C2.1) Makes with warnings; (C2.2) great!

However, there is no prompt (at the very end of the script) to write general comments that are not attached to rubric items, e.g. "(A1) nice; ... ; (C2.2) great!; Excellent job overall!".

Line editing doesn't work for comments

It doesn't seem like you can seek within a line, and in some cases I can't delete. The ^? characters below were written when I hit the backspace key.

Request times out due to parent waiting for cl^?h^?^?^?^?^?
I need to test further to see what the issue is.

Edit: It looks like there's an interaction between tmux and pygrader. Will conduct additional testing.

Edit2: The issue is not limited to tmux. After a period of time my non-tmux terminal ran into the same issue I had with tmux. It seems like one of the scripts / grade items in the [cs4116/HW3] grader changes the tty settings and messes up backspace.

[ transferred from cs4118/pygrader, opened by @emesterhazy ]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.