Tags: ProblemSolvingIO/ok
Tags
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
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
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
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
PreviousNext