canvas-lms/doc/images
wdransfield 053ffc39ca Store EULA agreement timestamp
Closes PLAT-2879

Test Plan:
- Install a plagiarim tool that offers a service named
  'vnd.Canvas.Eula'. Example:
  {"endpoint"=>"http://originality.docker/eula",
   "action"=>["GET"],
   "@id"=>"http://originality.docker/lti/v2/services#vnd.Canvas.Eula",
   "@type"=>"RestService"}
- Associate the tool with an assignment.
- As a student go to the assignment submission page.
  Verify and verify the page requires agreeing to the
  Eula before submitting.
- Retrieve the submission via api using the plagiarism
  tool and verify the submission object returned contains
  a timestamp showing when the user clicked the checkbox.

Change-Id: I2a8cac02666b66fbb76d4b55f980a45dfdac2fa6
Reviewed-on: https://gerrit.instructure.com/129858
Reviewed-by: Nathan Mills <nathanm@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Tested-by: Jenkins
Product-Review: Karl Lloyd <karl@instructure.com>
2017-11-02 19:43:35 +00:00
..
README integrate yard-appendix plugin with canvas YARD cfg 2013-02-08 11:50:37 -07:00
eula.png Store EULA agreement timestamp 2017-11-02 19:43:35 +00:00
gradebook-2.png Add originality report documentation 2017-06-12 13:22:13 +00:00
gradebook.png Add originality report documentation 2017-06-12 13:22:13 +00:00
group_assignment.png API doc update for a group assignment override 2013-02-08 11:50:54 -07:00
speedgrader.png Add originality report documentation 2017-06-12 13:22:13 +00:00
student_grades.png Add originality report documentation 2017-06-12 13:22:13 +00:00
submission_details.png Add originality report documentation 2017-06-12 13:22:13 +00:00
throbber.gif init base for swagger-ui canvas-api docs 2014-04-25 15:49:02 +00:00

README

You can use this folder to store images you want to include in the
HTML source documentation. RDoc syntax for including images:

`link:images/my_image.png`

--
This folder and its contents will automatically be copied to the output 
documentation HTML directory by the documentation generation scripts.