-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/userstats #120
Feature/userstats #120
Conversation
classes/tables/userstats_table.php
Outdated
} | ||
|
||
// Functions that show the data. | ||
public function col_userid($row) { |
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.
Delete ID From the final Table
I am quiet happy with the pull request however, as I was looking at it in production there are some minor improvements.
|
Moreover, requires a a version increment as a capability is added. |
@NinaHerrmann Hi Nina, Do you have any estimate when you'll release on "Moodle Plugins" website a new version of the plugin that includes this feature? Thanks |
Hey @acquaalta, |
Thank you :-) I'll wait patiently. |
A little bit late but we have the release published today 👍 |
#61
The new feature allows a teacher to see the course wide activity and statistics of users in a moodleoverflow forum.
In a Moodleoverflow forum there is a new button "view user statistics":
By clicking on this button, the teacher will be redirected to a new page with a table that shows the upvotes and downvotes that the user has received, the activity of a user (a sum of submitted posts and submitted ratings), and the user reputation.
In default mode, the table is sorted after the user reputation in descending order, but you can sort after a different column and change the sort order (to ascending or descending order)
By clicking on "moodleoverflow" in the site header, the teacher will be redirected back to the forum.