ltiservice_gradebookservices

0 rows


Description

This file records the grade items created by the LTI Gradebo

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
gradeitemid BIGINT 19 null
grade_items.id ltisgrad_gracou2_fkR

ID of the gradeItem related.

courseid BIGINT 19 null
course.id Implied ConstraintR

ID of the course related.

toolproxyid BIGINT 19 null

ID of the Tool Proxy instance.

typeid BIGINT 19 null

ID of the LTI Type if not Proxy.

baseurl LONGTEXT 2147483647 null

Lineitem URL that will be returned to the Tool provider

ltilinkid BIGINT 19 null
lti.id ltisgrad_lti2_fkR

ID of the LTI element related with this lineitem.

tag VARCHAR 255 null

Tag type specified for the line item

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
ltisgrad_gracou4_ix Performance Asc/Asc gradeitemid + courseid
ltisgrad_lti4_ix Performance Asc ltilinkid

Relationships