diff --git a/mod/feedback/tests/behat/coursemapping.feature b/mod/feedback/tests/behat/coursemapping.feature index 540efe8d2f2..a7ee83ad9c4 100644 --- a/mod/feedback/tests/behat/coursemapping.feature +++ b/mod/feedback/tests/behat/coursemapping.feature @@ -50,7 +50,7 @@ Feature: Mapping courses in a feedback And I add a "Multiple choice" question to the feedback with: | Question | this is a simple multiple choice | | Label | multichoicesimple | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option d\noption e\noption f | And I log out And I log in as "teacher" diff --git a/mod/feedback/tests/behat/export_import.feature b/mod/feedback/tests/behat/export_import.feature index 46f501ca2fc..2157ca42d4c 100644 --- a/mod/feedback/tests/behat/export_import.feature +++ b/mod/feedback/tests/behat/export_import.feature @@ -52,7 +52,7 @@ Feature: Exporting and importing feedbacks And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 3 | | Label | multichoice3 | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option g\noption h\noption i | And I add a "Multiple choice (rated)" question to the feedback with: | Question | this is a multiple choice rated | diff --git a/mod/feedback/tests/behat/multichoice.feature b/mod/feedback/tests/behat/multichoice.feature index 0b977934b8d..b6da9c8aa31 100644 --- a/mod/feedback/tests/behat/multichoice.feature +++ b/mod/feedback/tests/behat/multichoice.feature @@ -318,7 +318,7 @@ Feature: Testing multichoice questions in feedback When I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 1 | | Label | multichoice1 | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | 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: | Contents | this is the first page of the feedback | @@ -326,7 +326,7 @@ Feature: Testing multichoice questions in feedback And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 2 | | Label | multichoice2 | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | 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: @@ -335,7 +335,7 @@ Feature: Testing multichoice questions in feedback And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 3 | | Label | multichoice3 | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option g\noption h\noption i | | Dependence item | multichoice2 | | Dependence value | option d | diff --git a/mod/feedback/tests/behat/question_types.feature b/mod/feedback/tests/behat/question_types.feature index 78834baafec..0295cec8403 100644 --- a/mod/feedback/tests/behat/question_types.feature +++ b/mod/feedback/tests/behat/question_types.feature @@ -49,7 +49,7 @@ Feature: Test creating different types of feedback questions for anonymous feedb And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 3 | | Label | multichoice3 | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option g\noption h\noption i | And I add a "Multiple choice (rated)" question to the feedback with: | Question | this is a multiple choice rated | diff --git a/mod/feedback/tests/behat/question_types_non_anon.feature b/mod/feedback/tests/behat/question_types_non_anon.feature index 1aad63c9b6c..beb2ebf29d9 100644 --- a/mod/feedback/tests/behat/question_types_non_anon.feature +++ b/mod/feedback/tests/behat/question_types_non_anon.feature @@ -53,7 +53,7 @@ Feature: Test creating different types of feedback questions for non-anonymous f And I add a "Multiple choice" question to the feedback with: | Question | this is a multiple choice 3 | | Label | multichoice3 | - | Multiple choice type | Multiple choice - single answer allowed (dropdownlist) | + | Multiple choice type | Multiple choice - single answer allowed (drop-down menu) | | Multiple choice values | option g\noption h\noption i | And I add a "Multiple choice (rated)" question to the feedback with: | Question | this is a multiple choice rated |