diff --git a/pretext/Registration/lti.ptx b/pretext/Registration/lti.ptx index 36eb9c9..cf3eb64 100644 --- a/pretext/Registration/lti.ptx +++ b/pretext/Registration/lti.ptx @@ -11,16 +11,19 @@

Generate a shared/secret key pair for use with Canvas: -

    -
  1. Browse to the - and log in, then select your course (you must be the Instructor). -
  2. -
  3. Browse to the - , then click on “LTI Integration” in the Admin tab.

    - -
  4. -
  5. Click on the “Create LTI Key and Secret” button. Click the “Show Secret” button. You will use these in the next phase.
  6. -
+
    +
  1. Browse to the + + and log in, then select your course (you must be the Instructor). +
  2. +
  3. +

    Browse to the + +, then click on “LTI Integration” in the Admin tab.

    + +
  4. +
  5. Click on the “Create LTI Key and Secret” button. Click the “Show Secret” button. You will use these in the next phase.
  6. +

@@ -36,7 +39,8 @@ Canvas
  1. Follow the - to add an external app: + + to add an external app:
         :Name: Runestone
    @@ -50,17 +54,19 @@
             -   For a site-wide installation, or for installing the Runestone external app for use across multiple courses, leave this blank.
             -   If installing for a single course, add ``custom_course_id=xxx``, where ``xxx`` is the Runestone ID of the course (visible in the upper lefthand corner of each page in your Runestone course).
         :Description: Interactive textbooks from Runestone Academy
    -
    +
  2. -
  3. Add an assignment in Canvas that uses the Runestone external tool: -

      -
    1. At `Runestone Academy`_, create an assignment; be sure you’ve checked the “Visible to Students” box and saved that change.
    2. -
    3. Still on the assignments page, copy the LTI link.
    4. -
    5. In Canvas, add an assignment. For the submission type, select “External Tool.” For the External Tool URL, use the LTI link you just copied. You’ll have to manually enter the same due date/time and a similar assignment name; these aren’t copied automatically. You must be sure the Load This Tool In A New Tab checkbox is checked.
    6. -

    -
  4. Students can now click on this assignment and work it. **If they don’t click on the assignment, they won’t receive a grade.**
  5. -
  6. When the assignment is due, go to Runestone directly from your Canvas course by using an assignment link. Otherwise, grade reporting won’t work.
  7. -
  8. In the grading tab of the instructor interface, grade the assignment, then click the “Release Grades” button. Doing this will push all grades to Canvas.
  9. +
  10. +

    Add an assignment in Canvas that uses the Runestone external tool: +

      +
    1. At `Runestone Academy`_, create an assignment; be sure you’ve checked the “Visible to Students” box and saved that change.
    2. +
    3. Still on the assignments page, copy the LTI link.
    4. +
    5. In Canvas, add an assignment. For the submission type, select “External Tool.” For the External Tool URL, use the LTI link you just copied. You’ll have to manually enter the same due date/time and a similar assignment name; these aren’t copied automatically. You must be sure the Load This Tool In A New Tab checkbox is checked.
    6. +
    +

    +
  11. Students can now click on this assignment and work it. **If they don’t click on the assignment, they won’t receive a grade.**
  12. +
  13. When the assignment is due, go to Runestone directly from your Canvas course by using an assignment link. Otherwise, grade reporting won’t work.
  14. +
  15. In the grading tab of the instructor interface, grade the assignment, then click the “Release Grades” button. Doing this will push all grades to Canvas.
@@ -68,12 +74,12 @@ Moodle

-

    -
  1. The following instructions are for Moodle, but should work for any LMS with LTI Support. Please note that certain items may have naming variations (ie. Moodle External Tool / Canvas External App).
  2. +
      +
    1. The following instructions are for Moodle, but should work for any LMS with LTI Support. Please note that certain items may have naming variations (ie. Moodle External Tool / Canvas External App).
    2. -
    3. -

      In Moodle, create a new external tool called "LTI Login Link".

      -
      +                    
    4. +

      In Moodle, create a new external tool called "LTI Login Link".

      +
               :Name: Login to Runestone
               :Tool URL: https://yourHost.blahblah.edu/runestone/lti
               :Consumer key: Enter the key you copied for `consumer` from Phase 1
      @@ -81,14 +87,14 @@
               :Icon URL: https://yourHost.blahblah.edu/runestone/static/images/logo_small.png
               :Share Email: True
               :Share Name: True
      -        :Custom params:
      -    
      -
    5. -
    6. Login to your Runestone instance with the tool just created, and create your class as well as your assignments.
    7. + :Custom params: custom_course_id=xxx, where xxx is the Runestone ID of the course (visible in the upper lefthand corner of each page in your Runestone course). +
      +
    8. +
    9. Login to your Runestone instance with the tool just created, and create your class as well as your assignments.
    10. -
    11. -

      In Moodle, create a new enrollment external app directly to your course and assignment. You will need to repeat this for each assignment. You will also need the database values for your course ID, and assignment ID. Get these from step 2.2. Please note that in order to receive roles and grades, "Accept Grades" must be checked in Moodle. In other LMS's this may be referenced by a "Share IMS Names and Roles" or similar.

      -
      +                    
    12. +

      In Moodle, create a new enrollment external app directly to your course and assignment. You will need to repeat this for each assignment. You will also need the database values for your course ID, and assignment ID. Get these from step 2.2. Please note that in order to receive roles and grades, "Accept Grades" must be checked in Moodle. In other LMS's this may be referenced by a "Share IMS Names and Roles" or similar.

      +
               :Name: Assignment 1
               :Tool URL: https://runestone.colorado.edu/runestone/lti?assignment_id=&custom_course_id
               :Consumer key: Enter the key you copied for `consumer` from Phase 1
      @@ -98,14 +104,14 @@
               :Share Name: True
               :Custom params:
               :Accept Grades: True
      -    
      -
    13. -
    14. Copy the tool as many times as you need within your Moodle Course, updating the Name and Tool URL each time.
    15. +
      +
    16. +
    17. Copy the tool as many times as you need within your Moodle Course, updating the Name and Tool URL each time.
    18. -
    19. Students can now click on these external tool assignments to be enrolled/logged directly into your Runestone course and assignment. The grades should appear in Moodle once they are released in Runestone through the Instructor interface.
    20. +
    21. Students can now click on these external tool assignments to be enrolled/logged directly into your Runestone course and assignment. The grades should appear in Moodle once they are released in Runestone through the Instructor interface.
    22. -
    23. The course instructor must also be an LTI sourced user, so use the "LTI Login Link" URL. This can be hidden for users.
    24. -
    +
  3. The course instructor must also be an LTI sourced user, so use the "LTI Login Link" URL. This can be hidden for users.
  4. +