MDL-39232 behat Normalize feature tags according to component names

This commit is contained in:
David Monllao 2013-04-23 12:56:40 +08:00
parent 9b1dbe16db
commit 550d842e3c
84 changed files with 85 additions and 85 deletions

View file

@ -1,4 +1,4 @@
@mod_assign @_only_local
@mod @mod_assign @_only_local
Feature: In an assignment, students can upload files for assessment
In order to complete my assignments providing files
As a moodle student

View file

@ -1,4 +1,4 @@
@mod_assign
@mod @mod_assign
Feature: Group assignment submissions
In order to allow students to work collaboratively on an assignment
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_assign
@mod @mod_assign
Feature: In an assignment, students can add and edit text online
In order to complete my submissions online
As a student

View file

@ -1,4 +1,4 @@
@mod_assign @mod
@mod @mod_assign
Feature: Prevent or allow assignment submission changes
In order to control when a student can change his/her submission
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_choice
@mod @mod_choice
Feature: Add choice activity
In order to ask questions as a choice of multiple responses
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_choice
@mod @mod_choice
Feature: A teacher can choose one of 4 options for publishing choice results
In order to display choice activities outcomes
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_choice
@mod @mod_choice
Feature: A teacher can choose whether to publish choice activity results anonymously or showing names
In order to keep students privacy or to give more info to students
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Add forum activities and discussions
In order to discuss topics with other users
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Set a certain number of discussions as a completion condition for a forum
In order to ensure students are participating on forums
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Students can choose from 4 discussion display options and their choice is remembered
In order to read forum posts in a suitable view
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Students can edit or delete their forum posts within a set time limit
In order to refine forum posts
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Teachers can edit or delete any forum post
In order to refine the forum contents
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Single simple forum discussion type
In order to restrict the discussion topic to one
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: A teacher can set one of 3 possible options for tracking read forum posts
In order to ease the forum posts follow up
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_glossary @mod
@mod @mod_glossary
Feature: A teacher can set whether glossary entries are always editable or not
In order to ensure students think before adding new entries
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_glossary
@mod @mod_glossary
Feature: A teacher can choose whether to allow duplicate entries in a glossary
In order to avoid confusion
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_glossary @mod
@mod @mod_glossary
Feature: A teacher can choose whether to provide a printer-friendly glossary entries list
In order to print glossaries easily
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_glossary @mod
@mod @mod_glossary
Feature: Glossary entries can be searched or browsed by alphabet, category, date or author
In order to find entries in a glossary
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_lesson @mod
@mod @mod_lesson
Feature: A teacher can set available from and deadline dates to access a lesson
In order to schedule lesson activities
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_lesson @mod
@mod @mod_lesson
Feature: In a lesson activity, students can navigate through a series of pages in various ways depending upon their answers to questions
In order to create a lesson with conditional paths
As a teacher

View file

@ -1,4 +1,4 @@
@mod_lesson @mod
@mod @mod_lesson
Feature: A teacher can password protect a lesson
In order to avoid undesired accesses to lesson activities
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_lesson @mod
@mod @mod_lesson
Feature: A teacher can set a time limit for a lesson
In order to restrict the time students have to complete a lesson
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_survey
@mod @mod_survey
Feature: A teacher can set three types of survey activity
In order to use verified survey instruments
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: A teacher can set a wiki to be collaborative or individual
In order to allow both collaborative wikis and individual journals with history register
As a teacher

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: A history of each wiki page is available
In order to know how a wiki page evolved over the time and how changed what
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: Edited wiki pages may be previewed before saving
Background:

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: There is a choice of formats for editing a wiki page
In order to allow users to use their favorite wiki format
As a moodle user