mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'wip-mdl-56519-m' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
777361983c
99 changed files with 562 additions and 543 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue