Skip to content

Commit

Permalink
Update mod/questionnaire to v4.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctam committed Sep 9, 2024
1 parent 699dcff commit 4f67297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
path = mod/questionnaire
url = https://github.com/PoetOS/moodle-mod_questionnaire
branch = MOODLE_401_STABLE
tag = v4.0.1
tag = v4.1.1
[submodule "mod/quiz/report/archive"]
path = mod/quiz/report/archive
url = https://github.com/bfh/moodle-quiz_archive
Expand Down
2 changes: 1 addition & 1 deletion mod/questionnaire
Submodule questionnaire updated 32 files
+10 −12 .github/workflows/ci.yml
+31 −0 CHANGES.md
+1 −1 classes/output/mobile.php
+1 −0 classes/output/renderer.php
+2 −2 lang/en/questionnaire.php
+3 −1 module.js
+1 −38 pix/monologo.svg
+0 −4 questionnaire.class.php
+6 −12 report.php
+4 −4 templates/local/mobile/ionic5/boolean_question.mustache
+13 −21 templates/local/mobile/ionic5/checkbox_question.mustache
+5 −3 templates/local/mobile/ionic5/date_question.mustache
+11 −9 templates/local/mobile/ionic5/main_index_page.mustache
+5 −3 templates/local/mobile/ionic5/numeric_question.mustache
+14 −22 templates/local/mobile/ionic5/radio_question.mustache
+31 −27 templates/local/mobile/ionic5/rate_question.mustache
+8 −7 templates/local/mobile/ionic5/select_question.mustache
+19 −15 templates/local/mobile/ionic5/slider_question.mustache
+5 −3 templates/local/mobile/ionic5/text_question.mustache
+74 −48 templates/local/mobile/ionic5/view_activity_page.mustache
+4 −3 templates/local/mobile/latest/boolean_question.mustache
+5 −4 templates/local/mobile/latest/checkbox_question.mustache
+9 −1 templates/local/mobile/latest/date_question.mustache
+3 −4 templates/local/mobile/latest/main_index_page.mustache
+4 −3 templates/local/mobile/latest/radio_question.mustache
+5 −3 templates/local/mobile/latest/slider_question.mustache
+10 −4 templates/local/mobile/latest/view_activity_page.mustache
+47 −0 tests/behat/download_responses.feature
+2 −4 tests/behat/public_questionnaire.feature
+2 −4 tests/behat/public_questionnaire_teacher.feature
+2 −4 tests/behat/view_questionnaire.feature
+2 −2 version.php

0 comments on commit 4f67297

Please sign in to comment.