e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
99 stars 146 forks source link

Customizable evaluation results filters #1786

Open janno42 opened 2 years ago

janno42 commented 2 years ago

Currently, an evaluation's results page can be viewed as "Public" (shows results that are visible for everyone logged in), "Own" (shows all results that are visible for the current user), and "Export" (shows all results for general questions and the results for the current user).

This should be changed to two customizable filters which can be selected via switch button groups (two button groups placed below each other in the top right of the page):

richardebeling commented 8 months ago

@Tillbtn @ybrnr @JosefValentin2004 What's your status here, do you want to continue working on this or can we unassign/reassign?

jooooosef commented 8 months ago

@richardebeling No, I wanna continue. We are almost done anyways but Prüfungsphase :(

jooooosef commented 6 months ago

We now have the changed buttons, with: general: full (with textanswers), ratings (without textanswers) for the general results contributor: full (all text answers from all contributors), ratings (no text answers from any contributors) and personal (show ALL textanswers regarding that contributor).

Should personal also include the so called private textanswers (regarding the contributor)? Before when there was only one set options with public, full and export, in export you couldnt see the private text answers.

janno42 commented 6 months ago

Should personal also include the so called private textanswers (regarding the contributor)? Before when there was only one set options with public, full and export, in export you couldnt see the private text answers.

Private text answers should be shown when selecting "personal" - the respective tests need to be changed.

richardebeling commented 4 months ago

@jooooosef Can you push your current state to some branch and create a pull request for that (possibly marked WIP if you want) so we can take a first look at the code and especially the tests?

jooooosef commented 4 months ago

@richardebeling I just did, marked as draft. I started to change the tests a little but only did it for students so far.