Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-50352

New Web Service mod_scorm_get_scorm_user_data

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0
    • 2.9, 3.0
    • SCORM, Web Services
    • MOODLE_29_STABLE, MOODLE_30_STABLE
    • MOODLE_30_STABLE
    • MDL-50352-master
    • Hide

      Note: Version numbers are bumped because a new web service is added into the Mobile app service and also in a module.

      1. Create a course with a teacher and a student.
      2. Create a sample scorm activity, you should use the singlescobasic.zip found here https://github.com/moodle/moodle/tree/master/mod/scorm/tests/packages.
      3. As the student, access the scorm package and start a couple of attempts (don't forget to select the start new attempt option).
      4. Enable "Mobile services": Plugins ► Web Services ► Mobile
      5. Create a Token for the teacher and the student:
        • Click on Site administration ► Plugins ► Web services ► Manage tokens
      6. Next, you can do a couple of CURL REST call simulating a WS client with the student user .
        • You need to replace the wstoken, scormid (scorm instance id) and the URL of your moodle instance. Do two requests using attempt=1 and attempt=2

          curl 'http://localhost/m/stable_master/webservice/rest/server.php?moodlewsrestformat=json' --data 'scormid=2&attempt=1&wsfunction=mod_scorm_get_scorm_user_data&wstoken=ffbe3a3002f235bf9d01fd9369e10b66'

          Note, you can use jsonlint.com to validate and format the json returned string or append "| python -m json.tool" to automatically format the command output

      7. Confirm that
        • You receive as response an array containing all the sco ids and all the scorm default data and user data for the specified attempt
        • You should compare the data you received with the SCORM data report that you can see as a teacher in the report tab of mod/scorm/view.php (click in the attempt number and then in track details) you will see some SCORM variables like cmi.core.lesson_status or cmi.core.total_time
      Show
      Note: Version numbers are bumped because a new web service is added into the Mobile app service and also in a module. Create a course with a teacher and a student. Create a sample scorm activity, you should use the singlescobasic.zip found here https://github.com/moodle/moodle/tree/master/mod/scorm/tests/packages . As the student, access the scorm package and start a couple of attempts (don't forget to select the start new attempt option). Enable "Mobile services": Plugins ► Web Services ► Mobile Create a Token for the teacher and the student: Click on Site administration ► Plugins ► Web services ► Manage tokens Next, you can do a couple of CURL REST call simulating a WS client with the student user . You need to replace the wstoken, scormid (scorm instance id) and the URL of your moodle instance. Do two requests using attempt=1 and attempt=2 curl 'http://localhost/m/stable_master/webservice/rest/server.php?moodlewsrestformat=json' --data 'scormid=2&attempt=1&wsfunction=mod_scorm_get_scorm_user_data&wstoken=ffbe3a3002f235bf9d01fd9369e10b66' Note, you can use jsonlint.com to validate and format the json returned string or append "| python -m json.tool" to automatically format the command output Confirm that You receive as response an array containing all the sco ids and all the scorm default data and user data for the specified attempt You should compare the data you received with the SCORM data report that you can see as a teacher in the report tab of mod/scorm/view.php (click in the attempt number and then in track details) you will see some SCORM variables like cmi.core.lesson_status or cmi.core.total_time

      Parameters: scorm, attempt
      Returns all the user tracks for all the scorm scoes (including objectives and interactions)
      This will be used for preparing the API runtime data

            jleyva Juan Leyva
            jleyva Juan Leyva
            John Okely John Okely
            Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
            Eloy Lafuente (stronk7) Eloy Lafuente (stronk7)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.