ok icon indicating copy to clipboard operation
ok copied to clipboard

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.

Results 103 ok issues
Sort by recently updated
recently updated
newest added

Allow for comments to be uploaded from OK to bCourses when doing bulk upload through [`put_scores()`](https://github.com/Cal-CS-61A-Staff/ok/blob/master/server/canvas/api.py#L109). Seems like this functionality is present in [`put_score()`](https://github.com/Cal-CS-61A-Staff/ok/blob/66c2990187dbaaac582720b3226e2b1057f3dd9a/server/canvas/api.py#L83), but not in `put_scores()`. Thank you!...

I have a test as follows (taken from data8): ``` test = { 'name': '', 'points': 1, 'suites': [ { 'cases': [ { 'code': str(""" >>> type(imdb) == tables.Table True...

When you submit a grade on the backup page, it takes you to the grading queue page, which is annoying. It would be nicer if instead the page refreshed; that...

cleanup

Looks like the `custom_submission_time` attribute is not set when the extension was created after backups are made. Not sure what the best fix is - could either retroactively change the...

bug

There is no way currently to configure autograder assignments from within the OK server; you have to go to autograder.cs61a.org, possibly ask an administrator to create an account, create an...

enhancement
Autograding

"Since this extension was set with a valid until Sunday but the submission deadline was pushed back for everyone, I wonder if this will be handled correctly by Ok in...

From experience, it seems like the auto promotion process of backups during auto grading is a little buggy: - The last backup is flagged for submission, even if that backup...

bug
Autograding

All these are necessary for grading, but not all of them should be exposed in the "kind" dropdown. For example, staff shouldn't have to manually assign any of them except...

cleanup

Only scores from latest autograder run should be shown in the histogram. Having all scores from all autograder runs appear makes the score histograms misleading.

We often forget to publish the "Regrade" tag, but that should not prevent regrade scores from being pushed to bCourses.

course-staff-request