diff --git a/mod/feedback/tests/behat/export_import.feature b/mod/feedback/tests/behat/export_import.feature index ff9be47f33c..3b9159c4bfc 100644 --- a/mod/feedback/tests/behat/export_import.feature +++ b/mod/feedback/tests/behat/export_import.feature @@ -28,7 +28,7 @@ Feature: Exporting and importing feedbacks | Question | this is an information question | | Label | info | | Information type | Course | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | label text | And I add a "Longer text answer" question to the feedback with: | Question | this is a longer text answer | diff --git a/mod/feedback/tests/behat/multichoice.feature b/mod/feedback/tests/behat/multichoice.feature index 31abc53562c..b2b1c4c8b7c 100644 --- a/mod/feedback/tests/behat/multichoice.feature +++ b/mod/feedback/tests/behat/multichoice.feature @@ -31,7 +31,7 @@ Feature: Testing multichoice questions in feedback | Label | multichoice1 | | Multiple choice type | Multiple choice - single answer | | Multiple choice values | option a\noption b\noption c | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the first page of the feedback | And I select "Add a page break" from the "typ" singleselect And I add a "Multiple choice" question to the feedback with: @@ -40,7 +40,7 @@ Feature: Testing multichoice questions in feedback | Multiple choice type | Multiple choice - single answer | | Multiple choice values | option d\noption e\noption f | | Required | 1 | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the second page of the feedback | And I select "Add a page break" from the "typ" singleselect And I add a "Multiple choice" question to the feedback with: @@ -51,7 +51,7 @@ Feature: Testing multichoice questions in feedback | Hide the "Not selected" option | Yes | | Dependence item | multichoice2 | | Dependence value | option d | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the third page of the feedback | And I log out And I am on the "Learning experience" "feedback activity" page logged in as student1 @@ -171,7 +171,7 @@ Feature: Testing multichoice questions in feedback | Label | multichoice1 | | Multiple choice type | Multiple choice - multiple answers | | Multiple choice values | option a\noption b\noption c | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the first page of the feedback | And I select "Add a page break" from the "typ" singleselect And I add a "Multiple choice" question to the feedback with: @@ -180,7 +180,7 @@ Feature: Testing multichoice questions in feedback | Multiple choice type | Multiple choice - multiple answers | | Multiple choice values | option d\noption e\noption f | | Required | 1 | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the second page of the feedback | And I select "Add a page break" from the "typ" singleselect And I add a "Multiple choice" question to the feedback with: @@ -190,7 +190,7 @@ Feature: Testing multichoice questions in feedback | Multiple choice values | option g\noption h\noption i | | Dependence item | multichoice2 | | Dependence value | option d | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the third page of the feedback | And I log out # Login as the first student. @@ -310,7 +310,7 @@ Feature: Testing multichoice questions in feedback | Label | multichoice1 | | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option a\noption b\noption c | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the first page of the feedback | And I select "Add a page break" from the "typ" singleselect And I add a "Multiple choice" question to the feedback with: @@ -319,7 +319,7 @@ Feature: Testing multichoice questions in feedback | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option d\noption e\noption f | | Required | 1 | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the second page of the feedback | And I select "Add a page break" from the "typ" singleselect And I add a "Multiple choice" question to the feedback with: @@ -329,7 +329,7 @@ Feature: Testing multichoice questions in feedback | Multiple choice values | option g\noption h\noption i | | Dependence item | multichoice2 | | Dependence value | option d | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | this is the third page of the feedback | And I log out And I am on the "Learning experience" "feedback activity" page logged in as student1 diff --git a/mod/feedback/tests/behat/question_types.feature b/mod/feedback/tests/behat/question_types.feature index d5ad3802111..7bf219fe720 100644 --- a/mod/feedback/tests/behat/question_types.feature +++ b/mod/feedback/tests/behat/question_types.feature @@ -28,7 +28,7 @@ Feature: Test creating different types of feedback questions for anonymous feedb | Question | this is an information question | | Label | info | | Information type | Course | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | label text | And I add a "Longer text answer" question to the feedback with: | Question | this is a longer text answer | diff --git a/mod/feedback/tests/behat/question_types_non_anon.feature b/mod/feedback/tests/behat/question_types_non_anon.feature index 5c99af4553c..c9bf90ba5d7 100644 --- a/mod/feedback/tests/behat/question_types_non_anon.feature +++ b/mod/feedback/tests/behat/question_types_non_anon.feature @@ -32,7 +32,7 @@ Feature: Test creating different types of feedback questions for non-anonymous f | Question | this is a response time question | | Label | curtime | | Information type | Responses time | - And I add a "Label" question to the feedback with: + And I add a "Text and media area" question to the feedback with: | Contents | label text | And I add a "Longer text answer" question to the feedback with: | Question | this is a longer text answer |