Download Latest Version blti_provider.zip (60.7 kB)
Email in envelope

Get an email when there's a new version of Learning Apps

Name Modified Size InfoDownloads / Week
Parent folder
blti_provider.zip 2015-02-04 60.7 kB
README_consumer 2013-04-03 2.0 kB
README_provider 2013-04-03 3.2 kB
basiclti_consumer.zip 2012-09-05 79.8 kB
Totals: 4 Items   145.7 kB 0
Proyecto financiado por MINECO y FONDOS FEDER / Project funded by Spanish Ministry of Economy and Competitiveness and European Regional Development Funds

The LTI Consumer plugin allows Mahara to launch tools over LTI (Learning Tools Interoperability).
Author Antoni Bertran Bellido (abertranb@uoc.edu)

Installation
============
1) unzip in artefact folder
2) Log as administrator, go to Admin home - Extensions - Plugin Administration - Plugin type: auth
3) Click over blti [Install]
4) Return to Site
5) Click on "My Groups" => Select a group => "Remote Tools". Then if you are a administrator of this group you can see the registered tools and "Register a new Basic LTI"

- Title: 
 	Indicate the title to show users
- Description
 	An area to put the detailed information
- Remote Tool url: 
 	Indicate Remote Tool URL
- Resource key:
 	Indicate the resource key to identify the consumer
- Remote Tool password: 
 	Put the password to validate
- Preferred Height
	A preference setting for the size of the window/frame used to display the remote tool
- Send naming details
	Send user name to tool
- Send email address details
	Send user email address to tool
- Send profile details
	Send user profile details to tool
- Custom Parameters
	A textbox for additional custom parameters that a tool may require/support (separated new lines)
- Organization ID	
	Your organization identifier (university.edu)
- Organization URL
	Url of organization
- Popup Option
	Decide if you want to launch in Popup, inside Mahar
- Debug Launch
	If you want debug the data sended enable it			

IMPORTANT
You need to enable the remote tool in groups to do that you have to:
	- Mahara  1.3.x and 1.4.x: edit file grouptype/lib.php and change the function get_group_artefact_plugins 
		 public static function get_group_artefact_plugins() {
	        //UOC ************ Change - To add basiclti to menu
	        return array('file', 'basiclti');
	        //************ OLD
	        //return array('file');
	        //************ FI
	    }	
Source: README_consumer, updated 2013-04-03