This commit is contained in:
Eloy Lafuente (stronk7) 2017-01-11 02:42:29 +01:00
commit 777361983c
99 changed files with 562 additions and 543 deletions

View file

@ -1,5 +1,5 @@
@mod @mod_quiz
Feature: Attemp a quiz where some questions require that the previous question has been answered.
Feature: Attempt a quiz
As a student
In order to demonstrate what I know
I need to be able to attempt quizzes

View file

@ -1,5 +1,5 @@
@mod @mod_quiz
Feature: Attemp a quiz where some questions require that the previous question has been answered.
Feature: Attempt a quiz where some questions require that the previous question has been answered.
In order to complete a quiz where questions require previous ones to be complete
As a student
I need later questions to appear once earlier ones have been answered.

View file

@ -1,5 +1,6 @@
@mod @mod_quiz
Feature: In order to create a quiz that awards marks the way I want
Feature: Edit quiz marks with no attempts
In order to create a quiz that awards marks the way I want
As a teacher
I must be able to set the marks I want on the Edit quiz page.

View file

@ -1,5 +1,6 @@
@mod @mod_quiz
Feature: In order to create a quiz that awards marks the way I want
Feature: Edit quiz marks with attempts
In order to create a quiz that awards marks the way I want
As a teacher
I must be able to set the marks I want on the Edit quiz page (even after the quiz has been attempted).

View file

@ -76,7 +76,7 @@ Feature: Quiz reset
And I navigate to "User overrides" in current page administration
Then I should not see "Sam1 Student1"
Scenario: Use course reset to remove group overrides.
Scenario: Use course reset to remove group overrides.
When I log in as "teacher1"
And I follow "Course 1"
And I follow "Test quiz name"