move code up one directory
[atutor.git] / mods / _standard / basiclti / README.txt
1 ##########################################
2 # External Tools Module Readme file: #####
3 ##########################################
4 This is the first version of an ATutor Basic LTI Integration module. 
5
6 It allows ATutor administrators and instructors to link external tools into ATutor, and to
7 associate those tools with content as learning activities.
8
9 The current development source code is located at:
10 http://svn.atutor.ca/repos/atutor/trunk/docs/mods/_standard/basiclti/
11
12 More about the BasicLTI Standard
13 http://www.imsglobal.org/lti/
14
15 Here are a couple videos with more information:
16 http://www.vimeo.com/18074396
17 http://vimeo.com/14100773
18
19 ######################
20 # External Tools Setup
21 ######################
22
23 Setup A New External Tool (Administrator)
24 1. Title:  Enter a name for the tool being created in the title field
25 2. ToolID: Create an ID for the tool that will be unique across all tools on the system (e.g. demo_tool.ocadu.ca) any unique string will do
26 3. Description: Describe the tool, its function, and how it might be used.
27 4. Tool Launch URL: Copy the URL of the tool's BasicLTI launch location. Ensure there is no space at the end of the URL (see the Sample LTI Tool below for demo purposes)
28 5. Enter the Tool Key and secret
29 6. Set various options and Save
30
31 Add a Tool to Course Content (Instructor)
32 1. Create a new content page and save it or edit an existing page.
33 2. Click on the External Tool icon in the content editor toolbar while editing that page.
34 3. Select from the available tools to add it as a Learning Activity.
35 4. Save the content page, and close the content editor.
36 5. The tool appears at the bottom of the page as a link that opens a popup window.
37
38 Or,
39
40 Setup a New Tool (Instructor)
41 1. Under the Manage Tab, click on Create External Tool in the External Tools section
42 2. Fill in the required fields, as described above for Administrators.
43 3. Set the optional settings below and Save
44 4. Follow the steps above to Add a Tool to Course Content, to use your new tool.
45
46 ##################
47 # Useful Resources
48 ##################
49
50 BasicLTI Certification
51 http://www.imsglobal.org/developers/alliance/LTI/blti-cert/lmscert.cfm
52
53 Sample LTI Tool for Testing/Demo Purposes
54 http://www.imsglobal.org/developers/BLTI/tool.php
55 key: lmsng.school.edu
56 secret: secret
57
58 Tools Currently with BasicLTI Provider Capability
59 QuestionMark
60 http://www.questionmark.com/
61 Noteflight
62 http://www.noteflight.com/
63 Wimba
64 http://www.wimba.com/
65 Elluminate
66 http://www.elluminate.com/
67
68 A list BasicLTI conformant system can be found at:
69 http://www.imsglobal.org/cc/statuschart.html
70
71 ###############################
72 # Known issues in this release
73 ###############################
74 - should the view button in the admin's tool listing table display the actual tool instead of the tool settings. Would be more useful I think, given clicking the edit button displays the same information. Or maybe display settings above, and open the tool below in a frame.
75
76 - course backups need to be rethought. There is currently no backup support for external; tools. 
77         Issues:
78         If/How to export Admin created tools in a course backup, so they will render in other systems without disclosing authentication/tool account info to instructors, who may not have license to access a tool outside it originally licenced environment?
79         How to import course level tools in backups, and reset course_id and cid to the new content ids created
80         How to reset the toolid to make it unique when importing BasicLTI tools in a backup into a course.
81
82 #############################
83 # Tool options documentation
84 #############################
85 ###################
86 #Required Settings#
87 ###################
88 #ToolId (must be unique across system)
89 This is a unique identifier that you much choose.  This identifier must be unique across the system.  This identified is used to connect tool content items across exports and imports of the content area.
90
91 #Tool Launch URL
92 This is the launch URL for the external tool.  It is provided by the eternal tool provider and should be entered here.  Generally an external tool provider will give you a URL, key, and secret so that you can access their tool.
93
94 #Tool Key (oauth_consumer_key)
95 This is the launch key for the external tool.  It is provided by the external tool provider and should be entered here.  Generally an external tool provider will give you a URL, key, and secret so that you can access their tool.
96
97 #Tool Secret
98 This is the launch key for the external tool.  It is provided by the eternal tool provider and should be entered here.  Generally an external tool provider will give you a URL, key, and secret so that you can access their tool.
99 ###################
100 #Optional Settings#
101 ###################
102
103 #Frame Height
104 This allows you to control the height of the frame that will contain the external tool.
105
106 #Allow Frame Height to be Changed
107 The frame height may be specified for a tool by the administrator, or the administrator may allow the instructor to change the frame height.
108
109 #Launch Tool in Pop Up Window
110 Normally tools are launched in an iframe at the bottom of an ATutor content page.  This option can be used so that the tool opens in a new browser window by clicking a link at the bottom of a content page, which replaces the default iframe. This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
111
112 #Launch Tool in Debug Mode
113 This option should normally be off except when you are having problems with tool launching.   When this option is turned on, The launch is 
114 paused part-way through to allow you to examine the data to be sent to the external tool.  You are then given an option to continue the launch
115 by pressing a button. This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
116
117 #Send User Names to External Tool
118 This option determines whether you want to send user names to the external tool. You should only send user names to trusted tools and you should make sure that if you share user names with the external tools that you are following all appropriate regulations regarding student privacy. Sending user names is optional data in the Basic LTI specification although some tools may require user names to function properly.  
119 This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
120
121 #Send User Mail Addresses to External Tool
122 This option determines whether you want to send user mail addresses to the external tool.You should only send user mail addresses to trusted tools and you should make sure that
123 if you share user addresses with the external tools that you are following all appropriate regulations regarding student privacy.
124 Sending user mail addresses is optional data in the Basic LTI specification although some tools may require user names to function properly.  
125 This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
126
127 #Accept Grades From External Tool
128 Some tools can send grades back to ATutor through a Basic LTI extension REST web service.   If the external tool has the capability of
129 using these services and you would like to allow the tool to send grades back to ATutor, you can enable this option.   When you author
130 an external tool content item and enable this option, the tool will only be able to read and write grades in a single grade book item that 
131 you associate with the content item. This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
132
133 #Allow External Tool To Retrieve Roster
134 Some tools can retrieve the entire course roster through a Basic LTI extension REST web service.  If the external tool has the capability of 
135 using these services and you would like to provide the entire course roster to the tool then you can enable this option.  If this option is enabled, it respects the privacy option setting as to whether or not to release user names and email addresses.   If these are configured to be provided on launches and the tool can retrieve the entire roster, then user names and mail addresses are included in the roster when it is retrieved.  This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
136
137 #Allow External Tool to use the Setting Service
138 This option allows the external tool to store up to 8K of data in the content item.  Typically the external tool uses this area for a resource 
139 setting or perhaps a playlist as selected by the user. In particular it does not allow a separate 8K setting for each user for a content item. This option may be specified for a tool by the administrator, or the administrator may allow the instructor to specify this option.
140
141 Custom Parameters
142 Sometimes the external tool requires that you send additional custom parameters along with the launch. The typical use of this would be to specify an ISBN number for a book associated with the launch or to select a particular content item within a content repository.   Different tools will use this capability differently.  Typically these will be specified as a keyword and a value such as
143
144 isbn=929293939
145
146 These values may be set by the administrator or the administrator may allow the instructor to set these values in content items.