The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Hello - I've received three requests to report on faculty use of media comments as submission feedback. As we are aware, CD1 does not have data points for media comments. Upon review of the upcoming CD2 schema, I see submission_comments columns for media_comment_id and media_comment_type but no additional metadata about media is listed. And so I'd like to suggest a field for media duration in format such as hh:mm:ss . This will enable better reporting on how media is used.
The CD2 schema -
https://docs.google.com/spreadsheets/d/1axjhLwPY4N16SAf61-X8xj3kSg_Ey-PXvcsUTtojRoo/edit#gid=1473158...
What additional data fields would be helpful?
Solved! Go to Solution.
Hey Jeff, Sorry if this is old news, but the CD1 submission_comment_dim table does have comment = "This is a media comment." for media comment records. This might be useful for your report in the short term. - Sam
Hey Jeff, Sorry if this is old news, but the CD1 submission_comment_dim table does have comment = "This is a media comment." for media comment records. This might be useful for your report in the short term. - Sam
@stimme Yes, this does work -
IF CONTAINS([Comment], "This is a media comment") THEN 'Has Media'
ELSE "-"
END
The CD1 schema should probably note this in the description. ;o) https://portal.inshosteddata.com/docs#submission_comment_dim
Additional data points for media would be useful.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in