diff --git a/question/format/gift/tests/behat/import.feature b/question/format/gift/tests/behat/import.feature index 89873cb395d..a2a683ad6f9 100644 --- a/question/format/gift/tests/behat/import.feature +++ b/question/format/gift/tests/behat/import.feature @@ -1,4 +1,4 @@ -@qtype @qformat_gift +@qformat @qformat_gift Feature: Test importing questions from GIFT format. In order to reuse questions As an teacher diff --git a/question/format/webct/tests/behat/import.feature b/question/format/webct/tests/behat/import.feature index 799f9ae85bc..8221beff5c4 100644 --- a/question/format/webct/tests/behat/import.feature +++ b/question/format/webct/tests/behat/import.feature @@ -1,4 +1,4 @@ -@qtype @qformat_webct +@qformat @qformat_webct Feature: Test importing questions from WebCT format. In order to reuse questions from am obsolete commercial LMS As an teacher diff --git a/question/format/xml/tests/behat/import.feature b/question/format/xml/tests/behat/import.feature index f8295368f05..4f6ee79e260 100644 --- a/question/format/xml/tests/behat/import.feature +++ b/question/format/xml/tests/behat/import.feature @@ -1,4 +1,4 @@ -@qtype @qformat_xml +@qformat @qformat_xml Feature: Test importing questions from Moodle XML format. In order to reuse questions As an teacher