teammates icon indicating copy to clipboard operation
teammates copied to clipboard

[#13202] Add a show all/collapse all button for students on their submission page

Open kvernnn opened this issue 5 months ago • 2 comments

Fixes #13202 Closes #13203

Outline of Solution

  • Added the UI for the button just above the drop down questions
  • Implemented the Show All and Collapse All logic with two functions
  • Wrote test scripts to test the buttons and the controller logic
  • Fixed snapshots to allow test cases to pass

An added future work would be grouping the Submit and Reset buttons with the question drop downs when grouped by Recipient. As seen from the screenshots, when the drop downs are collapsed, they are separate and causes the drop down to look different from grouping by Question.

See screenshots below for the utilisation of the buttons, for both group by Question and Recipient. image image Group by Question screenshots

image image Group by Recipient screenshots

kvernnn avatar Jul 11 '25 01:07 kvernnn

Hi @kvernnn, thank you for your interest in contributing to TEAMMATES! However, your PR does not appear to follow our contribution guidelines:

  • Description must reference the issue number the PR is fixing, e.g. Fixes #<issue-number> (or Part of #<issue-number> if the PR does not address the issue fully)

Please address the above before we proceed to review your PR.

github-actions[bot] avatar Jul 11 '25 01:07 github-actions[bot]

Show All or Expand All?

damithc avatar Jul 11 '25 02:07 damithc