Where is the flag that marks an assignment as excluded from the final grade?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2017
05:24 PM
I'm looking for the field that matches the "exclude from final grade" flag in the interface.
Described in the help docs:
In the code it seems to be referenced to as `omit_from_final_grades`: https://github.com/instructure/canvas-lms/blob/585bbd47d167981a5d6c6f5c847ddd6dc2af251b/app/models/assignment.rb#L231
It doesn't appear to be present in assignment_dim, assignment_fact, or assignment_rule_dim. Is this field available in canvas data?