mebis-lp / moodle-mod_mootimeter

Other
8 stars 7 forks source link

Use the newly introduced get_answer_userid_column API function #86

Open PhMemmel opened 4 months ago

PhMemmel commented 4 months ago

We introduced the API function get_anwer_userid_column API function to determine if a tool has a column for storing the userid and to determine the name of the column.

Currently there are still several places in the code, where the column name "usermodified" is being hardcoded (for example privacy provider classes etc.). This needs to be reworked.