diff --git a/gradebook/gradebook.class.php b/gradebook/gradebook.class.php index 1ccf056..e388caf 100644 --- a/gradebook/gradebook.class.php +++ b/gradebook/gradebook.class.php @@ -267,9 +267,9 @@ function load_grades( $gradebook_id, $parse = false ) { } /** - * load_grades_by_user_id( $assignment, $user_id ) + * load_grade_by_user_id( $assignment, $user_id ) * - * Loads all the grades for a given assignment by user id + * Loads all the grade for a given assignment by user id * * @param Int $assignment the ID of the assignment gradeboodk to load * @param Int $user_id, the id of the user diff --git a/groups/templates/single_assignment.php b/groups/templates/single_assignment.php index 5f4e6dd..b96940d 100644 --- a/groups/templates/single_assignment.php +++ b/groups/templates/single_assignment.php @@ -10,16 +10,24 @@ -