de-dup online_quiz in assignments api doc
closes #CNVS-40246 Change-Id: Ib570df69c76633ab81174fb2bbee73ccf5694937 Reviewed-on: https://gerrit.instructure.com/131950 Tested-by: Jenkins Reviewed-by: Jeremy Stanley <jeremy@instructure.com> Product-Review: James Williams <jamesw@instructure.com> QA-Review: James Williams <jamesw@instructure.com>
This commit is contained in:
parent
5599dc3f1b
commit
c620193b97
|
@ -784,7 +784,7 @@ class AssignmentsApiController < ApplicationController
|
|||
# The position of this assignment in the group when displaying
|
||||
# assignment lists.
|
||||
#
|
||||
# @argument assignment[submission_types][] [String, "online_quiz"|"none"|"on_paper"|"online_quiz"|"discussion_topic"|"external_tool"|"online_upload"|"online_text_entry"|"online_url"|"media_recording"]
|
||||
# @argument assignment[submission_types][] [String, "online_quiz"|"none"|"on_paper"|"discussion_topic"|"external_tool"|"online_upload"|"online_text_entry"|"online_url"|"media_recording"]
|
||||
# List of supported submission types for the assignment.
|
||||
# Unless the assignment is allowing online submissions, the array should
|
||||
# only have one element.
|
||||
|
@ -793,7 +793,6 @@ class AssignmentsApiController < ApplicationController
|
|||
# "online_quiz"
|
||||
# "none"
|
||||
# "on_paper"
|
||||
# "online_quiz"
|
||||
# "discussion_topic"
|
||||
# "external_tool"
|
||||
#
|
||||
|
@ -939,7 +938,7 @@ class AssignmentsApiController < ApplicationController
|
|||
# The position of this assignment in the group when displaying
|
||||
# assignment lists.
|
||||
#
|
||||
# @argument assignment[submission_types][] [String, "online_quiz"|"none"|"on_paper"|"online_quiz"|"discussion_topic"|"external_tool"|"online_upload"|"online_text_entry"|"online_url"|"media_recording"]
|
||||
# @argument assignment[submission_types][] [String, "online_quiz"|"none"|"on_paper"|"discussion_topic"|"external_tool"|"online_upload"|"online_text_entry"|"online_url"|"media_recording"]
|
||||
# List of supported submission types for the assignment.
|
||||
# Unless the assignment is allowing online submissions, the array should
|
||||
# only have one element.
|
||||
|
@ -948,7 +947,6 @@ class AssignmentsApiController < ApplicationController
|
|||
# "online_quiz"
|
||||
# "none"
|
||||
# "on_paper"
|
||||
# "online_quiz"
|
||||
# "discussion_topic"
|
||||
# "external_tool"
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue