xAPI-vle / moodle-logstore_xapi

A Moodle plugin to send xAPI statements to an LRS using events in the Moodle logstore.
GNU General Public License v3.0
75 stars 85 forks source link

New Event is not getting creating #785

Closed rswethashankar92 closed 3 years ago

rswethashankar92 commented 3 years ago

Description

Steps to reproduce the bug

  1. created a folder named mod_vidtrack under src\transformer\events\

  2. In which .php file is created

  3. progress is added in the get_event_function_map() function.

Expected behaviour

Actual behaviour

stephen-oh commented 3 years ago

Having a quick glance over your code I would remove the following 2 lines echo "Progress Info: "; print_object($progress_info);

And remove the closing PHP tags from the end of the file too ?>