forked from evently-nl/zesthook
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.xml
21 lines (21 loc) · 812 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>LTIPlugin</name>
<type>plugin</type>
<creationDate>2020-08-27</creationDate>
<lastUpdate>2022-12-14</lastUpdate>
<author>Adam Zammit</author>
<authorUrl>https://acspri.org.au/</authorUrl>
<authorEmail>[email protected]</authorEmail>
<supportUrl>https://acspri.org.au/</supportUrl>
<version>1.1.0</version>
<license>GNU General Public License v3.0</license>
<description><![CDATA[Make LimeSurvey an LTI provider for tools that support the LTI API such as Canvas and OpenEdX]]></description>
</metadata>
<compatibility>
<version>3.0</version>
<version>4.0</version>
<version>5.0</version>
</compatibility>
</config>