Skip to main content

Table

assignmentsubmissions

Each row represents a single learner submission to a graded assignment, including grade, comment count, and license context.

statusgroupRedshift
All tables

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 (SchemaSpy)

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