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

MR_LPEXED-642 | Upgrade the mod_questionnaire to version 4.1 #79

Merged
merged 362 commits into from
Nov 20, 2024

Conversation

Mmahadinana
Copy link

No description provided.

Mike Churchward and others added 30 commits July 16, 2019 15:36
…ype is set to anonymous. Added a check for this.
emanoylov and others added 26 commits February 23, 2024 12:03
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
PoetOS#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.
@Mmahadinana Mmahadinana changed the base branch from master to php81 November 18, 2024 12:50
@Mmahadinana Mmahadinana merged commit 73737bc into php81 Nov 20, 2024
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.