How to create XAPI (Tin Can) LRS (training record store) in C #

I am looking for sample code to get started with LRS in C #. I read the xAPI specification on the ADL website and I looked through the entire sample code in my github registry, but there is nothing good to start with an example written in python / postgresql which is WAY for me, I am trying to stick with C # / SQL for my implementation. Does anyone know where I can find sample code to get started? Perhaps you would like to collaborate with me to develop it?

Thanks for any help you can offer!

+4
source share
3 answers

I found some starting points (node.js and php), but nothing works in C # to work. Here is what I have found so far ...

API API Experience

Rustici Software Repo (many clients, but without LRS)

PHPCan, tinCaptivate and more

Node.js and MongoDb

If you find anything new, please stick with it!

+1
source

Here you can find the .Net implementation of the API:

http://tincan.codeplex.com/ and (optional)

http://rusticisoftware.imtqy.com/TinCan.NET/

-1
source

There is a .NET library specified by specification 1.0.0

http://rusticisoftware.imtqy.com/TinCan.NET/

All models of classes are, they are easily translated into a database schema for storage at your own end.

-2
source

Source: https://habr.com/ru/post/1485083/


All Articles