Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 784 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 784 Bytes

Samples

All of these samples (except SimpleLti) are based on the Visual Studio C# ASP.NET Web Application template.

Consumer

Full blown LTI Tool Consumer with users, classes, and assignments. Supports Launch, Outcomes, and Content-Item Message.

ConsumerCertification

Purpose built LTI Tool Consumer that passes all the 1.0, 1.1, 1.1.1, 1.2, and Outcomes-1 certification tests. See the Lti1Controller for the launch code, ProfileController for the ToolConsumerProfile, and OutcomesController for Outcomes 1.0.

Publisher

Full blown LTI Tool Provider with users and consumers. Supports Launch, Outcomes, and Content-Item Message.

SimpleLti

A single app that performs as both a TC and a TP. Has both MVC and WebForms pages.