Replies: 1 comment 1 reply
-
|
It looks like you can get these values via the Here's some super basic code example course = canvas.get_course(COURSE_ID)
discussion_topic = course.get_discussion_topic(DISCUSSION_TOPIC_ID)
print(discussion_topic.assignment["checkpoints"])yields I tried getting the same information from the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For more information on discussion checkpoints check this out. In short: it now allows a bunch of new features for grading and adding 2 due dates for discussions for initial posts and replies.
I know that the typical due date attribute for discussions in python is something like

discussion.due_at_datebut I can't find or figure out the attribute names for the new "Reply to Topic Due Date" or "Required Replies Due Date". (Screenshot below with settings in Canvas) Are these even attributes that are associated with the Assignment class for CanvasAPI or has that not been added in yet?Beta Was this translation helpful? Give feedback.
All reactions