0

Tracking Learning Object Activity Completion with xAPI statements

182 0 1
Posted   21 days ago

I have a learning object that includes a case study with 3 decision points using inline multiple-choice questions. I want to track two things with case studies in eLearning (1) learner engagement (did the learner answer each question of the case study regardless of correctness) in some cases more granular (2) if the learner selects choice 1=incorrect, score =0; choice 2= correct, score 10 points.  I have scoring variables assigned to each question that I wish to score using the question settings (thank you for your help).  I want to send the xAPI statements for each option, how should I do it and what should I enter in the Success and Response fields?  I'm missing a step somewhere.

 

Comments

( 0 )

Answers  ( 1 )

0
avatar paul.schneider   |    
Posted   21 days ago

This might be easier than you are thinking. For all practice and inline (as well as test questions) the question and answer response are sent as part of our standard extended set of LRS data. If you are publishing as an xAPI (or CMI5) package, under "LMS LRS Target" used supplied by LMS and under xAPI data section check the box next to Use Endpoint from URL. These options will get the extended xAPI data.

If you did do a custom xAPI statement the three variable fields essentially are for a Number, String, and Boolean variable. The data points (if used, none are required) will put the variable values into the same spot for all custom xAPI statements. Though based on your comment, I'm pretty sure you won't need to do any of these steps.

 

Comments

( 0 )