TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.63k stars 3.26k forks source link

[#12894] Calculate msq totals by student email instead of name #13141

Open itstrueitstrueitsrealitsreal opened 2 days ago

itstrueitstrueitsrealitsreal commented 2 days ago

Fixes #12894

Outline of Solution Following the discussion in #12894, I modified msq-question-statistics.component.ts to take recipient emails into account.

I also updated the code in msq-question-statistics.component.ts to be more in line with the code in mcq-question-statistics.component.ts, calling toFixed(2) to format the values in the table.

In addition, I changed the tests to reflect the change from indexing students by name to indexing them by email.

I'd like to credit the authors of #12981, as I used their work to formulate my solution.