c# - Integrating articulate storyline in asp.net web site -
i new e-learning domain , may using incorrect terminology. our coaching team has been using articulate storyline create interactive tutorials. want integrate these tutorials our asp.net web site.
this not lms. mean integration is should able play tutorial, should able track progress , should able capture user response. think need implement scorm player in asp.net web site.
can point me online resources me in capturing user response?
when publish project , opt lms , use scorm-2004 option, generates package , can see there js files (lms.js , lmsapi.js) generated. need write code in js files capture data?
i can think of following options:
- use third party library scorm cloud
- read scorm specification guide, learn protocol , implement own scorm player
- user dotnetscorm open source project baseline , work there
if can guide me or point me right direction/resources helpful.
scorm javascript-based, need intercept javascript calls, use own backend code (ajax/xmlhttprequest) get/set data in database.
claude ostyn (who passed away few years back) created scorm test wrapper mimics scorm api typically provided lms. can use provide basic no-frills scorm api in browser. you'd need edit ostyn's code captured data (data sent lms via api.setvalue
calls).
scorm can complicated, if stick basic runtime calls (bookmark, completion status, score) can cobble in couple of days.
Comments
Post a Comment