Feature Wiki
Tabs
Comment Service get extented by Feedback Messages for Exercises
Page Overview
[Hide]1 Initial Problem
Oftentimes students want feedback providers to elaborate on their feedback e.g. "What did you mean by xy?"
This would also be furthering their feedbacking skills which is considered a very important skill.
The commenting service is not sufficient because it does not allow dialogue partners to remain anonymous.
2 Conceptual Summary
A new type of message is to be implemented for the Comment Service: Dialoges
- Participants who received a feedback can click on "Open Message".
- Feedback Provider are sent a message with a link to the message unterneath the feedback that they provided.
- Feedback Provider can access the message and also may prvode an answer.
- A mail is sent it comprises a link to the message.
On the database level, it will be neccesary to add a unique id for each peer feedback entry in order to be able to use the commenting / notes service like other contexts do (rep_obj_id + "internal" obj_id). Right now, the table "exc_assignment_peer" does not provide such an "internal" id (only ass_id which only references the exercise unit the peer feedback belongs to).
3 User Interface Modifications
3.1 List of Affected Views
- Exercise > Assignment > Peer Feedback
3.2 User Interface Details
3.3 New User Interface Concepts
No new interface concepts.
3.4 Accessibility Implications
There are no new conceivable accessibility issues.
4 Technical Information
{ The maintainer has to provide necessary technical information, e.g. dependencies on other ILIAS components, necessary modifications in general services/architecture, potential security or performance issues. }
5 Privacy
There a new messages sent while keeping anonymity.
6 Security
No security issue is forseen.
7 Contact
- Author of the Request: Marko Glaubitz, Barbara Müller
- Maintainer: Killing, Alexander [alex]
- Implementation of the feature is done by: Killing, Alexander [alex]
8 Funding
If you are interest in funding this feature, please add your name and institution to this list.
- …
9 Discussion
JourFixe, ILIAS [jourfixe], 21 AUG 2023: We highly appreciate this suggestion and schedule the feature for ILIAS 9.
10 Implementation
Test Cases
Test cases completed at 2023-09-24 by Tödt, Alexandra [atoedt]
Approval
Approved at 2023-10-12 by Falkenstein, Rob [rob].
Last edited: 26. Oct 2023, 10:59, Tödt, Alexandra [atoedt]