Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the "Inspector" for your Browser
  2. Go to "Console"
  3. Within the Course go to "All Pages"
  4. Scroll to the end of the page to load them all
  5. Paste the following in into the Console and press "Enter"

    Code Block
    document.querySelectorAll('input[type="checkbox"]').forEach(function(checkbox) {
        if (!checkbox.checked) {
            checkbox.click();
        }
    });

  6. Delete them as normal

...

Page properties
hiddentrue


Related issues