Skip to content

Instantly share code, notes, and snippets.

@mtjandra
Created October 5, 2018 19:49
Show Gist options
  • Save mtjandra/500656627b60438c83deff21c22d05ae to your computer and use it in GitHub Desktop.
Save mtjandra/500656627b60438c83deff21c22d05ae to your computer and use it in GitHub Desktop.
Create Assignment With ScoreDenominator Sample
POST https://<my-brightspace-domain>/d2l/api/le/1.25/<my-course-code>/dropbox/folders/
{
"Name":"Assignment With Score Denominator",
"CustomInstructions":{
"Content":"This is an assignment with a score",
"Type":"Text/Html"
},
"DisplayInCalendar": false,
"IsHidden":true,
"Assessment": {
"ScoreDenominator": 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment