-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlti.html
More file actions
106 lines (99 loc) · 3.67 KB
/
lti.html
File metadata and controls
106 lines (99 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>LTI: Learning Tools Interoperability</title>
<link rel="stylesheet" href="cssplice.css" type="text/css" />
</head>
<body>
<div id="content">
<h1>LTI:<br/>
Learning Tools Interoperability</h1>
<p>
Learning Tools Interoperability (LTI) is a specification
developed by IMS Global Learning Consortium with the goal of
establishing a standard way to integrate remotely hosted
learning applications with learning management systems and
other educational environments.
</p>
<h2>SPLICE Project LTI Resources</h2>
<ul>
<li>
<a href="lti/index.html">LTI Introduction</a>
</li>
<li>
<a href="lti/lti-advantage.html">LTI
Advantage</a>
</li>
<li>
<a href="lti/building-lti-tool.html">Tutorial:
Building an LTI Tool Provider</a>
</li>
<li>
<a href="lti/opendsa/rails.html">Tutorial
and Example: Building an LTI Tool Provider in Rails</a>
</li>
<li>
<a href="lti/opendsa/rails-send-scores.html">Tutorial
and Example: Building an LTI Tool Provider in Rails - Send Scores
back to the Tool Consumer</a>
</li>
<li>
<a href="lti/building-lti-tool#ssl">
Tutorial: Generating an SSL Certificate</a>
</li>
<li>
<a href="lti/opendsa.html">
LTI Use Case: Exposing OpenDSA Visualizations and Exercises</a>
</li>
<li>
<a href="https://opendsa-server.cs.vt.edu/guides/opendsa-canvas">
Instructions: Adding OpenDSA exercises to Canvas</a>
</li>
<li>
<a href="https://opendsa-server.cs.vt.edu/guides/opendsa-moodle">
Instructions: Adding OpenDSA exercises to Moodle</a>
</li>
</ul>
<h2>Third Party Tutorials</h2>
<ul>
<li>
<a href="http://acrl.ala.org/techconnect/post/making-a-basic-lti-learning-tools-intoperability-app">
Making a basic LTI app</a> </li>
<li><a href="https://www.edu-apps.org/code.html">
Basics of creating an app that leverages LTI</a> </li>
<li><a href="https://github.com/Harvard-ATG/workshop-lti-basic">Harvard
Academic Technology Group LTI workshop resources</a> </li>
<li>
<a href="https://blogs.harvard.edu/acts/2014/07/11/basic-lti-workshop-using-php/">
Harvard
Academic Technology Group Basic LTI Tutorial Using PHP</a>
<li><a
href="https://community.canvaslms.com/groups/canvas-developers/blog/2016/09/13/net-lti-project-part-1">
.NET LTI Tutorial</a> </li>
<li> <a
href="https://canvas.instructure.com/courses/785215/pages/introduction-to-lti-apps?module_item_id=4761747">
Instructure: A guide to how LTI works</a> </li>
<li>
<a href="http://www.imsglobal.org/learning-tools-interoperability-sample-code">
IMS Global: Sample code Libraries for LTI </a> </li>
<li><a href="https://www.edu-apps.org/build_xml.html">
LTI app XML config builder </a> </li>
<li><a href="http://www.imsglobal.org/activity/caliper">
Caliper Homepage </a> </li>
</ul>
<a href="index.html">Back to home</a>
</div>
<div id="footer">
<hr />
<p class="footertext">
<a href="mailto:cssplice@gmail.com">Contact us</a>
</p>
<p class="footertext">
Last updated:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>