Customcert requiredtime doesn't work

Customcert requiredtime doesn't work

por JUAN HERNANDEZ -
Número de respostas: 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.
Anexo Opciones certificado.png
Média das avaliações:  -
Em resposta à JUAN HERNANDEZ

Re: Customcert requiredtime doesn't work

por Mark Nelson -
Imagem de Core developers Imagem de Documentation writers Imagem de Particularly helpful Moodlers Imagem de Peer reviewers Imagem de Plugin developers Imagem de 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?
Em resposta à Mark Nelson

Re: Customcert requiredtime doesn't work

por 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.
Em resposta à JUAN HERNANDEZ

Re: Customcert requiredtime doesn't work

por Mark Nelson -
Imagem de Core developers Imagem de Documentation writers Imagem de Particularly helpful Moodlers Imagem de Peer reviewers Imagem de Plugin developers Imagem de 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.
Em resposta à Mark Nelson

Re: Customcert requiredtime doesn't work

por Marcus Green -
Imagem de Core developers Imagem de Particularly helpful Moodlers Imagem de Plugin developers Imagem de 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.

Em resposta à Marcus Green

Re: Customcert requiredtime doesn't work

por Mark Nelson -
Imagem de Core developers Imagem de Documentation writers Imagem de Particularly helpful Moodlers Imagem de Peer reviewers Imagem de Plugin developers Imagem de 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.
Em resposta à Mark Nelson

Re: Customcert requiredtime doesn't work

por 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.