Post quiz scores to external system via URL upon completion

Post quiz scores to external system via URL upon completion

by Justin Kuch -
Number of replies: 0

I have 12 courses as individual SCORM modules, where a short video is played and a 5-item quiz immediately follows.

I need to export these quiz results to another system we use, called Intelex, which accepts input via a URL post with parameters that follow this format:

http://example.com/Intelex/lms_get_test_results.asp?emp_num={ID1}&course_id={TESTDESC}&su_id={SU_ID}&raw_score={TESTSCORE}&percent_score={TESTPERCENT}&pass_fail={PASSFAIL}&start_date={SU_START}&stop_date={SU_STOP}&duration={SU_TIMESPENT}&instructors={INSTRUCTORS}

The only fields I'd be interested in sending are emp_numcourse_idraw_scorepercent_scorepass_failstart_date, and duration

I've reviewed a lot of grade export documentation, and it seems this isn't something that can be easily achieved, unless I'm missing something.


Thanks for your help!

Average of ratings: -