h5p / h5p-php-library

GNU General Public License v3.0
125 stars 128 forks source link

H5P Report for all User Interactive #184

Open MahmoudSaidHaggag opened 3 months ago

MahmoudSaidHaggag commented 3 months ago

I want to display list of users with their solutions for H5P content and display H5P content as specific user data such as

Screenshot from 2024-07-29 06-26-41 Screenshot from 2024-07-29 06-27-10 Screenshot from 2024-07-29 06-27-47

Please can help me

otacke commented 3 months ago

This library (https://github.com/otacke/h5p-php-report/) only renders the answers as seen at the bottom of your last screen shot. The drill-down reporting per user that you want to have is not part of it. You will need to develop that yourself.

MahmoudSaidHaggag commented 2 months ago

But this library does not support all types.

Such as Question Set

otacke commented 2 months ago

Question Set is a compound content type. It provides results for all its child contents which can be rendered. Compare e.g. the moodle plugin that uses it.

MahmoudSaidHaggag commented 2 months ago

There is any sample project using this library?

otacke commented 2 months ago

As I mentioned: the moodle plugin: https://github.com/h5p/moodle-mod_hvp

MahmoudSaidHaggag commented 2 months ago

Thank you very mush for your help, P5p Report library is very useful for me

Now i have another issue, i want to using H5P with RTL direction, there any way for this please