Giter VIP home page Giter VIP logo

Comments (1)

cybercussion avatar cybercussion commented on May 28, 2024

AICC is a different beast. It pre-dated XML so its all INI file style configurations in content. This wasn't something that directly correlated to SCORM 1.2 or SCORM 2004 which as you can tell from the commit history in git took a while to sort out.

Digging up my old knowledge of AICC it actually performed its communication over something like the SCORM 1.2 "API" namespace but also supported HACP which contrary to SCORM would allow for cross-domain communication. This effectively worked like a IFRAME communicating with a endpoint. There is a "AICC_URL" query string value in this situation within the URL of the content.
This comes back more was plain text with line ending delimiters.

 * Parse AICC Response
 * AICC Responds in plain text with delimiters.
 * error=0
 * version=2
 * aicc_data=[core]
 * [email protected]
 * student_name=Statkus, Mark
 * credit=credit
 * lesson_location=page1.html
 * lesson_mode=normal
 * lesson_status=i,resume
 * score=
 * time=0000:55:57
 * [core_lesson] *supports 4096
 * [core_vendor] *supports 4096 or point to a file
 * [objectives_status]
 * [student_data]
 * mastery_score=
 * max_time_allowed=0000:00:00
 * time_limit_action=continue,no message

SCOBot Content API did not make use of this as it required a bit of work to support both SCORM 1.2, 2004 which is a Javascript only API line of communication and then AICC which would require a AJAX request and a very different data model to support.

If you are speaking at AICC at a server level than this project unfortunately does not cover Runtime API's used. This is mainly a content API for developers to interface the LMS.

From a player standpoint I know Moodle supports SCORM 1.2 to a degree but uncertain if they allow for AICC.

Hope that helps.

from scobot.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.