Details
-
Type:
(Deprecated) Contributed Patch
-
Status: CLOSED
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.3
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
10 status:Resolved
-
Previous Issue Keys:SAM-1677
-
Test Plan:
Description
We had a local request to add a "Select All" button to the header of the question pool. I'm not sure if this is the best way to do it or if this is desired by anyone else, but I'm just submitting the patch so it doesn't get lost.
This javascript could potentially be used by other JSP selectManyCheckbox. All it does is toggle all of the checkboxes to match the value of the checked/unchecked selectBooleanCheckbox without regard for the current value of each checkbox for quicker selection.