@samnajar, glad to hear partial points is working for you. I’m still working on a feature that allows for retrying an activity. Problem becomes is since there isn’t a native option for logging number of attempts, theoretically users can get partial credit infinitely. The best I’ve been able to come up with so far is to award zero pts until they earn 100%, but haven’t been able to combine that with the partial points feature. My test configuration awards partial points on first attept and then 0 until they get 100% whereby they’ll eaen full points…not ideal as they earn more points than the activity is worth.
The only way to counteract this is to subtract their partial point score when they press retry, but since the H5P activities are all embedded, I don’t believe there is a “retry webhook/action” to tap into to make this a reality.
@icc0rz, is there a retry reference or hook I can take advantage of within the plug-in to make this happen?
When I come out with version 0.4, I’ll be sure to post an update.