Skip to content

Tags: ProblemSolvingIO/ok

Tags

v3.8.10

Toggle v3.8.10's commit message
Deploy of v3.8.10

v3.8.9

Toggle v3.8.9's commit message
Allow dashes in course endpoint (e.g. cs98-xx) (okpy#1325)

3.8.8

Toggle 3.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add scores and allScores JS objects to staff view (okpy#1267)

* Add scores and allScores JS objects to staff view

Staff can now access scores as a JS object on their overview page
for a student. `scores` should match the object embedded on the
student view (only inactive assignments and public scores) while
`allScores` includes active assignments and hidden scores.

* Add newlines

v3.8.8

Toggle v3.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add scores and allScores JS objects to staff view (okpy#1267)

* Add scores and allScores JS objects to staff view

Staff can now access scores as a JS object on their overview page
for a student. `scores` should match the object embedded on the
student view (only inactive assignments and public scores) while
`allScores` includes active assignments and hidden scores.

* Add newlines

v3.8.7

Toggle v3.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Export Course Grades as CSV (okpy#1212)

* add export grades job

* minor tweaks

* add missing files

* Export grades CSV fix (okpy#1214)

* Use 0 grade when no score type exists for the assignment for a student

Signed-off-by: Colin Schoen <cschoen@berkeley.edu>

* Fix incorrect varaible name assignment -> assign

Signed-off-by: Colin Schoen <cschoen@berkeley.edu>

* " -> '

Signed-off-by: Colin Schoen <cschoen@berkeley.edu>

* clean up style and remove unnecessary variable

* fix bug (new_assignments was necessary

v3.8.6

Toggle v3.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Grade Correctness for Checkpoint Grading and Bug Fixes (okpy#1210)

* allow autograder correctness grading for checkpoints

* minor tweaks in how backups are gathered

* fix composition comments not working

v3.8.5

Toggle v3.8.5's commit message
Data8fa17/upload scores (okpy#1185)

* initial branch load

* commenting out .csv upload so that page works atm

* untested version of upload completed

* better error messages for wrong csvs

* better validation for .csv upload

* added ability to choose what type of score to upload

* upload working with tests, adding upload button to multiple toolbars

* very small change to upload page

* Use one form for upload scores, improve validation

* convert upload scores to job

* add new upload_scores.py job

* skip poorly formatted lines and allow email-only

* fix multiple backups being created

* add optional message field to upload form

* allow splitting on spaces, commas, and newlines

* remove score_from_csv method from Score

* fix split delims for emails

v3.8.4

Toggle v3.8.4's commit message
downgrade to rq==0.5.3 to be consistent with autograder

v3.8.3

Toggle v3.8.3's commit message
Fix Moss results on student page (okpy#1180)

v3.8.2

Toggle v3.8.2's commit message
Fix error when trying to invite a partner on OK