Skip to content
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

How to Retrieve Interaction Records in Interactive Videos Built in Branching Scenarios? #146

Open
jonmzli opened this issue Apr 25, 2024 · 1 comment

Comments

@jonmzli
Copy link

jonmzli commented Apr 25, 2024

Hello,

I am currently developing interactive educational videos with branching scenarios on Moodle LMS and am keen on improving how these experiences engage learners. My current challenge is in the collection and retrieval of interaction records—specifically, learner responses during these interactive video nodes.

In the Moodle database, I noticed the h5pactivity_attempt_results table, but for each interactive video node, I only found one record. The 'InteractionType' field is marked as 'compound', and it only stores aggregate information about raw_score and max_score, without the detailed information on the learning process that is available in standalone Interactive Videos. Others interactive content type in branch scenarios have the same issue.

Could anyone offer insights or methods for capturing and accessing these interaction records effectively within such scenarios? I would greatly appreciate any guidance, as well as recommendations for any resources, libraries, or tools that could assist in this endeavor.

Thanks so much!

@jonmzli jonmzli changed the title How to interaction records of answering questions in an interactive video within a branching scenario? Thanks! How to Retrieve Interaction Records in Interactive Videos Built in Branching Scenarios? Apr 25, 2024
@otacke
Copy link
Contributor

otacke commented Apr 25, 2024

@jonmzli You'll want to track the original xAPI statements of H5P contents, not the compressed derivates that end up in the database. It's not much, but https://h5p.org/documentation/x-api is a start ... And the developer forum might be a good place for those questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants