Jessica B. Hamrick
Jessica B. Hamrick
If you can assume that (1) all assignments are identical and (2) the subsets of students are completely independent, that simplifies things a lot (as then you don't need to...
Yeah, like @lgpage said that's intentional---the reasoning is that if you are grading students against hidden tests, it's still useful for the students to be able to see what they...
Ah I see, allowing for resubmissions is not something I'd considered. I think it's probably reasonable to add an option to suppress hidden tests in the feedback, but have it...
Off the top of my head, I think the way to do this would be to run the `ClearHiddenTests` preprocessor during the feedback step.
#1156 brought up the of whether to keep the cell output or not. I think it might be hard to determine which output is a result of a hidden test...
Just from a quick look I think it would still be the same as @ykazakov described. On Sun, Aug 21, 2022, 2:21 AM Debbie Yuster ***@***.***> wrote: > Wanted to...
Hmm, I thought when cells were copied the metadata from them was dropped, but perhaps not---and it's definitely a problem otherwise. However I think these are bugs though with the...
I can confirm this, and the issue is that in the SQLalchemy API I've only allowed cells to be code or markdown. I'm not quite sure why I did this,...
`nbgrader db assignment remove` does not un-release assignments, it only removes the assignment from the database. This could be clarified in the documentation, however. Additionally, it might be a good...
This should be possible, though it requires going through a different route: * Click "Manage Students" on the left navigation bar * Click on name of the relevant student *...