TinCan.NET icon indicating copy to clipboard operation
TinCan.NET copied to clipboard

C#/.NET library for Tin Can API

Results 25 TinCan.NET issues
Sort by recently updated
recently updated
newest added

This is a migration from .NET 3.5 to .NET Core 2. The migration was performed due to a need to use TinCan.NET on a ASP.NET Core project which runs on...

This PR contains the commented change suggestions from https://github.com/RusticiSoftware/TinCan.NET/pull/17

Need to handle reading multipart/mixed responses from querying statements.

enhancement

Hi, I have recently gotten xAPI messages working out of unity to the Scorm cloud LRS. However, whenever I attempt to use the endpoint I actually want to use I...

ActivityDefinition has been extended to include: interactionType correctResponsesPattern choices scale target step This as been based on the work carried out by Paul Carpenter and is my first GitHub submission.

ADL released xAPI 1.0.3 [on september 21st, 2016](https://www.adlnet.gov/newest-version-of-xapi-version-1-0-3/). When will TinCan.NET support 1.0.3? Even if it just means updating the supported versions list and the latest/default version used by the...

enhancement

- Updated known & supported versions - Point latest version to 1.0.3 - Assembly version bump

We use the ADL LRS for testing purposes. I started to write unit tests to validate a set of functionality and stumbled accross this problem in my 1st test: ```...

bug

According to the [xAPI specification](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#client-requirements): > A Client making a PUT request to either the Agent Profile Resource or Activity Profile Resource MUST include the "If-Match" header or the If-None-Match...

bug

Need to implement saving of attachments with statements.

enhancement