RIO Ed - Sessions For Grading (Aura)
rio_ed:GradingSessions
RIO Ed - Sessions For Grading
Component Name | RIO Ed - Sessions For Grading |
API Name | rio_ed:GradingSessions |
Type | Standalone |
Recommended Pages | Any page in digital experience |
Supported In | Salesforce Internal |
The RIO Ed - Sessions For Grading component lists out and displays Sessions to be graded.
Note: For the article on the grading component itself, see RIO Ed - Session Grading (Aura) instead.
Supported configuration
Show Sessions According to Allocation
This configuration, when checked, will categorize and list the Sessions according to current, future, and past (as seen in the image above).
The Sessions will be listed based on the faculty allocations (attendance on faculty Session Connection).
-
Current Sessions - If the Session has attendances with:
- Past and future dates.
- Past and current dates.
- Future and current dates.
- Current dates.
-
Future Sessions - If the Session only has attendances with future date.
- Past Sessions - If the Session only has attendances with past date.
Otherwise, it will be purely based on the faculty Session Connection. The Sessions will be grouped by Current, Future and Past based on the Session Connection date:
- Current - The start date and end date that are still within the current date range.
- Future - Start date that is greater than today.
- Past - End date that is earlier than today.
Profile Picture Source Object = Picklist (Account, Contact)
Admin can decide the object to retrieve the profile picture (where the profile picture is saved). For person account, please select Account.
Profile Picture File Description
Description of File of Contact to get profile picture from. Defaults to: Profile Picture.
Store Grade Points
(v3.10)
When the "Store Grade Points" is set to Grade, the lower or upper grade from the related grade settings will be stored on the Grade object's 'Grade Points' field.
Developer section
Attribute Name | API Name | Description |
Session Icon | sessionIcon | Session Icon. |
Current Sessions text | currentSessionsText | Current Sessions text. |
Future Sessions text | futureSessionsText | Future Sessions text. |
Past Sessions text | pastSessionsText | Past Sessions text. |
Past X Days | pastXDays | Past X Days. If the setting is set, a date will be calculated based on Today - X Days and it will be used to compare against the end date of faculty session connections. |
Next X Days | nextXDays | Next X Days. If the setting is set, a date will be calculated based on Today + X Days and it will be used to compare against the start date of faculty session connections. |
Session's Name field Expression | sessionNameFieldExpr | Session's Name field Expression. |
Session's Description field Expression List | sessionDescFieldExprList | {rio_ed__Description__c},{rio_ed__Booked_Places__c} Students |
Filter Label | filterLabel | Term or Week. |
Show Filter Search Bar | showFilterSearchBar | Show the filterWeek search bar. |
Week Start Number | weekStart | What day is the start of the week? Monday=1, Sunday=7. |
Show Filter Date Picker | showFilterDatePicker | Show the filterDate date picker. Only used for Weekly grading frequency. |
Add Year to Week Label | addYearToWeekLabel | Add 2 digit year before the 2 digit week label e.g. Jan 1 2019 = 1901. |
Course Connection Fields To Use as Student Descriptors | ccDescFieldExprList | Course Connection fields to use as student descriptors e.g. 'CourseConnectionFieldName1'-'CourseConnectionFieldName2', 'CourseConnectionField3'. |
Profile Picture Source Object | profilePicSourceObject | The object of where the profile picture is saved. For person account, please select Account. |
Profile Picture File Description | profilePicFileDesc | Description of File of Contact to get profile picture from. Defaults to: Profile Picture. |
Show Parent Grade Criteria | showParentGradeCriteria | Shows the parent grades from Grade Criteria for marking. |
Store Grade Points | storeGradePoints | Stores Grade Points when using a Value type grade. Options: None, Grade Points, Grade. |
Show Calculated Grade | showCalculatedGrade | Show calculated grade from Term Grade. This is to show/hide the calculated grade field as the last column in the grading grid. |
Calculated Grade Field API Name | calculatedGradeFieldName | The calculated grade field API name from Term Grade object. |
Calculated Grade Field Label | calculatedGradeFieldLabel | The calculated grade field label. The field label to be displayed in the grading grid. If left blank, the field label of the "Calculated Grade Field API Name" will be used. |
Student Session Connection Status | validSessionConnectionStatus | Student session connection statuses to be considered. E.g, Current,Completed |
Show Save Button | showSaveButton | Show save button to allow users to save the grading. |
Show Close Button | showCloseButton | Show close button to allow users to close and exit the grading wizard. |
Student Tile Action | studentTileAction | Action when user click on the student tile. |
Student Overview Component Name | overviewCmpName | Lightning Component name to call for when clicking a Student for more details e.g. rio_ed:overviewComponent. Takes contactId and programEnrollmentId as parameters. |
Student Overview Header | overviewHeader | Header text of overviewCmp popup modal. |
Student Overview Modal CSS Class | overviewModalCssClass | CSS class for the overviewCmp popup modal e.g. sIds-modal_large. |
Show Grading Period Selection | showGradingPeriodPicklist | Shows the grading period picklist to allow faculty to switch and view the grade for different period. |
Show Course Offering Grade Criteria | showCourseOfferingCustomGradeCriteria | Show grade criteria for course offering. |
Show Session Grade Criteria | showSessionCustomGradeCriteria | Show grade criteria for session. |
Allow Custom Grade Criteria | allowCustomGradeCriteria | Allow faculty to define custom grade criteria. |
allowCourseOfferingCustomGradeCriteria | Allow Course Offering Custom Grade Criteria | Allow faculty to define custom grade criteria for course offering. |
allowSessionCustomGradeCriteria | Allow Session Custom Grade Criteria | Allow faculty to define custom grade criteria for session. |
Show Sessions According to Allocation | showSessionAccordingToAllocation | Show Sessions according to allocation. When the setting is enabled, the Sessions will be listed based on the faculty allocations (attendance on faculty Session Connection). The Sessions will be grouped based on the faculty attendance:
Otherwise, it will be purely based on the faculty Session Connection. The Sessions will be grouped by Current, Future and Past based on the Session Connection date:
|
Student Column Max Width | studentColumnWidth | (v3.8.2) Student column max width e.g. 200px. Supports both px and rem. |
Respect Grading Period Setting | respectGradingPeriodSetting | (v3.9) Respect the Grading Period Setting based on the selected grading period. |
Show Grade Menu Items | showGradeMenuItems | (v3.9) Show menu items for each grade column. |
Grade Menu Item Button Names | gradeMenuItemButtonNames | (v3.9) The grade menu item buttons to be displayed in comma separated value e.g., note, regrade. Supported values are: note, regrade, and resit. |
Grade Note Field Set Name | gradeInfoFieldSetName | (v3.9) The field set API name for listing additional grade fields on note screen. |
Grade Regrade Request Field Set Name | gradeRegradeRequestFieldSetName | (v3.9) The field set API name for listing additional grade fields on regrade request screen. |
Grade Resit Request Field Set Name | gradeResitRequestFieldSetName | (v3.9) The field set API name for listing additional grade fields on resit request screen. |