KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Filtering of questions doesn't work if the moodle directory isn't in the web server root #94

Closed andstor closed 5 years ago

andstor commented 5 years ago

Describe the bug Filtering of questions doesn't work if the moodle directory isn't in the web server root. Possibly related to issue #50.

To Reproduce Steps to reproduce the behavior:

  1. Moodle directory needs to not be located in the web server root.
  2. Go to the "Question list" editing page in CAPQuiz.
  3. Click on the 'Select a category' dropdown, or any of the checkboxes below. Note: Everything works as expected from the button [Create a new question...] and down.
  4. See error Error 404: The requested URL /moodle/moodle/mod/capquiz/edit.php was not found on this server.

Additional context This is tested on an Apache2 server.

sebastsg commented 5 years ago

Fixed