Moodle Test Answer Remover

Moodle Test Answer Remover

Removes answers and correct / incorrect markers from Moodle tests, useful when reviewing them. Simply enter on the test review page and click the toolbar button and all answers and correct / incorrect markers will be removed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Moodle Test Answer Remover",
  "version": "1.2resigned1",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/fercarcedo/MoodleTestAnswerRemover",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "__MSG_toolbarButtonText__"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1cc342da-766f-48ed-8296-54e554d8dc25}"
    }
  }
}