Customcert requiredtime doesn't work

Customcert requiredtime doesn't work

oleh JUAN HERNANDEZ -
Jumlah balasan: 6
Hi!

I have installed Customcert and i am tryind to stablish a required time in the course rule.

I have type 1200 into the field "requiredtime", because I want that people have to be 20 hours connected to the course before they can download de certificate.

But I have many students that have downloaded the certificate with less than 20 hours.

I don't know if I have to configure another parameter else.

Tank you for your answer.
Lampiran Opciones certificado.png
Rata-rata penilaian: -
Sebagai balasan JUAN HERNANDEZ

Re: Customcert requiredtime doesn't work

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
The issue here is that it looks at logs and takes a guess at how much time was spent on the course - it's not entirely accurate unfortunately. Are you saying that they were drastically below 20 hours and got it, or were in that ball park?
Sebagai balasan Mark Nelson

Re: Customcert requiredtime doesn't work

oleh JUAN HERNANDEZ -
Hi!. The student we are talking about were connected to the course around 8 hours (according to the block-dedication plugin). I think that drastically bellow.
Sebagai balasan JUAN HERNANDEZ

Re: Customcert requiredtime doesn't work

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
I will have to look at the code in the block_dedication plugin to see how it works out the time spent on a course.
Sebagai balasan Mark Nelson

Re: Customcert requiredtime doesn't work

oleh Marcus Green -
Gambar dari Core developers Gambar dari Particularly helpful Moodlers Gambar dari Plugin developers Gambar dari Testers
The criteria as as described on the plugin are as follows.
  • Click: every time that a user access to a page in Moodle a log entry is stored.
  • Session: set of two or more consecutive clicks in which the elapsed time between every pair of consecutive clicks does not overcome an established maximum time.
  • Session duration: elapsed time between the first and the last click of the session.
I suspect this means the accuracy will depend significantly on the structure of the material in a course and also how students approach it. You might have students who have a habit of clicking on something then staring out the window for a few minutes, or huge blocks of text  and that would potentially make the results would vary significantly.

Sebagai balasan Marcus Green

Re: Customcert requiredtime doesn't work

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
As Marcus has stated it isn't an exact science, it basically tries to guess from the logs. Marcus was your summary for block_dedication or this plugin? Thanks.
Sebagai balasan Mark Nelson

Re: Customcert requiredtime doesn't work

oleh JUAN HERNANDEZ -
Hi. Is there any solution to this issue?. Could you see how works the session_time in the block_dedication? We know that it is not an exact science but, in my opinion, if we have a difference over the 60%, is probably an error in the way we obtain the time.