You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an option in plugin configuration to choose time in course calculation method
-Slower but more accurate (best for small/mid courses -DEFAULT-)
-Faster but more inaccurate (best for large courses)
O cálculo atual percorre todo o log de navegação de acesso ao curso do usuário, somando o tempo entre uma entrada e outra, e só depois compara se é maior que o definido em requiredtime
Na nova versão criar um algorítimo re retorne true/false se o aluno tiver ou não atingindo o requiredtime, e o código vai verificar constantemente se o o somatório do log já atingiu o requiredtime, e assim que atingir retorna true. com isso não vai percorrer o log de navegação inteiro
Create an option in plugin configuration to choose time in course calculation method
-Slower but more accurate (best for small/mid courses -DEFAULT-)
-Faster but more inaccurate (best for large courses)
See #78
The text was updated successfully, but these errors were encountered: