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

Rebase PoetOS/moodle-mod_questionnaire:MOODLE_404_STABLE. to master #77

Open
wants to merge 361 commits into
base: master
Choose a base branch
from

Conversation

Mmahadinana
Copy link

No description provided.

emanoylov and others added 30 commits September 26, 2023 11:16
* now using core_external\external_api - fixes #502

* using valid $required parameter VALUE_REQUIRED - fixes #507

---------

Co-authored-by: Matthias Opitz <[email protected]>
Signed-off-by: rezeau <[email protected]>
* Update sectiontext questions to display on mobile.

Also refactored the code a bit for clarity: The question class now has
an is_numbered() method (default true) that can be overridden for
question types that should not have numbers. Replaced some checks for
specific question types with checks for is_numbered().

* test: Fix PHPDoc for mobile_question_display
#520)

* Add Slider question type compatibility with Feedback features for MOODLE_401_STABLE

Signed-off-by: rezeau <[email protected]>

* removed trailing spaces in slider_feedback_question_type.feature

Signed-off-by: rezeau <[email protected]>

---------

Signed-off-by: rezeau <[email protected]>
* Fixing Moodle Code Checker issues.

* Prepare for Moodle 4.3.
* Mobile app: Create ionic5 templates duplicating latest

* Mobile app: Remove ionic3 templates

* Mobile app: Update questions templates to Ionic 7

* Mobile app: Stop using deprecated module-description
Update Behat tests replacing steps deprecated by MDL-79029.
Remove require_once() for a core file removed in Moodle 4.4 (MDL-80409).
This plugin requires Moodle 4.1 and so instead can use the replacement
introduced in Moodle 3.9, dataformat::download_data().
When a student completed a questionnaire then shown the "Thank you for
completing this Questionnaire" page there was a JavaScript error:

  Uncaught TypeError: formChild is null

This was because the JavaScript for the questions form was being
inadvertently loaded for the Thank you page where this form is not
present.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.