Skip to content

Commit

Permalink
Added support for external tool URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Steel Wagstaff authored May 21, 2018
1 parent f3f5b45 commit 47a7ecf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/cc_1_3/assignment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
xsi:schemaLocation="http://www.imsglobal.org/xsd/imscc_extensions/assignment http://www.imsglobal.org/profile/cc/cc_extensions/cc_extresource_assignmentv1p0_v1p0.xsd http://www.imsglobal.org/xsd/imscc_extensions/assignment "
identifier="%s">
<title>%s</title>
<text texttype="text/html">%s</text>
<gradable points_possible="10">true</gradable>
<submission_formats>
<format type="external_tool"/>
</submission_formats>
</submission_formats>
<extensions platform="canvas">
<assignment>
<external_tool_url>%s</external_tool_url>
</assignment>
</extensions>
</assignment>

0 comments on commit 47a7ecf

Please sign in to comment.