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.64k stars 3.26k forks source link

[#11843] Fix front end bugs #13037

Closed dishenggg closed 2 months ago

dishenggg commented 2 months ago

Part of #11843

Outline of Solution

FergusMok commented 2 months ago

@dishenggg @cedricongjh I realized there's also this edge case that might be misleading (probably not as common)

  1. Person submitted the responses on 12th April
  2. Query logs from 1st April to 11th April The message will be "Not submitted responses since Mon, 01 Apr 2024 ... "

I'd rather we display something true, i.e "No access / submitted responses in the query range", or some alternatives that I can think of:

  1. Have another action to query the latest logs for each student and display to show either "no submission / access", or the latest submission / access. But I also understand that it's quite close to the release and the action might take a significant amount of work, or
  2. Make the end query time to current time permanently, and the current statement will always be true, or
  3. Change the message to "No access / submitted responses in the query range".

What do you guys think

dishenggg commented 2 months ago
  1. Change the message to "No access / submitted responses in the query range".

I think this would be the better option for now, since there might be uses for the instructors to query up to a certain date/time e.g., a deadline