Merge branch 'MDL-85310-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE

This commit is contained in:
Huong Nguyen
2025-05-06 10:32:40 +07:00
@@ -37,7 +37,7 @@ Feature: Preview a Multiple choice question
And I should see "Parts, but only parts, of your response are correct."
@javascript @_switch_window
Scenario: Preview a Multiple choice question and submit a correct response.
Scenario: Preview a Multiple choice question and submit multiple correct responses.
When I am on the "Multi-choice-001" "core_question > preview" page logged in as teacher
And I expand all fieldsets
And I set the field "How questions behave" to "Immediate feedback"
@@ -53,7 +53,7 @@ Feature: Preview a Multiple choice question
And I should see "The correct answers are: One, Three"
@javascript @_switch_window
Scenario: Preview a Multiple choice question and submit a correct response.
Scenario: Preview a Multiple choice question and submit a single correct response.
When I am on the "Multi-choice-002" "core_question > preview" page logged in as teacher
And I expand all fieldsets
And I set the field "How questions behave" to "Immediate feedback"