Skip to main content

get_teacher_facing_attempts_for_completion

Function get_teacher_facing_attempts_for_completion 

Source
pub async fn get_teacher_facing_attempts_for_completion(
    conn: &mut PgConnection,
    row: &TeacherCreditRegistration,
) -> ModelResult<Vec<TeacherCreditRegistration>>
Expand description

Every attempt for the same completion as row, that one included, newest attempt first.