Skip to main content

ltiattempts

Each row represents an external-tool assessment attempt linked to a course topic, with score and timing.

Full schema

View all columns and table relationships

Status group

No, this table does not include a statusgroup column.

Sample query

select
t.courseid,
t.userid,
t.topicid,
t.topictype,
t.resultscore
from ltiattempts as t
limit 100