RIO Ed - Term Grade Details (Aura)
rio_ed:termGradeDetails
Table of Contents
RIO Ed - Term Grade Details (Aura)
Component Name | RIO Ed - Term Grade Details (Aura) |
API Name | rio_ed:termGradeDetails |
Type | Standalone |
Recommended Pages | Course Connection and Term Grade object page in Digital Experience and Salesforce Internal |
Supported In | Digital Experience and Salesforce Internal |
The RIO Ed - Term Grade Details (Aura) component displays the list of grades (i.e. assignments, exams) that a student has achieved for a Course throughout a Term.
For a use case, see here.
Example view from the console:
Example view from the Student Community:
Supported configuration
Section Title Field Name
Admin can define the section title for a term grade record specifying the API name of a Term Grade's field.
Term Grade Field Set API Name
Term Grade Field Column Number
Term Grade Form Density
These are to allow admin to define the additional to be displayed for a Term Grade record.
Grade Field Set API Name
This is to allow admin to define the fields to be displayed for the Grade table.
Grade Criteria
Admin can configure the SOQL like filter criteria and ordering to determine the records to be displayed e.g., Name = 'Exam' ORDER BY rio_ed__Sequence__c.
Show Parent Grade
Admin can configure to show/hide the parent grade from the grade table.
Debug Mode
This allows admin to enable additional logging details on the browser debugging console for troubleshooting purposes.
Developer section
Attribute Name | API Name | Description |
Section Title Field Name | sectionTitleFieldName | The field API name for Term Grade section title. |
Term Grade Field Set API Name | termGradeFieldSetName | Term grade field set API name. |
Term Grade Field Column Number | termGradeFieldColumnNo | Term grade field display column number. |
Term Grade Form Density | termGradeFormDensity | Term grade form density. |
Grade Field Set API Name | gradeFieldSetName | Grade field set API name. |
Grade Criteria | gradeAdditionalCriteria | Grade record additional criteria. |
Show Parent Grade | showParentGradeCriteria | Show parent grade records. |
Debug Mode | enableDebug | Enable debug mode. |