Tincan | TinCan provides the capability for end-to-end | SDK library
kandi X-RAY | Tincan Summary
kandi X-RAY | Tincan Summary
The IPOP data-plane
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Tincan
Tincan Key Features
Tincan Examples and Code Snippets
Community Discussions
Trending Discussions on Tincan
QUESTION
here's a problem I'm struggling with:
The configuration below used to work fine (site's binding was http, port 81). It fails now, after the site's binding was changed to be https, port 443 and use a valid server authentication certificate. The error message in Event Viewer is this:
ANSWER
Answered 2021-May-14 at 02:56If you want to use https, please refer to the following configuration:
QUESTION
A bit introduction, I'm trying to create a LMS that will launch cmi5 course. But, I've trouble in understanding about cmi5 package and some other terms. Here I would like to ask/clarify several points to make it clear.
I've seen TinCan/xAPI sample course/spec (I saw it here) and cmi5 spec here. I found out that they need different query string to launch the content.
To be precised, in TinCan, for the authentication, we could pass auth
query string and the Basic {encoded username:password}
as the value (here is the reference). The auth
then processed by the TinCanJS package (I'm using Javascript). But, in the cmi5 spec, it said to get the token, we could pass fetch
query string and the value is our lms that return one time token only. The fetch
url will called with POST
method.
But, I couldn't found "where is the fetch
value being processed in the cmi5 course?" in the AU? I'm still confused with the terms of AU.
- Who will create it?
- How it looks like?
- is it included in the cmi5 course or do I have (as the creator of LMS) to create the AU?
Thank you in advance.
...ANSWER
Answered 2021-Apr-26 at 13:34The specification includes a specific definition for an AU:
Assignable Unit (AU): A learning content presentation launched from an LMS. The AU is the unit of tracking and management. The AU collects data on the learner and sends it to the LMS.
The AU is essentially what we've come to consider the lesson inside the course. AU is a holdover term from the AICC specifications, and is similar to a SCO in SCORM or the launched thing in a package with a tincan.xml
file.
To explicitly answer your questions:
A content creator would generally create an AU and potentially a course of one or more AUs. This would be the output of a "Rapid Authoring Tool" a la Storyline, Captivate, etc.
Entirely depends on the AU and the content being developed.
The AU will either be included in a course package zip, or it would be an external URL that can be linked to directly. Strictly speaking an LMS wouldn't generally create an AU, having said that, there could be generic implementations of AUs that could receive enough configuration information via the launch parameters such that they could be provided by an LMS. Rustici Software's Engine product which provides standards support for many LMSs (and SCORM Cloud) uses this methodology to provide support for certain content types.
You should have a look at the resources available from the cmi5 spec website:
http://aicc.github.io/CMI-5_Spec_Current/
As well as the high level overview about cmi5 here: https://xapi.com/cmi5/
QUESTION
ANSWER
Answered 2020-Aug-17 at 14:07actor
is not one of the available query parameters. You would need to use agent
, and to filter statements by an Agent you have to provide the IFI, in your case the account
value, name
is not an acceptable identifier in xAPI so it can't be used as a filter value. The list of available properties matches the set of query string parameters listed in the GET /statements
resource here: https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#213-get-statements
QUESTION
I feel like I've tried everything, but I keep coming up short. I am working on a course in Storyline 360, and I am able to return statements just fine when using verbs and object IDs, but no matter what I do to try and return statements for a specific Agent, I cannot get a query to go through.
Here's my code as it stands now - where I do return plenty of statements...what I need to know is how to have it query the current learner's statements for matches. I'm able to pull in their name or mbox, but trying to pass those through in my params fails on me every time.
Any help is very much appreciated!
...ANSWER
Answered 2020-Jun-25 at 15:42You need to set an agent
property in the params
object passed in the first argument. Assuming the Agent is the actor
in statements.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Tincan
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page