• Resolved lwbaqueros

    (@lwbaqueros)


    Hi Oliver,

    I do not want to store or track any detail from the users that interact with my H5P content.

    Is that possible?

    Best regards

    Luis
    (Thanks for this Plugin)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author otacke

    (@otacke)

    @lwbaqueros

    Yes, you can use the WordPress filters that I built into the plugin to completely customize what’s stored. But that will require you to code.

    I assume you rather expect a setting. That’s currently not available. If your users are not logged in, then no personal information is stored anyway. For users that are logged in, such a setting would need to be added by someone (the source code is openly available at
    https://github.com/otacke/h5pxapikatchu)

    Best,
    Oliver

    Thread Starter lwbaqueros

    (@lwbaqueros)

    I am familiar to PHP. If I get the hours from my project to work on it, and let you know.
    Thanks.

    Thread Starter lwbaqueros

    (@lwbaqueros)

    Then, I close this

    Plugin Author otacke

    (@otacke)

    @lwbaqueros Thanks. Adding such an option is not complicated. Feel free to amend the option class to add a boolean field (default should be to store the values), pretty much just copy and paste of one of the other fields including validation, and then you would simply have to filter the xAPI actor statement conditionally and not add the WordPress user id to the main table.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to don’t track the Actor details (GDPR)’ is closed to new replies.