-
Notifications
You must be signed in to change notification settings - Fork 0
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
84-homework-student-feature-use-the-saved-completions-time-to-generate-stats-and-averages #92
Conversation
…ime-to-generate-stats-and-averages' of https://github.com/AAU-P5-Moodle/moodle-2 into 84-homework-student-feature-use-the-saved-completions-time-to-generate-stats-and-averages
…eature-use-the-saved-completions-time-to-generate-stats-and-averages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda silly to not update the version to the date of when changes were implemented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ændret
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vi kan se fejlen. Det sker i get_infohomework_modal. Det er fordi den kode, der deler lektier op i literature, link eller video, for at tildele dem ikoner, jo så ender med at skippe de lektier, der ikke passer ind i nogen af de tre kategorier. Ved ikke om det så skal laves som en bugfix, da der skulle laves en hel tredje kategori i forhold til ikoner osv. og det jo ikke er en bug ved det vi har lavet nu |
…the-saved-completions-time-to-generate-stats-and-averages' into 84-homework-student-feature-use-the-saved-completions-time-to-generate-stats-and-averages
Hvis det ikke har noget med jeres opgave at gøre, så tænker jeg ikke umiddelbart at det er noget i skal fikse nu (medmindre i har lyst). Jeg ville nok oprette et nyt issue med det i stedet. |
Description
A new button has been added to the dashboard. This button, when clicked, shows the user a series of stats. These are calculated using the database whenever block_homework is loaded. It also calculates the user's reading speed, in minutes per page, and then it uses this to estimate the time needed for anything with a page count. Video times are also used for estimates. The reading speed is based on a default of 2 minutes per page, with the user's statistics gradually influencing it, weighted such that after 3 hours, the user's speed becomes more important than the default.
The estimates are shown for each material when clicking "time", but they are also shown for the entire homework instance.
Walkthrough
As long as you have any homework available, you can see the estimate on the dashboard and by clicking time.
Dashboard:
Time:
The stats page will have every stat at 0 unless you have at least one completion.