wiris / moodle-tiny_wiris

4 stars 3 forks source link

Moodle not sending the correct course and category to Telemetry #2

Closed carla-at-wiris closed 1 year ago

carla-at-wiris commented 1 year ago

Description

The Telemetry events were not sending the correct Moodle course and category. Those were sent by the back-end, and were set just once, when the filter is loaded, which caused the values to never change from their original value.

This PR changes the way the data is sent from the back-end to the front-end + moodle in the Tiny6 plugin.

Steps to reproduce

  1. Open a Moodle instance and validate that it's sending the correct data to Tableau:
    • Moodle Course ID
    • Moodle Course Category
    • Moodle Course Full Name

#taskid 34608