Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Student Information System - Database - Grades

    campusM Logo wh bkg sm1.png

    Overview and Prerequisites

    Prior to reviewing this page, please review the Generic Student Information System Integration Directory page, including prerequisites found here.
    In addition, the following prerequisites are set for the specific grades integration:
    Database View Prerequisites Additional Information
    The database view must include the following columns:
    • User ID
    • Term ID/Term Name
    • Course Title
    • Final Grade
    Additional fields could be used for display purposes (course subjects, etc.)

    User Experience

    The grades services allows student to view their final grades by semester.
    Property Static Tile
    Default Size 1x1
    Minimum Size 1x1
    Suggested Design Grades - Tile.png

    Screenshots

    Grades_1.png   Grades_2.png

    Sample Requests

    Sample Query to Retrieve List of Terms
    SELECT DISTINCT TERM_ID, TERM_NAME FROM USER_GRADES WHERE USER_ID={userId}
     
    Sample Response
    TERM_ID TERM_NAME
    2017-01 Spring Semester 2017
    2016-03 Fall Semester 2016
    2016-02 Summer Semester 2016
    2016-01 Fall Semester 2015
     
    Sample Query to Retrieve User Grades
    SELECT DISTINCT TERM_ID, TERM_NAME, COURSE_TITLE, FINAL_GRADE FROM USER_GRADES WHERE USER_ID={userId} AND TERM_ID={termId}
     
    Sample Response
    TERM_ID TERM_NAME COURSE_TITLE FINAL_GRADE
    2017-01 Spring Semester 2017 Architectural Design & Technology A+
    2017-01 Spring Semester 2017 Architecture and Property Development B
    2017-01 Spring Semester 2017 Construction and the Built Environment B-
    2017-01 Spring Semester 2017 Architectural Design and Psychology A
     

    Offline Functionality

    Not supported.

    Configuration Options

    Configuration Item Options Default Value
    Default Screen
    • Current semester grades
    • Terms list
    Terms list

    Labels

    Label Default Value
    Tile name on home screen My Grades
    Page title Grades
    Link to terms Terms
    Final grade label Final Grade

    Suggested Testing Guidelines

    The following acceptance criteria is recommend to be used as part of the testing and approval process:
    • User can access the Grades Tile and see their final grades for the current term
    • User can navigate to view their terms
    • User can select a term a see their final grades for that term
    • Was this article helpful?