# This function creates a Assignment object for use in creating and modifying Assignment objects.
createAssignmentObject = function(title = NULL, description = NULL, due = NULL, grading_scale = NULL, grading_period = NULL, grading_category = NULL, max_points = NULL, factor = NULL, is_final = NULL, show_comments = NULL, grade_stats = NULL, allow_dropbox = NULL, allow_discussion = NULL, published = NULL, type = NULL, grade_item_id = NULL, dropbox_submissions = NULL, dropbox_last_submission = NULL, show_rubric = NULL, assignees = NULL, grading_group_ids = NULL){
object = as.list(environment())
object = userObject[as.character(userObject) != "NULL"]
return(userObject)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.