Moodle HttpWebRequest response

Moodle HttpWebRequest response

by Pari Hoxha -
Number of replies: 0

Hello,

I am new to LMS systems and I am trying to setup a test enviroment for our AICC courses. Currently we are using Scorm Cloud which launches courses hosted at our partner's LMS. 

This is the callback:

"https://cloud.scorm.com/ScormEngineInterface/ProcessAiccRequest.jsp?tracking=true&forceReview=false"

This is the response we get from scorm cloud and its working great.

error=0

version=2.2

aicc_data=[core]

student_id=somebody@gmail.com

student_name=Smith, John

credit=credit

lesson_location=

lesson_mode=normal

lesson_status=n,ab-initio

score=

time=00:00:00

[core_lesson]

[core_vendor]

[objectives_status]

[student_data]

mastery_score=

max_time_allowed=

time_limit_action=


Now I want to do the same thing with Moodle. I've setup Moodle in my apache server. The problem is that the response we get from Moodle is an entire HTML page and not similar to the one below.

Is this even possible with Moodle? Is there a setting that I need to turn on?

Please help.

Thanks

Pari


Attachment moodle.jpg
Attachment scorm.jpg
Average of ratings: -