SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 22 forks source link

Meta test that subtracts points #209

Closed martinmladenov closed 7 months ago

martinmladenov commented 1 year ago

Sometimes we want a meta test that doesn't give points if the student got it right, but subtracts points from the students that got it wrong.

This is similar to code checks that subtract points in #168

puctom commented 1 year ago

I want to work on this one

mauricioaniche commented 1 year ago

Great, @puctom. Please drop a message in our internal channel, so we know who you are :)

@martinmladenov any extra tips to @puctom on this one? You implemented something similar to code checks, maybe you have some nice lessons learned?

martinmladenov commented 1 year ago

I'd advise you to look into PR #210 since it does something very similar. I think the easiest way to implement this would be to make a separate step which runs those meta tests (while of course being careful not to introduce duplicated code).

FrancescoHamar commented 1 year ago

Hello! Could I also be assigned to this one as we would work together on it?