assignmentsubmissions
Each row represents a single learner submission to a graded assignment, including grade, comment count, and license context.
Full schema
View all columns and table relationships
Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Platform Documentation
Sample query
select
t.courseid,
t.userid,
t.assignmentid,
t.grade,
t.commentscount
from assignmentsubmissions as t
limit 100