An initial pass client JS library for talking Tin Can to the world.
If you have ant installed and a shell available then change into the src/
directory and run ./build.sh to get a raw and minified version under build/.
Load either the build/tincan.js or build/tincan-min.js file on your page,
retrieve a configuration object using TCDriver_GetConfigObject() and then call
various functions passing in the configuration object.
At the moment the raw version is a straight copy of the src/ version so if you
don't have ant available or a Unix shell then either load the src/ version
directly in your page or copy it to build/ and load from there like normal.
The configuration object detects the following constants:
- TC_COURSE_ID
- TC_COURSE_NAME
- TC_COURSE_DESC
- TC_RECORD_STORES