My Feedback
Reports ::: report_myfeedback
Maintained by
Jessica Gramp,
Alistair Spark
A Moodle Report that shows all student feedback on one page.
Latest release:
641 sites
122 downloads
76 fans
Current versions available: 2
The Moodle My Feedback report appears in the My Profile > Activity Reports menu and allows students to see an overview of all their grades and feedback for assessment activities such as Moodle Assignments, Turnitin Assignments (v1 & v2), Workshops and Quizzes. It provides their visible grades and a link to their submission and any feedback that has been released to them. Note: anything hidden in the gradebook or on the course will not display.
The report is intended to help students understand the variety of feedback they receive. It can also be used to identify similarities between feedback received from across modules and years to help students see how they can improve their work in future assessments.
See how it's being used at UCL:
Contributors
Jessica Gramp (Lead maintainer)
Alistair Spark: Maintainer
Alexis Nelson: Developer
Delvon Forrester: Developer
Please login to view contributors details and/or to contact them
Just to update everyone, I'm no longer at UCL and so am not maintaining this plugin myself anymore. Happily it sounds like Alistair is in the process of sorting out how to share updates with the wider community though.
I hope this issue can be resolved soon.
Best wishes,
Jess
a {
color: #005E8D;
text-decoration: none;
}
a, a:visited {
color: #005E8D;
}
Your CSS selectors are not specific enough. Those lines of CSS won't just change the colour of links in this report, they'll change the colour of every link on every moodle page on every Moodle site this plugin is installed on. This affects Bootstrap "btn"-class links, and makes the text unreadable.
Either change the CSS selectors to something more specific, or remove those lines from your styles.css file.
Feel free to submit a Merge Request if you figure out a fix https://github.com/uclmoodle/moodle-report_myfeedback
We were planning to improve MyFeedback next academic year but not currently not sure if we will with covid affecting our plans.
Unless a miracle occurs with 3.9, we are going to stick to 3.7 until November, so no compatibility work planned imminently.
Thanks
Alistair
This is an awesome tool - thank you for developing it! We do have one or two work flow issues though. Is it possible to have the teacher/tutor's name added in next to the feedback report? Also, when a student responds to feedback it takes them to a PHP page saying 'Data inserted successfully' and waits there. This is a little confusing for some as they think that the page will refresh but it doesn't. When you hit the back button, it doesn't appear to have inserted anything, you have to manually refresh the page, then the student's feedback is inserted. Is there a way for a teacher to see the private student notes too?
We also can't get the teacher feedback section working even when they are assigned roles as teachers on a course. Let me know if there's anything you need me to try to help out. Keep up the good work.
We hopefully will get some capacity in early 2021 to improve MyFeedback.
Exception - Class 'core_course_category' not found
More information about this error
×Debug info:
Error code: generalexceptionmessage
×Stack trace:
line 4471 of /report/myfeedback/lib.php: Error thrown
line 172 of /report/myfeedback/tutor/mymodules.php: call to report_myfeedback->get_prog_admin_dept_prog()
line 312 of /report/myfeedback/index.php: call to require_once()
Also, we can't see at the moment, when staff provide feedback to students, does it have a time and date of feedback provided within the report? This could be useful for departmental admins.
Exception - Class 'core_course_category' not found
More information about this error
×Debug info:
Error code: generalexceptionmessage
×Stack trace:
line 4471 of /report/myfeedback/lib.php: Error thrown
line 35 of /report/myfeedback/programmeadmin/index.php: call to report_myfeedback->get_prog_admin_dept_prog()
line 318 of /report/myfeedback/index.php: call to require_once()
Sounds like you are on the latest version of the plugin rather than 2.14 which would be appropriate for you version of Moodle - https://moodle.org/plugins/download.php/16975/report_myfeedback_moodle35_2018052900.zip
Seems like it's related to - https://github.com/uclmoodle/moodle-report_myfeedback/blob/6d523e4ad10746267703fd51bc5d43504fc22293/lib.php#L4462
We had to do that for our 3.7 upgrade last summer. Still no known defects in 3.9, nor 3.8.
Thanks
Alistair
I just confirmed that "Student A" can access "Student B" grades via MyFeedback plugin (v2.15).
This plugin is supposed to work this way?
Using Moodle 3.8.5+
Ricardo
this is related to CSS which is affecting all the visited in the site. I already made a pull req and its a very minor fix.
We're finding that users are not adhering to the date format suggested and therefore filtering our data is becoming challenging.
Open to other options that may help us get around this issue.