Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questionnaire: Drag and Drop "Sorting" question #440

Open
wants to merge 12 commits into
base: MOODLE_400_STABLE
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
matrix:
include:
- php: '8.1'
moodle-branch: 'MOODLE_402_STABLE'
moodle-branch: 'master'
database: 'pgsql'
- php: '8.0'
moodle-branch: 'MOODLE_401_STABLE'
moodle-branch: 'MOODLE_402_STABLE'
database: 'mariadb'
- php: '7.4'
moodle-branch: 'MOODLE_400_STABLE'
moodle-branch: 'MOODLE_401_STABLE'
database: 'pgsql'

steps:
Expand Down
36 changes: 3 additions & 33 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
Release Notes

Release 4.0.1 (Build - 2023051600)
Release 4.1.0 (Build - 2023081100)

Improvements:
Initial release for Moodle 4.1 forward.

* Moodle 4.2 compatibility:
** removed event functions fully deprecated in 4.2.
** added Moodle 4.2 and PHP 8.1 to CI checks.

Release 4.0.0 (Build - 2023030700)

Bug fixes:

* HTML allowed in choice display.
* Fixed delete question error.
* Feedback links restore correctly.
* Required questions work with rating scales.
* Moodle 4 descriptions only displayed once.
* Feedback section works with empty score calculation.
* Single activity settings work in Moodle 4.
* Required checkbox questions with "other" option now work.

Improvements:

* Border added to atto editor for essay questions.
* Better messaging on "save".
* Better messaging on date picker question.
* Buttons substituted for links in many places.
* PHP8 compatibility.
* Moodle 4 icons.
* Improved PDF file name.
* Non-respondents now only include enrolled users.
* New slider type question.
* Better completion tracking options.

(see CHANGES.md in release 3.11 for earlier changes.)
(see CHANGES.md in release 4.00 for earlier changes.)
13 changes: 13 additions & 0 deletions amd/build/sorting_drag_reorder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/sorting_drag_reorder.min.js.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions amd/build/sorting_reorder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/sorting_reorder.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading