This folder holds the Sakai code for Learning Tools Interoperability and other standards. This area has many different contributors.
There are several internal documents that you might find useful ranging from test plans to developer/configuration documentation. These documents are stored here in github:
Aditional Documentation
- Using Tsugi in Sakai with LTI Advantage
- Using LTI ContentItem
- Using LTI Dynamic Registration
- LTI 1.1 to LTI Advantage Migration
- Using the IMS Reference Implementation with Sakai
- Setting up Tsugi in Sakai for Testing
- Windows PostMessage Support in Sakai
- Sakai API Documentation Including API Extensions Sakai has API extensions for Membership/Roster, Learning Object Repository Integration, and a Settings service.
- Configuring the Sakai External Tools Portlet It is possible to make multiple pre-configured placements of the LTI Tool in a way that they are placeable as tools.
- Configuring the Sakai LTI Provider It is possible to use Sakai tools as LTI tools that can be used in an LTI Consumer like a portal or other LMS.
- Documentation for Vendors of Sakai Tools This is CC0 licensed documenation that can be used to quickly develop vendor documnation showing how to configure a vendor's LTI tool in Sakai.
Sakai QA Tests are available at:
Sakai has an LTI 1.1 unit test that we keep up-to-date with the latest LTI specifications. The test harness functions as both Consumer and Provider and exercises both standard services and Sakai's particular extensions. I make this tool available online at
- basiclti.tool.site.attribution.key and basiclti.tool.site.attribution.name : Used by the new dynamic column in the "site tools" table.
- basiclti.tool.site.attribution.key : Defines which site property we will show
- basiclti.tool.site.attribution.name : Title for the column header. This property can be a text or a translation key.
- If basiclti.tool.site.attribution.name is not defined or is blank, the column will not be displayed.
- Example :
basiclti.tool.site.attribution.key=Department basiclti.tool.site.attribution.name=content.attribution
BASE_URL/portal/site/SITE_ID/tool/TOOL_ID?panel=ToolSite&sakai_action=doSort&criteria=COLUMN_ID BASE_URL/portal/site/SITE_ID/tool/TOOL_ID?panel=ToolSite&sakai_action=doChangePageSize&pagesize=[10,50,100,200] BASE_URL/portal/site/SITE_ID/tool/TOOL_ID?panel=ToolSite&sakai_action=doChangePage&page_event=[next,prev,last,first] #doChangePage also supports the 'pagesize' parameter BASE_URL/portal/site/SITE_ID/tool/TOOL_ID?panel=ToolSite&sakai_action=doChangePage&page_event=[next,prev,last,first]&pagesize=[10,50,100,200] BASE_URL/portal/site/SITE_ID/tool/TOOL_ID?panel=ToolSite&sakai_action=doSearch&field=COLUMN_ID&search=SEARCH_VALUE
- CSV : BASE_URL/access/lti/site/SITE_ID/export:CSV
- Excel : BASE_URL/access/lti/site/SITE_ID/export:EXCEL
You can also specify a filter with a TOOL_ID
- CSV : BASE_URL/access/lti/site/SITE_ID/export:CSV:TOOL_ID
- Excel : BASE_URL/access/lti/site/SITE_ID/export:EXCEL:TOOL_ID