-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking creating a new assignment or a course module inside a course #762
Comments
Hi @gaganaw06, Yup, it's possible to create a statement for "course_module_created" events (and any event within Moodle). It may be worthwhile to submit the code that you've worked on as a PR. It's possible we'd be able to leverage what you've done to bring it to the finish line (faster than us doing it alone). |
Hi @davidpesce, These are the two files i have edited and i have put the "course_module_created.php" file inside "src\transformer\events\core" location. still when i install the plugin the events doesn't get track. Hope this can be fixed and track module creation |
Hi @gaganaw06, Can you submit a Pull Request, or even a link to a branch with your current workings |
Hi @gordonmacqueen-lp @davidpesce I have made an Pull Request with the changers i have made |
Hi @gaganaw06 Thanks for the Pull Request #768 |
Hi @gordonmacqueen-lp , Thanks for helping, |
Have you enabled the event in the config settings page @gaganaw06 ? |
@gordonmacqueen-lp in the plug in setting right |
Is there any way i can fix the issue |
Hi @gaganaw06 Can you give me some more info on what you are seeing happening? |
Hi @gordonmacqueen-lp , Doing these changers still there is no xapi statement going for this event |
@gordonmacqueen-lp I made a test case also but when i run it. it says "Failed asserting that two strings are equal." |
Hi @gaganaw06 I'm having trouble seeing your issue. -- Description
Version
Steps to reproduce the bug
Expected behaviour
Actual behaviour
Server information
Client information
Additional information
|
in the current version of the plugin it doesn't track a teacher making a course module or a assignment or anything inside a course. i tried making on but it doesn't work. Is there a way to track making a course module. the event inside the moodle is "course_module_created"
The text was updated successfully, but these errors were encountered: