Skip to content

Commit

Permalink
Updated readme with a why was it created section
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Sep 15, 2024
1 parent dda6308 commit da1d287
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
include:
- php: '8.2'
moodle-branch: 'MOODLE_403_STABLE'
moodle-branch: 'master'
database: 'mariadb'
# - php: '8.1'
# moodle-branch: 'master'
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This is a Moodle Question bank plugin to allow bulk updating of question tags.
It was mainly created at MoodleDACH24 in Vienna. With thanks to Stephan Robotta
https://github.com/srobotta for collaboration and inspiration.

# Why was it created?

Question tags are metadata and can be used to filter questions within the question bank. For example you might assign a difficulty level, or a subject area. A question can only be in a single category but can have an arbitrary number of tags.

Updating the tags on a single question with 4 tags can be time consuming. It typically takes 9 clicks to update a single question. If you have a a category with 20 questions that is 180 clicks. And of course there is a good chance of making a mistake. With this plugin the whole task will typically take 10 clicks.

# Installation

To install it from the root of a moodle installation

git clone git@github.com:marcusgreen/moodle-question_bank_bulktags.git question/bank/bulktags
Expand Down

0 comments on commit da1d287

Please sign in to comment.