Gradebook Frontend Documentation - v0.0.0
    Preparing search index...

    Service responsible for retrieving grade history information from the server. Provides methods to access the audit trail of grade changes for students and teachers.

    Index

    Constructors

    Methods

    • Retrieves the complete grade history for a specific student.

      Parameters

      • emailStudent: string

        The email address of the student

      Returns Observable<any>

      An Observable with the grade history entries for the student

    • Retrieves the complete grade history for all students taught by a specific teacher.

      Parameters

      • emailTeacher: string

        The email address of the teacher

      Returns Observable<any>

      An Observable with the grade history entries for all students taught by the teacher