MDL-49799 behat: replaced asd.com with example.com
asd.com is a valid domain, we should use reserved domain names for testing
This commit is contained in:
@@ -12,8 +12,8 @@ Feature: In an assignment, teacher can annotate PDF files during grading
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
@@ -75,11 +75,11 @@ Feature: In an assignment, teacher can annotate PDF files during grading
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student3 | Student | 3 | student3@asd.com |
|
||||
| student4 | Student | 4 | student4@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| student3 | Student | 3 | student3@example.com |
|
||||
| student4 | Student | 4 | student4@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
@@ -138,4 +138,4 @@ Feature: In an assignment, teacher can annotate PDF files during grading
|
||||
And I press "Save changes"
|
||||
And I should see "The grade changes were saved"
|
||||
And I press "Continue"
|
||||
And I should see "View annotated PDF..." in the "student1@asd.com" "table_row"
|
||||
And I should see "View annotated PDF..." in the "student1@example.com" "table_row"
|
||||
|
||||
@@ -11,8 +11,8 @@ Feature: In an assignment, students start a new attempt based on their previous
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,8 +11,8 @@ Feature: In an assignment, teachers can edit a students submission inline
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,8 +11,8 @@ Feature: Check that the assignment grade can be updated correctly
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student10@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student10@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
@@ -42,8 +42,8 @@ Feature: Check that the assignment grade can be updated correctly
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student10@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student10@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,9 +11,9 @@ Feature: In an assignment, teachers can edit feedback for a students previous su
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,8 +11,8 @@ Feature: In an assignment, students can upload files for assessment
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,10 +11,10 @@ Feature: In an assignment, teachers can filter displayed submissions by assigned
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| marker1 | Marker | 1 | marker1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| marker1 | Marker | 1 | marker1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -10,8 +10,8 @@ Feature: View the grading status of an assignment
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -10,9 +10,9 @@ Feature: Grant an extension to an offline student
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,11 +11,11 @@ Feature: Group assignment submissions
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student0 | Student | 0 | student0@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student3 | Student | 3 | student3@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student0 | Student | 0 | student0@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| student3 | Student | 3 | student3@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
@@ -50,8 +50,8 @@ Feature: Group assignment submissions
|
||||
And I press "Save and display"
|
||||
And I expand "Users" node
|
||||
And I follow "Groups"
|
||||
And I add "Student 0 (student0@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 0 (student0@example.com)" user to "Group 1" group members
|
||||
And I add "Student 1 (student1@example.com)" user to "Group 1" group members
|
||||
And I follow "Course 1"
|
||||
And I follow "Test assignment name"
|
||||
And I follow "View/grade all submissions"
|
||||
@@ -71,11 +71,11 @@ Feature: Group assignment submissions
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student3 | Student | 3 | student3@asd.com |
|
||||
| student4 | Student | 4 | student4@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| student3 | Student | 3 | student3@example.com |
|
||||
| student4 | Student | 4 | student4@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,8 +11,8 @@ Feature: In an assignment, students can add and edit text online
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: Outcome grading
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student0 | Student | 0 | student0@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student0 | Student | 0 | student0@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category | groupmode |
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
@@ -74,7 +74,7 @@ Feature: Outcome grading
|
||||
Scenario: Giving an outcome to a group submission
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| student2 | C1 | student |
|
||||
@@ -85,8 +85,8 @@ Feature: Outcome grading
|
||||
And I follow "Course 1"
|
||||
And I expand "Users" node
|
||||
And I follow "Groups"
|
||||
And I add "Student 0 (student0@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 0 (student0@example.com)" user to "Group 1" group members
|
||||
And I add "Student 1 (student1@example.com)" user to "Group 1" group members
|
||||
And I am on site homepage
|
||||
And I follow "Course 1"
|
||||
And I turn editing mode on
|
||||
|
||||
@@ -10,9 +10,9 @@ Feature: Prevent or allow assignment submission changes
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -11,8 +11,8 @@ Feature: In an assignment, teachers grade multiple students on one page
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
@@ -52,9 +52,9 @@ Feature: In an assignment, teachers grade multiple students on one page
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -10,8 +10,8 @@ Feature: In an assignment, students can comment in their submissions
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -16,9 +16,9 @@ Feature: Submit assignment without group
|
||||
| assign | C2 | assign2 | Require group membership | Test assignment description | 1 | 1 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "groups" exist:
|
||||
| name | course | idnumber |
|
||||
| Group 1 | C2 | G1 |
|
||||
@@ -34,8 +34,8 @@ Feature: Submit assignment without group
|
||||
And I follow "Course 2"
|
||||
And I expand "Users" node
|
||||
And I follow "Groups"
|
||||
And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 2 (student2@asd.com)" user to "Group 1" group members
|
||||
And I add "Student 1 (student1@example.com)" user to "Group 1" group members
|
||||
And I add "Student 2 (student2@example.com)" user to "Group 1" group members
|
||||
And I log out
|
||||
When I log in as "student1"
|
||||
And I follow "Course 1"
|
||||
|
||||
@@ -10,7 +10,7 @@ Feature: In a book, create chapters and sub chapters
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -10,7 +10,7 @@ Feature: Book activity chapter visibility management
|
||||
| Course 1 | C1 | 0 | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
| teacher1 | C1 | editingteacher |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Add choice activity
|
||||
Scenario: Add a choice activity and complete the activity as a student
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Allow choice preview
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -35,8 +35,8 @@ Feature: Add choice activity
|
||||
Scenario: Add a choice activity as teacher and check blog menu block contain choice link.
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
@@ -68,7 +68,7 @@ Feature: Add choice activity
|
||||
Scenario: Add a choice activity as teacher (with dual role) and check blog menu block contain choice link.
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Teacher can choose whether to allow students to change their choice res
|
||||
Scenario: Add a choice activity and complete the activity as a student
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,10 +7,10 @@ Feature: Include responses from inactive users
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student3 | Student | 3 | student3@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| student3 | Student | 3 | student3@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,9 +8,9 @@ Feature: Limit choice responses
|
||||
Scenario: Limit the number of responses allowed for a choice activity and verify the result as students
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Multiple option choice response
|
||||
Scenario: Complete a choice with multiple options enabled
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
@@ -37,9 +37,9 @@ Feature: Multiple option choice response
|
||||
Scenario: Complete a choice with multiple options enabled and limited responses set
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Test the display of the choice module on my home
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: A teacher can choose one of 4 options for publishing choice results
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: A teacher can choose whether to publish choice activity results anonymo
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Users can add entries to database activities
|
||||
Scenario: Students can add entries to a database
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Users can be required to specify certain fields when adding entries to
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Users can view and search database entries
|
||||
Scenario: Students can add view, list and search entries
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
+100
-100
@@ -13,7 +13,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
12,12,1,YT,NULL,NULL,NULL,NULL
|
||||
13,13,1,(06) 9404 7347,NULL,NULL,NULL,NULL
|
||||
14,14,1,(06) 1005 1944,NULL,NULL,NULL,NULL
|
||||
15,15,1,Maecenas@ligulaAeneangravida.ca,NULL,NULL,NULL,NULL
|
||||
15,15,1,Maecenas@example.com,NULL,NULL,NULL,NULL
|
||||
16,16,1,44771,NULL,NULL,NULL,NULL
|
||||
17,17,1,H2252199,NULL,NULL,NULL,NULL
|
||||
18,18,1,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -33,7 +33,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
32,12,2,AB,NULL,NULL,NULL,NULL
|
||||
33,13,2,(04) 1472 1097,NULL,NULL,NULL,NULL
|
||||
34,14,2,(06) 7312 6517,NULL,NULL,NULL,NULL
|
||||
35,15,2,adipiscing.lacus.Ut@sit.ca,NULL,NULL,NULL,NULL
|
||||
35,15,2,adipiscing.lacus.Ut@example.com,NULL,NULL,NULL,NULL
|
||||
36,16,2,607398,NULL,NULL,NULL,NULL
|
||||
37,17,2,T727721,NULL,NULL,NULL,NULL
|
||||
38,18,2,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -53,7 +53,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
52,12,3,NT,NULL,NULL,NULL,NULL
|
||||
53,13,3,(05) 6465 9615,NULL,NULL,NULL,NULL
|
||||
54,14,3,(06) 4743 22,NULL,NULL,NULL,NULL
|
||||
55,15,3,luctus.sit@ultricesa.com,NULL,NULL,NULL,NULL
|
||||
55,15,3,luctus.sit@example.com,NULL,NULL,NULL,NULL
|
||||
56,16,3,15296,NULL,NULL,NULL,NULL
|
||||
57,17,3,Z143440,NULL,NULL,NULL,NULL
|
||||
58,18,3,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -73,7 +73,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
72,12,4,PE,NULL,NULL,NULL,NULL
|
||||
73,13,4,(01) 84 3002,NULL,NULL,NULL,NULL
|
||||
74,14,4,(00) 511 1633,NULL,NULL,NULL,NULL
|
||||
75,15,4,magna.Sed@tristique.edu,NULL,NULL,NULL,NULL
|
||||
75,15,4,magna.Sed@example.com,NULL,NULL,NULL,NULL
|
||||
76,16,4,964251,NULL,NULL,NULL,NULL
|
||||
77,17,4,N3416104,NULL,NULL,NULL,NULL
|
||||
78,18,4,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -93,7 +93,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
92,12,5,NU,NULL,NULL,NULL,NULL
|
||||
93,13,5,(02) 5233 3164,NULL,NULL,NULL,NULL
|
||||
94,14,5,(07) 4113 5465,NULL,NULL,NULL,NULL
|
||||
95,15,5,Suspendisse.tristique@Inornaresagittis.com,NULL,NULL,NULL,NULL
|
||||
95,15,5,Suspendisse.tristique@example.com,NULL,NULL,NULL,NULL
|
||||
96,16,5,341238,NULL,NULL,NULL,NULL
|
||||
97,17,5,Y1436768,NULL,NULL,NULL,NULL
|
||||
98,18,5,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -113,7 +113,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
112,12,6,NT,NULL,NULL,NULL,NULL
|
||||
113,13,6,(06) 916 3114,NULL,NULL,NULL,NULL
|
||||
114,14,6,(09) 2142 5065,NULL,NULL,NULL,NULL
|
||||
115,15,6,commodo.tincidunt@aliquetsemut.ca,NULL,NULL,NULL,NULL
|
||||
115,15,6,commodo.tincidunt@example.com,NULL,NULL,NULL,NULL
|
||||
116,16,6,63999,NULL,NULL,NULL,NULL
|
||||
117,17,6,S6095452,NULL,NULL,NULL,NULL
|
||||
118,18,6,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -133,7 +133,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
132,12,7,NS,NULL,NULL,NULL,NULL
|
||||
133,13,7,(02) 7564 4771,NULL,NULL,NULL,NULL
|
||||
134,14,7,(06) 100 1673,NULL,NULL,NULL,NULL
|
||||
135,15,7,ipsum@risusvariusorci.ca,NULL,NULL,NULL,NULL
|
||||
135,15,7,ipsum@example.com,NULL,NULL,NULL,NULL
|
||||
136,16,7,151656,NULL,NULL,NULL,NULL
|
||||
137,17,7,G1012374,NULL,NULL,NULL,NULL
|
||||
138,18,7,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -153,7 +153,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
152,12,8,BC,NULL,NULL,NULL,NULL
|
||||
153,13,8,(07) 1364 4952,NULL,NULL,NULL,NULL
|
||||
154,14,8,(05) 5511 975,NULL,NULL,NULL,NULL
|
||||
155,15,8,nulla@auguescelerisque.org,NULL,NULL,NULL,NULL
|
||||
155,15,8,nulla@example.com,NULL,NULL,NULL,NULL
|
||||
156,16,8,31696,NULL,NULL,NULL,NULL
|
||||
157,17,8,B3123271,NULL,NULL,NULL,NULL
|
||||
158,18,8,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -173,7 +173,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
172,12,9,NT,NULL,NULL,NULL,NULL
|
||||
173,13,9,(06) 1697 3005,NULL,NULL,NULL,NULL
|
||||
174,14,9,(05) 145 1370,NULL,NULL,NULL,NULL
|
||||
175,15,9,sed.hendrerit.a@venenatislacus.com,NULL,NULL,NULL,NULL
|
||||
175,15,9,sed.hendrerit.a@example.com,NULL,NULL,NULL,NULL
|
||||
176,16,9,59498,NULL,NULL,NULL,NULL
|
||||
177,17,9,M2169545,NULL,NULL,NULL,NULL
|
||||
178,18,9,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -193,7 +193,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
192,12,10,NS,NULL,NULL,NULL,NULL
|
||||
193,13,10,(04) 568 7503,NULL,NULL,NULL,NULL
|
||||
194,14,10,(05) 4111 9737,NULL,NULL,NULL,NULL
|
||||
195,15,10,sagittis@et.ca,NULL,NULL,NULL,NULL
|
||||
195,15,10,sagittis@example.com,NULL,NULL,NULL,NULL
|
||||
196,16,10,355277,NULL,NULL,NULL,NULL
|
||||
197,17,10,U2209614,NULL,NULL,NULL,NULL
|
||||
198,18,10,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -213,7 +213,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
212,12,11,ON,NULL,NULL,NULL,NULL
|
||||
213,13,11,(08) 3706 1359,NULL,NULL,NULL,NULL
|
||||
214,14,11,(07) 3369 2750,NULL,NULL,NULL,NULL
|
||||
215,15,11,eu@purus.ca,NULL,NULL,NULL,NULL
|
||||
215,15,11,eu@example.com,NULL,NULL,NULL,NULL
|
||||
216,16,11,774163,NULL,NULL,NULL,NULL
|
||||
217,17,11,S3140509,NULL,NULL,NULL,NULL
|
||||
218,18,11,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -233,7 +233,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
232,12,12,NU,NULL,NULL,NULL,NULL
|
||||
233,13,12,(05) 5172 3353,NULL,NULL,NULL,NULL
|
||||
234,14,12,(00) 5213 5429,NULL,NULL,NULL,NULL
|
||||
235,15,12,amet.ornare.lectus@placerategetvenenatis.org,NULL,NULL,NULL,NULL
|
||||
235,15,12,amet.ornare.lectus@example.com,NULL,NULL,NULL,NULL
|
||||
236,16,12,5852,NULL,NULL,NULL,NULL
|
||||
237,17,12,O439744,NULL,NULL,NULL,NULL
|
||||
238,18,12,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -253,7 +253,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
252,12,13,QC,NULL,NULL,NULL,NULL
|
||||
253,13,13,(06) 54 55,NULL,NULL,NULL,NULL
|
||||
254,14,13,(02) 5810 476,NULL,NULL,NULL,NULL
|
||||
255,15,13,quis.arcu.vel@tempordiam.edu,NULL,NULL,NULL,NULL
|
||||
255,15,13,quis.arcu.vel@example.com,NULL,NULL,NULL,NULL
|
||||
256,16,13,732454,NULL,NULL,NULL,NULL
|
||||
257,17,13,I1171097,NULL,NULL,NULL,NULL
|
||||
258,18,13,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -273,7 +273,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
272,12,14,BC,NULL,NULL,NULL,NULL
|
||||
273,13,14,(08) 647 5063,NULL,NULL,NULL,NULL
|
||||
274,14,14,(03) 600 1727,NULL,NULL,NULL,NULL
|
||||
275,15,14,non@sed.org,NULL,NULL,NULL,NULL
|
||||
275,15,14,non@example.com,NULL,NULL,NULL,NULL
|
||||
276,16,14,371168,NULL,NULL,NULL,NULL
|
||||
277,17,14,L85167,NULL,NULL,NULL,NULL
|
||||
278,18,14,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -293,7 +293,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
292,12,15,QC,NULL,NULL,NULL,NULL
|
||||
293,13,15,(00) 7216 5110,NULL,NULL,NULL,NULL
|
||||
294,14,15,(02) 5207 1615,NULL,NULL,NULL,NULL
|
||||
295,15,15,In@sollicitudinamalesuada.org,NULL,NULL,NULL,NULL
|
||||
295,15,15,In@example.com,NULL,NULL,NULL,NULL
|
||||
296,16,15,37745,NULL,NULL,NULL,NULL
|
||||
297,17,15,J6613433,NULL,NULL,NULL,NULL
|
||||
298,18,15,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -313,7 +313,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
312,12,16,NT,NULL,NULL,NULL,NULL
|
||||
313,13,16,(05) 141 6749,NULL,NULL,NULL,NULL
|
||||
314,14,16,(02) 1419 5233,NULL,NULL,NULL,NULL
|
||||
315,15,16,libero.Integer@mattissemperdui.edu,NULL,NULL,NULL,NULL
|
||||
315,15,16,libero.Integer@example.com,NULL,NULL,NULL,NULL
|
||||
316,16,16,177160,NULL,NULL,NULL,NULL
|
||||
317,17,16,R0274613,NULL,NULL,NULL,NULL
|
||||
318,18,16,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -333,7 +333,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
332,12,17,NS,NULL,NULL,NULL,NULL
|
||||
333,13,17,(06) 1218 5436,NULL,NULL,NULL,NULL
|
||||
334,14,17,(08) 1649 4050,NULL,NULL,NULL,NULL
|
||||
335,15,17,augue@habitantmorbi.org,NULL,NULL,NULL,NULL
|
||||
335,15,17,augue@example.com,NULL,NULL,NULL,NULL
|
||||
336,16,17,696167,NULL,NULL,NULL,NULL
|
||||
337,17,17,R965616,NULL,NULL,NULL,NULL
|
||||
338,18,17,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -353,7 +353,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
352,12,18,SK,NULL,NULL,NULL,NULL
|
||||
353,13,18,(00) 2315 1677,NULL,NULL,NULL,NULL
|
||||
354,14,18,(06) 1212 1370,NULL,NULL,NULL,NULL
|
||||
355,15,18,quis.pede@Quisqueac.ca,NULL,NULL,NULL,NULL
|
||||
355,15,18,quis.pede@example.com,NULL,NULL,NULL,NULL
|
||||
356,16,18,23220,NULL,NULL,NULL,NULL
|
||||
357,17,18,M266503,NULL,NULL,NULL,NULL
|
||||
358,18,18,Other,NULL,NULL,NULL,NULL
|
||||
@@ -373,7 +373,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
372,12,19,NL,NULL,NULL,NULL,NULL
|
||||
373,13,19,(07) 16 2121,NULL,NULL,NULL,NULL
|
||||
374,14,19,(04) 3440 3046,NULL,NULL,NULL,NULL
|
||||
375,15,19,Morbi.vehicula@sapienimperdiet.edu,NULL,NULL,NULL,NULL
|
||||
375,15,19,Morbi.vehicula@example.com,NULL,NULL,NULL,NULL
|
||||
376,16,19,71509,NULL,NULL,NULL,NULL
|
||||
377,17,19,T0131499,NULL,NULL,NULL,NULL
|
||||
378,18,19,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -393,7 +393,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
392,12,20,QC,NULL,NULL,NULL,NULL
|
||||
393,13,20,(01) 5111 54,NULL,NULL,NULL,NULL
|
||||
394,14,20,(02) 9444 3570,NULL,NULL,NULL,NULL
|
||||
395,15,20,vitae.sodales.nisi@et.com,NULL,NULL,NULL,NULL
|
||||
395,15,20,vitae.sodales.nisi@example.com,NULL,NULL,NULL,NULL
|
||||
396,16,20,62310,NULL,NULL,NULL,NULL
|
||||
397,17,20,E071069,NULL,NULL,NULL,NULL
|
||||
398,18,20,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -413,7 +413,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
412,12,21,NS,NULL,NULL,NULL,NULL
|
||||
413,13,21,(00) 1577 1640,NULL,NULL,NULL,NULL
|
||||
414,14,21,(04) 1346 3651,NULL,NULL,NULL,NULL
|
||||
415,15,21,risus.Donec@velvulputateeu.edu,NULL,NULL,NULL,NULL
|
||||
415,15,21,risus.Donec@example.com,NULL,NULL,NULL,NULL
|
||||
416,16,21,1497,NULL,NULL,NULL,NULL
|
||||
417,17,21,Y4517117,NULL,NULL,NULL,NULL
|
||||
418,18,21,Other,NULL,NULL,NULL,NULL
|
||||
@@ -433,7 +433,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
432,12,22,YT,NULL,NULL,NULL,NULL
|
||||
433,13,22,(00) 5128 6314,NULL,NULL,NULL,NULL
|
||||
434,14,22,(07) 1259 6246,NULL,NULL,NULL,NULL
|
||||
435,15,22,suscipit.est@nonvestibulumnec.edu,NULL,NULL,NULL,NULL
|
||||
435,15,22,suscipit.est@example.com,NULL,NULL,NULL,NULL
|
||||
436,16,22,36066,NULL,NULL,NULL,NULL
|
||||
437,17,22,L2161952,NULL,NULL,NULL,NULL
|
||||
438,18,22,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -453,7 +453,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
452,12,23,QC,NULL,NULL,NULL,NULL
|
||||
453,13,23,(00) 2502 2456,NULL,NULL,NULL,NULL
|
||||
454,14,23,(00) 3103 4633,NULL,NULL,NULL,NULL
|
||||
455,15,23,semper@venenatislacus.ca,NULL,NULL,NULL,NULL
|
||||
455,15,23,semper@example.com,NULL,NULL,NULL,NULL
|
||||
456,16,23,1195,NULL,NULL,NULL,NULL
|
||||
457,17,23,R6731571,NULL,NULL,NULL,NULL
|
||||
458,18,23,Other,NULL,NULL,NULL,NULL
|
||||
@@ -473,7 +473,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
472,12,24,BC,NULL,NULL,NULL,NULL
|
||||
473,13,24,(04) 7566 337,NULL,NULL,NULL,NULL
|
||||
474,14,24,(06) 568 4361,NULL,NULL,NULL,NULL
|
||||
475,15,24,orci.luctus.et@Aliquam.edu,NULL,NULL,NULL,NULL
|
||||
475,15,24,orci.luctus.et@example.com,NULL,NULL,NULL,NULL
|
||||
476,16,24,143319,NULL,NULL,NULL,NULL
|
||||
477,17,24,T1151255,NULL,NULL,NULL,NULL
|
||||
478,18,24,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -493,7 +493,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
492,12,25,ON,NULL,NULL,NULL,NULL
|
||||
493,13,25,(03) 9553 6317,NULL,NULL,NULL,NULL
|
||||
494,14,25,(07) 2532 495,NULL,NULL,NULL,NULL
|
||||
495,15,25,mus@risus.com,NULL,NULL,NULL,NULL
|
||||
495,15,25,mus@example.com,NULL,NULL,NULL,NULL
|
||||
496,16,25,4634,NULL,NULL,NULL,NULL
|
||||
497,17,25,K8101535,NULL,NULL,NULL,NULL
|
||||
498,18,25,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -513,7 +513,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
512,12,26,YT,NULL,NULL,NULL,NULL
|
||||
513,13,26,(09) 1175 3511,NULL,NULL,NULL,NULL
|
||||
514,14,26,(07) 124 5726,NULL,NULL,NULL,NULL
|
||||
515,15,26,enim.non.nisi@enimNunc.org,NULL,NULL,NULL,NULL
|
||||
515,15,26,enim.non.nisi@example.com,NULL,NULL,NULL,NULL
|
||||
516,16,26,237275,NULL,NULL,NULL,NULL
|
||||
517,17,26,E3520420,NULL,NULL,NULL,NULL
|
||||
518,18,26,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -533,7 +533,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
532,12,27,MB,NULL,NULL,NULL,NULL
|
||||
533,13,27,(02) 4669 2000,NULL,NULL,NULL,NULL
|
||||
534,14,27,(02) 6943 394,NULL,NULL,NULL,NULL
|
||||
535,15,27,egestas@dignissimlacus.org,NULL,NULL,NULL,NULL
|
||||
535,15,27,egestas@example.com,NULL,NULL,NULL,NULL
|
||||
536,16,27,14334,NULL,NULL,NULL,NULL
|
||||
537,17,27,T338567,NULL,NULL,NULL,NULL
|
||||
538,18,27,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -553,7 +553,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
552,12,28,SK,NULL,NULL,NULL,NULL
|
||||
553,13,28,(00) 227 1668,NULL,NULL,NULL,NULL
|
||||
554,14,28,(01) 2329 2114,NULL,NULL,NULL,NULL
|
||||
555,15,28,Donec.tempor.est@nuncullamcorpereu.edu,NULL,NULL,NULL,NULL
|
||||
555,15,28,Donec.tempor.est@example.com,NULL,NULL,NULL,NULL
|
||||
556,16,28,523677,NULL,NULL,NULL,NULL
|
||||
557,17,28,I70701,NULL,NULL,NULL,NULL
|
||||
558,18,28,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -573,7 +573,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
572,12,29,NB,NULL,NULL,NULL,NULL
|
||||
573,13,29,(07) 7212 2418,NULL,NULL,NULL,NULL
|
||||
574,14,29,(04) 132 1598,NULL,NULL,NULL,NULL
|
||||
575,15,29,hymenaeos.Mauris@Crasvehicula.ca,NULL,NULL,NULL,NULL
|
||||
575,15,29,hymenaeos.Mauris@example.com,NULL,NULL,NULL,NULL
|
||||
576,16,29,215562,NULL,NULL,NULL,NULL
|
||||
577,17,29,E364302,NULL,NULL,NULL,NULL
|
||||
578,18,29,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -593,7 +593,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
592,12,30,NT,NULL,NULL,NULL,NULL
|
||||
593,13,30,(03) 5207 940,NULL,NULL,NULL,NULL
|
||||
594,14,30,(04) 5042 767,NULL,NULL,NULL,NULL
|
||||
595,15,30,malesuada.malesuada@orciluctus.org,NULL,NULL,NULL,NULL
|
||||
595,15,30,malesuada.malesuada@example.com,NULL,NULL,NULL,NULL
|
||||
596,16,30,410215,NULL,NULL,NULL,NULL
|
||||
597,17,30,A1025198,NULL,NULL,NULL,NULL
|
||||
598,18,30,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -613,7 +613,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
612,12,31,NL,NULL,NULL,NULL,NULL
|
||||
613,13,31,(05) 6559 2043,NULL,NULL,NULL,NULL
|
||||
614,14,31,(03) 9405 1305,NULL,NULL,NULL,NULL
|
||||
615,15,31,risus.In.mi@Aliquamrutrum.com,NULL,NULL,NULL,NULL
|
||||
615,15,31,risus.In.mi@example.com,NULL,NULL,NULL,NULL
|
||||
616,16,31,324145,NULL,NULL,NULL,NULL
|
||||
617,17,31,E2222517,NULL,NULL,NULL,NULL
|
||||
618,18,31,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -633,7 +633,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
632,12,32,YT,NULL,NULL,NULL,NULL
|
||||
633,13,32,(01) 6513 2525,NULL,NULL,NULL,NULL
|
||||
634,14,32,(02) 6174 463,NULL,NULL,NULL,NULL
|
||||
635,15,32,tristique@eudolor.org,NULL,NULL,NULL,NULL
|
||||
635,15,32,tristique@example.com,NULL,NULL,NULL,NULL
|
||||
636,16,32,47313,NULL,NULL,NULL,NULL
|
||||
637,17,32,S5264136,NULL,NULL,NULL,NULL
|
||||
638,18,32,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -653,7 +653,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
652,12,33,MB,NULL,NULL,NULL,NULL
|
||||
653,13,33,(08) 4745 1473,NULL,NULL,NULL,NULL
|
||||
654,14,33,(01) 6311 6670,NULL,NULL,NULL,NULL
|
||||
655,15,33,accumsan.laoreet.ipsum@Maurisvestibulumneque.ca,NULL,NULL,NULL,NULL
|
||||
655,15,33,accumsan.laoreet.ipsum@example.com,NULL,NULL,NULL,NULL
|
||||
656,16,33,66769,NULL,NULL,NULL,NULL
|
||||
657,17,33,R4124353,NULL,NULL,NULL,NULL
|
||||
658,18,33,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -673,7 +673,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
672,12,34,NS,NULL,NULL,NULL,NULL
|
||||
673,13,34,(09) 1763 7000,NULL,NULL,NULL,NULL
|
||||
674,14,34,(02) 1253 1261,NULL,NULL,NULL,NULL
|
||||
675,15,34,tortor@facilisi.ca,NULL,NULL,NULL,NULL
|
||||
675,15,34,tortor@example.com,NULL,NULL,NULL,NULL
|
||||
676,16,34,433416,NULL,NULL,NULL,NULL
|
||||
677,17,34,J6632142,NULL,NULL,NULL,NULL
|
||||
678,18,34,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -693,7 +693,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
692,12,35,MB,NULL,NULL,NULL,NULL
|
||||
693,13,35,(02) 410 5300,NULL,NULL,NULL,NULL
|
||||
694,14,35,(07) 3764 1419,NULL,NULL,NULL,NULL
|
||||
695,15,35,lacus.pede.sagittis@InloremDonec.org,NULL,NULL,NULL,NULL
|
||||
695,15,35,lacus.pede.sagittis@example.com,NULL,NULL,NULL,NULL
|
||||
696,16,35,616322,NULL,NULL,NULL,NULL
|
||||
697,17,35,T5006108,NULL,NULL,NULL,NULL
|
||||
698,18,35,Other,NULL,NULL,NULL,NULL
|
||||
@@ -713,7 +713,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
712,12,36,PE,NULL,NULL,NULL,NULL
|
||||
713,13,36,(02) 265 224,NULL,NULL,NULL,NULL
|
||||
714,14,36,(03) 5614 3966,NULL,NULL,NULL,NULL
|
||||
715,15,36,convallis@magna.com,NULL,NULL,NULL,NULL
|
||||
715,15,36,convallis@example.com,NULL,NULL,NULL,NULL
|
||||
716,16,36,110352,NULL,NULL,NULL,NULL
|
||||
717,17,36,P2810500,NULL,NULL,NULL,NULL
|
||||
718,18,36,Other,NULL,NULL,NULL,NULL
|
||||
@@ -733,7 +733,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
732,12,37,MB,NULL,NULL,NULL,NULL
|
||||
733,13,37,(02) 626 6067,NULL,NULL,NULL,NULL
|
||||
734,14,37,(04) 2297 296,NULL,NULL,NULL,NULL
|
||||
735,15,37,Quisque.tincidunt@euismod.org,NULL,NULL,NULL,NULL
|
||||
735,15,37,Quisque.tincidunt@example.com,NULL,NULL,NULL,NULL
|
||||
736,16,37,136160,NULL,NULL,NULL,NULL
|
||||
737,17,37,G763133,NULL,NULL,NULL,NULL
|
||||
738,18,37,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -753,7 +753,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
752,12,38,NU,NULL,NULL,NULL,NULL
|
||||
753,13,38,(06) 6960 1169,NULL,NULL,NULL,NULL
|
||||
754,14,38,(03) 5976 1413,NULL,NULL,NULL,NULL
|
||||
755,15,38,Vivamus@consectetueradipiscing.edu,NULL,NULL,NULL,NULL
|
||||
755,15,38,Vivamus@example.com,NULL,NULL,NULL,NULL
|
||||
756,16,38,594239,NULL,NULL,NULL,NULL
|
||||
757,17,38,E213666,NULL,NULL,NULL,NULL
|
||||
758,18,38,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -773,7 +773,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
772,12,39,PE,NULL,NULL,NULL,NULL
|
||||
773,13,39,(02) 5610 5443,NULL,NULL,NULL,NULL
|
||||
774,14,39,(03) 5453 744,NULL,NULL,NULL,NULL
|
||||
775,15,39,dui@Nulla.org,NULL,NULL,NULL,NULL
|
||||
775,15,39,dui@example.com,NULL,NULL,NULL,NULL
|
||||
776,16,39,32301,NULL,NULL,NULL,NULL
|
||||
777,17,39,V2027709,NULL,NULL,NULL,NULL
|
||||
778,18,39,Other,NULL,NULL,NULL,NULL
|
||||
@@ -793,7 +793,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
792,12,40,NT,NULL,NULL,NULL,NULL
|
||||
793,13,40,(08) 5218 4457,NULL,NULL,NULL,NULL
|
||||
794,14,40,(04) 976 169,NULL,NULL,NULL,NULL
|
||||
795,15,40,id@Cumsociisnatoque.org,NULL,NULL,NULL,NULL
|
||||
795,15,40,id@example.com,NULL,NULL,NULL,NULL
|
||||
796,16,40,59544,NULL,NULL,NULL,NULL
|
||||
797,17,40,H6915313,NULL,NULL,NULL,NULL
|
||||
798,18,40,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -813,7 +813,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
812,12,41,AB,NULL,NULL,NULL,NULL
|
||||
813,13,41,(00) 1760 4365,NULL,NULL,NULL,NULL
|
||||
814,14,41,(06) 5015 7144,NULL,NULL,NULL,NULL
|
||||
815,15,41,Duis.ac@Cum.edu,NULL,NULL,NULL,NULL
|
||||
815,15,41,Duis.ac@example.com,NULL,NULL,NULL,NULL
|
||||
816,16,41,810458,NULL,NULL,NULL,NULL
|
||||
817,17,41,T4251272,NULL,NULL,NULL,NULL
|
||||
818,18,41,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -833,7 +833,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
832,12,42,ON,NULL,NULL,NULL,NULL
|
||||
833,13,42,(01) 138 7353,NULL,NULL,NULL,NULL
|
||||
834,14,42,(00) 5250 6052,NULL,NULL,NULL,NULL
|
||||
835,15,42,tempor.est@eratvolutpat.edu,NULL,NULL,NULL,NULL
|
||||
835,15,42,tempor.est@example.com,NULL,NULL,NULL,NULL
|
||||
836,16,42,453048,NULL,NULL,NULL,NULL
|
||||
837,17,42,I6163745,NULL,NULL,NULL,NULL
|
||||
838,18,42,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -853,7 +853,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
852,12,43,MB,NULL,NULL,NULL,NULL
|
||||
853,13,43,(05) 5164 131,NULL,NULL,NULL,NULL
|
||||
854,14,43,(02) 512 5211,NULL,NULL,NULL,NULL
|
||||
855,15,43,Quisque.libero.lacus@aodio.edu,NULL,NULL,NULL,NULL
|
||||
855,15,43,Quisque.libero.lacus@example.com,NULL,NULL,NULL,NULL
|
||||
856,16,43,614467,NULL,NULL,NULL,NULL
|
||||
857,17,43,E1639434,NULL,NULL,NULL,NULL
|
||||
858,18,43,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -873,7 +873,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
872,12,44,NS,NULL,NULL,NULL,NULL
|
||||
873,13,44,(02) 9718 7417,NULL,NULL,NULL,NULL
|
||||
874,14,44,(09) 6156 1567,NULL,NULL,NULL,NULL
|
||||
875,15,44,Suspendisse.sagittis.Nullam@velpedeblandit.com,NULL,NULL,NULL,NULL
|
||||
875,15,44,Suspendisse.sagittis.Nullam@example.com,NULL,NULL,NULL,NULL
|
||||
876,16,44,503217,NULL,NULL,NULL,NULL
|
||||
877,17,44,Z183356,NULL,NULL,NULL,NULL
|
||||
878,18,44,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -893,7 +893,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
892,12,45,NT,NULL,NULL,NULL,NULL
|
||||
893,13,45,(04) 5296 6098,NULL,NULL,NULL,NULL
|
||||
894,14,45,(03) 412 6944,NULL,NULL,NULL,NULL
|
||||
895,15,45,eleifend.Cras@ultricesiaculisodio.com,NULL,NULL,NULL,NULL
|
||||
895,15,45,eleifend.Cras@example.com,NULL,NULL,NULL,NULL
|
||||
896,16,45,720297,NULL,NULL,NULL,NULL
|
||||
897,17,45,T54319,NULL,NULL,NULL,NULL
|
||||
898,18,45,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -913,7 +913,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
912,12,46,AB,NULL,NULL,NULL,NULL
|
||||
913,13,46,(07) 1208 3498,NULL,NULL,NULL,NULL
|
||||
914,14,46,(08) 3456 1561,NULL,NULL,NULL,NULL
|
||||
915,15,46,egestas.Aliquam@luctusCurabitur.ca,NULL,NULL,NULL,NULL
|
||||
915,15,46,egestas.Aliquam@example.com,NULL,NULL,NULL,NULL
|
||||
916,16,46,250721,NULL,NULL,NULL,NULL
|
||||
917,17,46,V610582,NULL,NULL,NULL,NULL
|
||||
918,18,46,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -933,7 +933,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
932,12,47,NB,NULL,NULL,NULL,NULL
|
||||
933,13,47,(05) 841 5052,NULL,NULL,NULL,NULL
|
||||
934,14,47,(03) 9566 161,NULL,NULL,NULL,NULL
|
||||
935,15,47,ac.arcu.Nunc@Utsagittis.ca,NULL,NULL,NULL,NULL
|
||||
935,15,47,ac.arcu.Nunc@example.com,NULL,NULL,NULL,NULL
|
||||
936,16,47,663522,NULL,NULL,NULL,NULL
|
||||
937,17,47,E5102157,NULL,NULL,NULL,NULL
|
||||
938,18,47,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -953,7 +953,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
952,12,48,NB,NULL,NULL,NULL,NULL
|
||||
953,13,48,(05) 132 5118,NULL,NULL,NULL,NULL
|
||||
954,14,48,(07) 1017 177,NULL,NULL,NULL,NULL
|
||||
955,15,48,dui@aliquam.ca,NULL,NULL,NULL,NULL
|
||||
955,15,48,dui@example.com,NULL,NULL,NULL,NULL
|
||||
956,16,48,556220,NULL,NULL,NULL,NULL
|
||||
957,17,48,X1677572,NULL,NULL,NULL,NULL
|
||||
958,18,48,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -973,7 +973,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
972,12,49,QC,NULL,NULL,NULL,NULL
|
||||
973,13,49,(09) 1533 1370,NULL,NULL,NULL,NULL
|
||||
974,14,49,(08) 1210 1139,NULL,NULL,NULL,NULL
|
||||
975,15,49,lorem.semper@molestie.org,NULL,NULL,NULL,NULL
|
||||
975,15,49,lorem.semper@example.com,NULL,NULL,NULL,NULL
|
||||
976,16,49,14764,NULL,NULL,NULL,NULL
|
||||
977,17,49,N1521300,NULL,NULL,NULL,NULL
|
||||
978,18,49,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -993,7 +993,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
992,12,50,ON,NULL,NULL,NULL,NULL
|
||||
993,13,50,(05) 1031 622,NULL,NULL,NULL,NULL
|
||||
994,14,50,(04) 2438 3296,NULL,NULL,NULL,NULL
|
||||
995,15,50,eu@mollis.org,NULL,NULL,NULL,NULL
|
||||
995,15,50,eu@example.com,NULL,NULL,NULL,NULL
|
||||
996,16,50,94219,NULL,NULL,NULL,NULL
|
||||
997,17,50,K4525250,NULL,NULL,NULL,NULL
|
||||
998,18,50,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1013,7 +1013,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1012,12,51,SK,NULL,NULL,NULL,NULL
|
||||
1013,13,51,(07) 5035 7156,NULL,NULL,NULL,NULL
|
||||
1014,14,51,(01) 7246 9959,NULL,NULL,NULL,NULL
|
||||
1015,15,51,Quisque.nonummy@ametorci.com,NULL,NULL,NULL,NULL
|
||||
1015,15,51,Quisque.nonummy@example.com,NULL,NULL,NULL,NULL
|
||||
1016,16,51,625754,NULL,NULL,NULL,NULL
|
||||
1017,17,51,Q3336224,NULL,NULL,NULL,NULL
|
||||
1018,18,51,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1033,7 +1033,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1032,12,52,YT,NULL,NULL,NULL,NULL
|
||||
1033,13,52,(08) 6016 4667,NULL,NULL,NULL,NULL
|
||||
1034,14,52,(09) 3366 464,NULL,NULL,NULL,NULL
|
||||
1035,15,52,dui.in@purusNullamscelerisque.edu,NULL,NULL,NULL,NULL
|
||||
1035,15,52,dui.in@example.com,NULL,NULL,NULL,NULL
|
||||
1036,16,52,21208,NULL,NULL,NULL,NULL
|
||||
1037,17,52,P168533,NULL,NULL,NULL,NULL
|
||||
1038,18,52,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1053,7 +1053,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1052,12,53,NS,NULL,NULL,NULL,NULL
|
||||
1053,13,53,(09) 158 413,NULL,NULL,NULL,NULL
|
||||
1054,14,53,(02) 266 472,NULL,NULL,NULL,NULL
|
||||
1055,15,53,Duis.risus@Vivamusmolestiedapibus.ca,NULL,NULL,NULL,NULL
|
||||
1055,15,53,Duis.risus@example.com,NULL,NULL,NULL,NULL
|
||||
1056,16,53,270199,NULL,NULL,NULL,NULL
|
||||
1057,17,53,F6627196,NULL,NULL,NULL,NULL
|
||||
1058,18,53,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1073,7 +1073,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1072,12,54,PE,NULL,NULL,NULL,NULL
|
||||
1073,13,54,(00) 216 3362,NULL,NULL,NULL,NULL
|
||||
1074,14,54,(07) 2127 6473,NULL,NULL,NULL,NULL
|
||||
1075,15,54,ligula.Nullam.feugiat@ullamcorperviverra.org,NULL,NULL,NULL,NULL
|
||||
1075,15,54,ligula.Nullam.feugiat@example.com,NULL,NULL,NULL,NULL
|
||||
1076,16,54,71636,NULL,NULL,NULL,NULL
|
||||
1077,17,54,P6130160,NULL,NULL,NULL,NULL
|
||||
1078,18,54,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1093,7 +1093,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1092,12,55,NL,NULL,NULL,NULL,NULL
|
||||
1093,13,55,(07) 4136 2726,NULL,NULL,NULL,NULL
|
||||
1094,14,55,(02) 972 4143,NULL,NULL,NULL,NULL
|
||||
1095,15,55,mattis.Integer@erat.ca,NULL,NULL,NULL,NULL
|
||||
1095,15,55,mattis.Integer@example.com,NULL,NULL,NULL,NULL
|
||||
1096,16,55,601011,NULL,NULL,NULL,NULL
|
||||
1097,17,55,X676496,NULL,NULL,NULL,NULL
|
||||
1098,18,55,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1113,7 +1113,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1112,12,56,BC,NULL,NULL,NULL,NULL
|
||||
1113,13,56,(06) 3315 5154,NULL,NULL,NULL,NULL
|
||||
1114,14,56,(01) 772 269,NULL,NULL,NULL,NULL
|
||||
1115,15,56,Sed.auctor.odio@Morbinon.org,NULL,NULL,NULL,NULL
|
||||
1115,15,56,Sed.auctor.odio@example.com,NULL,NULL,NULL,NULL
|
||||
1116,16,56,4272,NULL,NULL,NULL,NULL
|
||||
1117,17,56,O562969,NULL,NULL,NULL,NULL
|
||||
1118,18,56,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1133,7 +1133,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1132,12,57,NB,NULL,NULL,NULL,NULL
|
||||
1133,13,57,(03) 616 718,NULL,NULL,NULL,NULL
|
||||
1134,14,57,(04) 6677 6222,NULL,NULL,NULL,NULL
|
||||
1135,15,57,dolor.sit.amet@velitegestas.com,NULL,NULL,NULL,NULL
|
||||
1135,15,57,dolor.sit.amet@example.com,NULL,NULL,NULL,NULL
|
||||
1136,16,57,612507,NULL,NULL,NULL,NULL
|
||||
1137,17,57,S1012345,NULL,NULL,NULL,NULL
|
||||
1138,18,57,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -1153,7 +1153,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1152,12,58,NS,NULL,NULL,NULL,NULL
|
||||
1153,13,58,(00) 4455 514,NULL,NULL,NULL,NULL
|
||||
1154,14,58,(05) 139 3408,NULL,NULL,NULL,NULL
|
||||
1155,15,58,luctus.lobortis.Class@sed.edu,NULL,NULL,NULL,NULL
|
||||
1155,15,58,luctus.lobortis.Class@example.com,NULL,NULL,NULL,NULL
|
||||
1156,16,58,153026,NULL,NULL,NULL,NULL
|
||||
1157,17,58,K2997467,NULL,NULL,NULL,NULL
|
||||
1158,18,58,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1173,7 +1173,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1172,12,59,QC,NULL,NULL,NULL,NULL
|
||||
1173,13,59,(01) 3528 9607,NULL,NULL,NULL,NULL
|
||||
1174,14,59,(02) 1510 538,NULL,NULL,NULL,NULL
|
||||
1175,15,59,Nunc.ullamcorper@atrisus.edu,NULL,NULL,NULL,NULL
|
||||
1175,15,59,Nunc.ullamcorper@example.com,NULL,NULL,NULL,NULL
|
||||
1176,16,59,761259,NULL,NULL,NULL,NULL
|
||||
1177,17,59,Q1613442,NULL,NULL,NULL,NULL
|
||||
1178,18,59,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1193,7 +1193,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1192,12,60,ON,NULL,NULL,NULL,NULL
|
||||
1193,13,60,(04) 3546 5953,NULL,NULL,NULL,NULL
|
||||
1194,14,60,(04) 3138 2395,NULL,NULL,NULL,NULL
|
||||
1195,15,60,eros.Proin.ultrices@semperrutrumFusce.com,NULL,NULL,NULL,NULL
|
||||
1195,15,60,eros.Proin.ultrices@example.com,NULL,NULL,NULL,NULL
|
||||
1196,16,60,119760,NULL,NULL,NULL,NULL
|
||||
1197,17,60,B3551424,NULL,NULL,NULL,NULL
|
||||
1198,18,60,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1213,7 +1213,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1212,12,61,NL,NULL,NULL,NULL,NULL
|
||||
1213,13,61,(09) 5071 5372,NULL,NULL,NULL,NULL
|
||||
1214,14,61,(07) 1632 7738,NULL,NULL,NULL,NULL
|
||||
1215,15,61,eros@Maurisnon.org,NULL,NULL,NULL,NULL
|
||||
1215,15,61,eros@example.com,NULL,NULL,NULL,NULL
|
||||
1216,16,61,410509,NULL,NULL,NULL,NULL
|
||||
1217,17,61,F0717157,NULL,NULL,NULL,NULL
|
||||
1218,18,61,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1233,7 +1233,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1232,12,62,NB,NULL,NULL,NULL,NULL
|
||||
1233,13,62,(00) 372 164,NULL,NULL,NULL,NULL
|
||||
1234,14,62,(07) 4010 6466,NULL,NULL,NULL,NULL
|
||||
1235,15,62,pellentesque.a@nibh.org,NULL,NULL,NULL,NULL
|
||||
1235,15,62,pellentesque.a@example.com,NULL,NULL,NULL,NULL
|
||||
1236,16,62,509735,NULL,NULL,NULL,NULL
|
||||
1237,17,62,Q131420,NULL,NULL,NULL,NULL
|
||||
1238,18,62,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1253,7 +1253,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1252,12,63,NT,NULL,NULL,NULL,NULL
|
||||
1253,13,63,(06) 314 2141,NULL,NULL,NULL,NULL
|
||||
1254,14,63,(09) 702 2399,NULL,NULL,NULL,NULL
|
||||
1255,15,63,orci.Ut@euismod.org,NULL,NULL,NULL,NULL
|
||||
1255,15,63,orci.Ut@example.com,NULL,NULL,NULL,NULL
|
||||
1256,16,63,14332,NULL,NULL,NULL,NULL
|
||||
1257,17,63,C17217,NULL,NULL,NULL,NULL
|
||||
1258,18,63,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1273,7 +1273,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1272,12,64,ON,NULL,NULL,NULL,NULL
|
||||
1273,13,64,(07) 9642 312,NULL,NULL,NULL,NULL
|
||||
1274,14,64,(08) 676 759,NULL,NULL,NULL,NULL
|
||||
1275,15,64,Mauris@at.edu,NULL,NULL,NULL,NULL
|
||||
1275,15,64,Mauris@example.com,NULL,NULL,NULL,NULL
|
||||
1276,16,64,704248,NULL,NULL,NULL,NULL
|
||||
1277,17,64,C150684,NULL,NULL,NULL,NULL
|
||||
1278,18,64,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1293,7 +1293,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1292,12,65,NU,NULL,NULL,NULL,NULL
|
||||
1293,13,65,(05) 6629 376,NULL,NULL,NULL,NULL
|
||||
1294,14,65,(06) 2097 6738,NULL,NULL,NULL,NULL
|
||||
1295,15,65,in.faucibus@eget.com,NULL,NULL,NULL,NULL
|
||||
1295,15,65,in.faucibus@example.com,NULL,NULL,NULL,NULL
|
||||
1296,16,65,612314,NULL,NULL,NULL,NULL
|
||||
1297,17,65,O7603148,NULL,NULL,NULL,NULL
|
||||
1298,18,65,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1313,7 +1313,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1312,12,66,NT,NULL,NULL,NULL,NULL
|
||||
1313,13,66,(04) 6698 7118,NULL,NULL,NULL,NULL
|
||||
1314,14,66,(09) 2739 4204,NULL,NULL,NULL,NULL
|
||||
1315,15,66,in@molestie.edu,NULL,NULL,NULL,NULL
|
||||
1315,15,66,in@example.com,NULL,NULL,NULL,NULL
|
||||
1316,16,66,366398,NULL,NULL,NULL,NULL
|
||||
1317,17,66,J4142310,NULL,NULL,NULL,NULL
|
||||
1318,18,66,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1333,7 +1333,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1332,12,67,YT,NULL,NULL,NULL,NULL
|
||||
1333,13,67,(08) 1747 255,NULL,NULL,NULL,NULL
|
||||
1334,14,67,(03) 5202 1144,NULL,NULL,NULL,NULL
|
||||
1335,15,67,nulla@ante.org,NULL,NULL,NULL,NULL
|
||||
1335,15,67,nulla@example.com,NULL,NULL,NULL,NULL
|
||||
1336,16,67,135941,NULL,NULL,NULL,NULL
|
||||
1337,17,67,Y5697546,NULL,NULL,NULL,NULL
|
||||
1338,18,67,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1353,7 +1353,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1352,12,68,ON,NULL,NULL,NULL,NULL
|
||||
1353,13,68,(04) 8103 331,NULL,NULL,NULL,NULL
|
||||
1354,14,68,(09) 623 243,NULL,NULL,NULL,NULL
|
||||
1355,15,68,Suspendisse.tristique.neque@odioEtiam.ca,NULL,NULL,NULL,NULL
|
||||
1355,15,68,Suspendisse.tristique.neque@example.com,NULL,NULL,NULL,NULL
|
||||
1356,16,68,12576,NULL,NULL,NULL,NULL
|
||||
1357,17,68,A7705459,NULL,NULL,NULL,NULL
|
||||
1358,18,68,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1373,7 +1373,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1372,12,69,MB,NULL,NULL,NULL,NULL
|
||||
1373,13,69,(02) 3165 1456,NULL,NULL,NULL,NULL
|
||||
1374,14,69,(09) 1214 5776,NULL,NULL,NULL,NULL
|
||||
1375,15,69,mus@ultriciesligula.com,NULL,NULL,NULL,NULL
|
||||
1375,15,69,mus@example.com,NULL,NULL,NULL,NULL
|
||||
1376,16,69,229611,NULL,NULL,NULL,NULL
|
||||
1377,17,69,Y0732975,NULL,NULL,NULL,NULL
|
||||
1378,18,69,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1393,7 +1393,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1392,12,70,NT,NULL,NULL,NULL,NULL
|
||||
1393,13,70,(09) 1119 1376,NULL,NULL,NULL,NULL
|
||||
1394,14,70,(04) 661 372,NULL,NULL,NULL,NULL
|
||||
1395,15,70,Duis.cursus@loremsemperauctor.com,NULL,NULL,NULL,NULL
|
||||
1395,15,70,Duis.cursus@example.com,NULL,NULL,NULL,NULL
|
||||
1396,16,70,22500,NULL,NULL,NULL,NULL
|
||||
1397,17,70,C243544,NULL,NULL,NULL,NULL
|
||||
1398,18,70,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -1413,7 +1413,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1412,12,71,AB,NULL,NULL,NULL,NULL
|
||||
1413,13,71,(05) 4619 16,NULL,NULL,NULL,NULL
|
||||
1414,14,71,(07) 161 5502,NULL,NULL,NULL,NULL
|
||||
1415,15,71,mauris@molestietellus.com,NULL,NULL,NULL,NULL
|
||||
1415,15,71,mauris@example.com,NULL,NULL,NULL,NULL
|
||||
1416,16,71,65512,NULL,NULL,NULL,NULL
|
||||
1417,17,71,F6535551,NULL,NULL,NULL,NULL
|
||||
1418,18,71,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -1433,7 +1433,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1432,12,72,QC,NULL,NULL,NULL,NULL
|
||||
1433,13,72,(02) 6413 158,NULL,NULL,NULL,NULL
|
||||
1434,14,72,(03) 1216 7096,NULL,NULL,NULL,NULL
|
||||
1435,15,72,egestas.lacinia@ante.org,NULL,NULL,NULL,NULL
|
||||
1435,15,72,egestas.lacinia@example.com,NULL,NULL,NULL,NULL
|
||||
1436,16,72,767604,NULL,NULL,NULL,NULL
|
||||
1437,17,72,T1226169,NULL,NULL,NULL,NULL
|
||||
1438,18,72,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -1453,7 +1453,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1452,12,73,NU,NULL,NULL,NULL,NULL
|
||||
1453,13,73,(06) 7005 819,NULL,NULL,NULL,NULL
|
||||
1454,14,73,(08) 9601 182,NULL,NULL,NULL,NULL
|
||||
1455,15,73,eros@incursus.edu,NULL,NULL,NULL,NULL
|
||||
1455,15,73,eros@example.com,NULL,NULL,NULL,NULL
|
||||
1456,16,73,106730,NULL,NULL,NULL,NULL
|
||||
1457,17,73,L9607243,NULL,NULL,NULL,NULL
|
||||
1458,18,73,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -1473,7 +1473,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1472,12,74,YT,NULL,NULL,NULL,NULL
|
||||
1473,13,74,(01) 6069 7642,NULL,NULL,NULL,NULL
|
||||
1474,14,74,(02) 4651 748,NULL,NULL,NULL,NULL
|
||||
1475,15,74,magna.a.tortor@Aenean.com,NULL,NULL,NULL,NULL
|
||||
1475,15,74,magna.a.tortor@example.com,NULL,NULL,NULL,NULL
|
||||
1476,16,74,703032,NULL,NULL,NULL,NULL
|
||||
1477,17,74,X635263,NULL,NULL,NULL,NULL
|
||||
1478,18,74,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1493,7 +1493,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1492,12,75,SK,NULL,NULL,NULL,NULL
|
||||
1493,13,75,(08) 204 9644,NULL,NULL,NULL,NULL
|
||||
1494,14,75,(08) 598 7315,NULL,NULL,NULL,NULL
|
||||
1495,15,75,Integer.mollis.Integer@quis.org,NULL,NULL,NULL,NULL
|
||||
1495,15,75,Integer.mollis.Integer@example.com,NULL,NULL,NULL,NULL
|
||||
1496,16,75,6141,NULL,NULL,NULL,NULL
|
||||
1497,17,75,W12775,NULL,NULL,NULL,NULL
|
||||
1498,18,75,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1513,7 +1513,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1512,12,76,BC,NULL,NULL,NULL,NULL
|
||||
1513,13,76,(07) 5168 6516,NULL,NULL,NULL,NULL
|
||||
1514,14,76,(00) 3968 3225,NULL,NULL,NULL,NULL
|
||||
1515,15,76,sapien.molestie.orci@insodales.ca,NULL,NULL,NULL,NULL
|
||||
1515,15,76,sapien.molestie.orci@example.com,NULL,NULL,NULL,NULL
|
||||
1516,16,76,10197,NULL,NULL,NULL,NULL
|
||||
1517,17,76,Q7427535,NULL,NULL,NULL,NULL
|
||||
1518,18,76,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1533,7 +1533,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1532,12,77,NS,NULL,NULL,NULL,NULL
|
||||
1533,13,77,(09) 3732 107,NULL,NULL,NULL,NULL
|
||||
1534,14,77,(00) 727 2016,NULL,NULL,NULL,NULL
|
||||
1535,15,77,eu.erat.semper@elit.com,NULL,NULL,NULL,NULL
|
||||
1535,15,77,eu.erat.semper@example.com,NULL,NULL,NULL,NULL
|
||||
1536,16,77,614308,NULL,NULL,NULL,NULL
|
||||
1537,17,77,D2163462,NULL,NULL,NULL,NULL
|
||||
1538,18,77,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1553,7 +1553,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1552,12,78,SK,NULL,NULL,NULL,NULL
|
||||
1553,13,78,(00) 9672 1666,NULL,NULL,NULL,NULL
|
||||
1554,14,78,(09) 1229 7628,NULL,NULL,NULL,NULL
|
||||
1555,15,78,eros.nec@Cum.com,NULL,NULL,NULL,NULL
|
||||
1555,15,78,eros.nec@example.com,NULL,NULL,NULL,NULL
|
||||
1556,16,78,61485,NULL,NULL,NULL,NULL
|
||||
1557,17,78,B133121,NULL,NULL,NULL,NULL
|
||||
1558,18,78,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1573,7 +1573,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1572,12,79,AB,NULL,NULL,NULL,NULL
|
||||
1573,13,79,(09) 4254 5062,NULL,NULL,NULL,NULL
|
||||
1574,14,79,(08) 5012 9496,NULL,NULL,NULL,NULL
|
||||
1575,15,79,Cum@aliquetliberoInteger.org,NULL,NULL,NULL,NULL
|
||||
1575,15,79,Cum@example.com,NULL,NULL,NULL,NULL
|
||||
1576,16,79,227125,NULL,NULL,NULL,NULL
|
||||
1577,17,79,N1043713,NULL,NULL,NULL,NULL
|
||||
1578,18,79,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1593,7 +1593,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1592,12,80,NB,NULL,NULL,NULL,NULL
|
||||
1593,13,80,(07) 1942 4757,NULL,NULL,NULL,NULL
|
||||
1594,14,80,(03) 810 6133,NULL,NULL,NULL,NULL
|
||||
1595,15,80,libero@dignissim.org,NULL,NULL,NULL,NULL
|
||||
1595,15,80,libero@example.com,NULL,NULL,NULL,NULL
|
||||
1596,16,80,76568,NULL,NULL,NULL,NULL
|
||||
1597,17,80,D05337,NULL,NULL,NULL,NULL
|
||||
1598,18,80,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1613,7 +1613,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1612,12,81,ON,NULL,NULL,NULL,NULL
|
||||
1613,13,81,(02) 367 6616,NULL,NULL,NULL,NULL
|
||||
1614,14,81,(07) 250 4742,NULL,NULL,NULL,NULL
|
||||
1615,15,81,dictum.placerat@ProinultricesDuis.com,NULL,NULL,NULL,NULL
|
||||
1615,15,81,dictum.placerat@example.com,NULL,NULL,NULL,NULL
|
||||
1616,16,81,405070,NULL,NULL,NULL,NULL
|
||||
1617,17,81,R3603335,NULL,NULL,NULL,NULL
|
||||
1618,18,81,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -1633,7 +1633,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1632,12,82,ON,NULL,NULL,NULL,NULL
|
||||
1633,13,82,(02) 1359 617,NULL,NULL,NULL,NULL
|
||||
1634,14,82,(08) 2548 6725,NULL,NULL,NULL,NULL
|
||||
1635,15,82,facilisis@congueaaliquet.org,NULL,NULL,NULL,NULL
|
||||
1635,15,82,facilisis@example.com,NULL,NULL,NULL,NULL
|
||||
1636,16,82,667117,NULL,NULL,NULL,NULL
|
||||
1637,17,82,W0260916,NULL,NULL,NULL,NULL
|
||||
1638,18,82,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1653,7 +1653,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1652,12,83,ON,NULL,NULL,NULL,NULL
|
||||
1653,13,83,(07) 3670 4765,NULL,NULL,NULL,NULL
|
||||
1654,14,83,(05) 531 218,NULL,NULL,NULL,NULL
|
||||
1655,15,83,eu.nibh.vulputate@CraspellentesqueSed.edu,NULL,NULL,NULL,NULL
|
||||
1655,15,83,eu.nibh.vulputate@example.com,NULL,NULL,NULL,NULL
|
||||
1656,16,83,140305,NULL,NULL,NULL,NULL
|
||||
1657,17,83,Z612249,NULL,NULL,NULL,NULL
|
||||
1658,18,83,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1673,7 +1673,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1672,12,84,NU,NULL,NULL,NULL,NULL
|
||||
1673,13,84,(01) 9543 7471,NULL,NULL,NULL,NULL
|
||||
1674,14,84,(08) 524 3959,NULL,NULL,NULL,NULL
|
||||
1675,15,84,et.magnis.dis@ridiculus.ca,NULL,NULL,NULL,NULL
|
||||
1675,15,84,et.magnis.dis@example.com,NULL,NULL,NULL,NULL
|
||||
1676,16,84,645120,NULL,NULL,NULL,NULL
|
||||
1677,17,84,M5523134,NULL,NULL,NULL,NULL
|
||||
1678,18,84,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1693,7 +1693,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1692,12,85,BC,NULL,NULL,NULL,NULL
|
||||
1693,13,85,(02) 263 2760,NULL,NULL,NULL,NULL
|
||||
1694,14,85,(08) 144 7256,NULL,NULL,NULL,NULL
|
||||
1695,15,85,enim.Nunc@variusNamporttitor.ca,NULL,NULL,NULL,NULL
|
||||
1695,15,85,enim.Nunc@example.com,NULL,NULL,NULL,NULL
|
||||
1696,16,85,14313,NULL,NULL,NULL,NULL
|
||||
1697,17,85,L2520723,NULL,NULL,NULL,NULL
|
||||
1698,18,85,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1713,7 +1713,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1712,12,86,PE,NULL,NULL,NULL,NULL
|
||||
1713,13,86,(08) 6464 4531,NULL,NULL,NULL,NULL
|
||||
1714,14,86,(09) 4810 2314,NULL,NULL,NULL,NULL
|
||||
1715,15,86,eget@metus.edu,NULL,NULL,NULL,NULL
|
||||
1715,15,86,eget@example.com,NULL,NULL,NULL,NULL
|
||||
1716,16,86,146695,NULL,NULL,NULL,NULL
|
||||
1717,17,86,D715664,NULL,NULL,NULL,NULL
|
||||
1718,18,86,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1733,7 +1733,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1732,12,87,PE,NULL,NULL,NULL,NULL
|
||||
1733,13,87,(01) 5199 1755,NULL,NULL,NULL,NULL
|
||||
1734,14,87,(07) 4644 154,NULL,NULL,NULL,NULL
|
||||
1735,15,87,Phasellus@sedestNunc.com,NULL,NULL,NULL,NULL
|
||||
1735,15,87,Phasellus@example.com,NULL,NULL,NULL,NULL
|
||||
1736,16,87,44947,NULL,NULL,NULL,NULL
|
||||
1737,17,87,T149520,NULL,NULL,NULL,NULL
|
||||
1738,18,87,Opera,NULL,NULL,NULL,NULL
|
||||
@@ -1753,7 +1753,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1752,12,88,PE,NULL,NULL,NULL,NULL
|
||||
1753,13,88,(01) 403 3670,NULL,NULL,NULL,NULL
|
||||
1754,14,88,(01) 940 5058,NULL,NULL,NULL,NULL
|
||||
1755,15,88,pede.Cum@bibendum.com,NULL,NULL,NULL,NULL
|
||||
1755,15,88,pede.Cum@example.com,NULL,NULL,NULL,NULL
|
||||
1756,16,88,640356,NULL,NULL,NULL,NULL
|
||||
1757,17,88,I121518,NULL,NULL,NULL,NULL
|
||||
1758,18,88,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1773,7 +1773,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1772,12,89,NL,NULL,NULL,NULL,NULL
|
||||
1773,13,89,(00) 5218 1562,NULL,NULL,NULL,NULL
|
||||
1774,14,89,(01) 373 6368,NULL,NULL,NULL,NULL
|
||||
1775,15,89,lorem.fringilla@orci.org,NULL,NULL,NULL,NULL
|
||||
1775,15,89,lorem.fringilla@example.com,NULL,NULL,NULL,NULL
|
||||
1776,16,89,603941,NULL,NULL,NULL,NULL
|
||||
1777,17,89,D134124,NULL,NULL,NULL,NULL
|
||||
1778,18,89,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1793,7 +1793,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1792,12,90,MB,NULL,NULL,NULL,NULL
|
||||
1793,13,90,(04) 414 7757,NULL,NULL,NULL,NULL
|
||||
1794,14,90,(07) 9614 4435,NULL,NULL,NULL,NULL
|
||||
1795,15,90,dignissim@justo.edu,NULL,NULL,NULL,NULL
|
||||
1795,15,90,dignissim@example.com,NULL,NULL,NULL,NULL
|
||||
1796,16,90,155718,NULL,NULL,NULL,NULL
|
||||
1797,17,90,H224752,NULL,NULL,NULL,NULL
|
||||
1798,18,90,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1813,7 +1813,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1812,12,91,BC,NULL,NULL,NULL,NULL
|
||||
1813,13,91,(05) 121 7306,NULL,NULL,NULL,NULL
|
||||
1814,14,91,(01) 1240 6621,NULL,NULL,NULL,NULL
|
||||
1815,15,91,molestie@non.edu,NULL,NULL,NULL,NULL
|
||||
1815,15,91,molestie@example.com,NULL,NULL,NULL,NULL
|
||||
1816,16,91,465758,NULL,NULL,NULL,NULL
|
||||
1817,17,91,B61133,NULL,NULL,NULL,NULL
|
||||
1818,18,91,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1833,7 +1833,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1832,12,92,QC,NULL,NULL,NULL,NULL
|
||||
1833,13,92,(05) 273 455,NULL,NULL,NULL,NULL
|
||||
1834,14,92,(07) 3428 4450,NULL,NULL,NULL,NULL
|
||||
1835,15,92,tempor.bibendum@nullavulputate.org,NULL,NULL,NULL,NULL
|
||||
1835,15,92,tempor.bibendum@example.com,NULL,NULL,NULL,NULL
|
||||
1836,16,92,37943,NULL,NULL,NULL,NULL
|
||||
1837,17,92,G41770,NULL,NULL,NULL,NULL
|
||||
1838,18,92,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1853,7 +1853,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1852,12,93,ON,NULL,NULL,NULL,NULL
|
||||
1853,13,93,(01) 3632 4134,NULL,NULL,NULL,NULL
|
||||
1854,14,93,(00) 3402 108,NULL,NULL,NULL,NULL
|
||||
1855,15,93,Aliquam.fringilla.cursus@Nulla.edu,NULL,NULL,NULL,NULL
|
||||
1855,15,93,Aliquam.fringilla.cursus@example.com,NULL,NULL,NULL,NULL
|
||||
1856,16,93,41053,NULL,NULL,NULL,NULL
|
||||
1857,17,93,Y296637,NULL,NULL,NULL,NULL
|
||||
1858,18,93,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1873,7 +1873,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1872,12,94,NU,NULL,NULL,NULL,NULL
|
||||
1873,13,94,(07) 6975 4097,NULL,NULL,NULL,NULL
|
||||
1874,14,94,(05) 1255 814,NULL,NULL,NULL,NULL
|
||||
1875,15,94,luctus.et.ultrices@Cras.com,NULL,NULL,NULL,NULL
|
||||
1875,15,94,luctus.et.ultrices@example.com,NULL,NULL,NULL,NULL
|
||||
1876,16,94,41527,NULL,NULL,NULL,NULL
|
||||
1877,17,94,A52469,NULL,NULL,NULL,NULL
|
||||
1878,18,94,Other,NULL,NULL,NULL,NULL
|
||||
@@ -1893,7 +1893,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1892,12,95,NL,NULL,NULL,NULL,NULL
|
||||
1893,13,95,(01) 2732 1501,NULL,NULL,NULL,NULL
|
||||
1894,14,95,(06) 457 145,NULL,NULL,NULL,NULL
|
||||
1895,15,95,fringilla@tinciduntneque.ca,NULL,NULL,NULL,NULL
|
||||
1895,15,95,fringilla@example.com,NULL,NULL,NULL,NULL
|
||||
1896,16,95,13315,NULL,NULL,NULL,NULL
|
||||
1897,17,95,L512400,NULL,NULL,NULL,NULL
|
||||
1898,18,95,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1913,7 +1913,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1912,12,96,SK,NULL,NULL,NULL,NULL
|
||||
1913,13,96,(04) 1700 597,NULL,NULL,NULL,NULL
|
||||
1914,14,96,(01) 148 9967,NULL,NULL,NULL,NULL
|
||||
1915,15,96,Donec.tincidunt@idanteNunc.edu,NULL,NULL,NULL,NULL
|
||||
1915,15,96,Donec.tincidunt@example.com,NULL,NULL,NULL,NULL
|
||||
1916,16,96,606004,NULL,NULL,NULL,NULL
|
||||
1917,17,96,Y1311315,NULL,NULL,NULL,NULL
|
||||
1918,18,96,Internet Explorer,NULL,NULL,NULL,NULL
|
||||
@@ -1933,7 +1933,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1932,12,97,BC,NULL,NULL,NULL,NULL
|
||||
1933,13,97,(09) 458 6346,NULL,NULL,NULL,NULL
|
||||
1934,14,97,(02) 7657 5031,NULL,NULL,NULL,NULL
|
||||
1935,15,97,nulla@Phasellus.org,NULL,NULL,NULL,NULL
|
||||
1935,15,97,nulla@example.com,NULL,NULL,NULL,NULL
|
||||
1936,16,97,440698,NULL,NULL,NULL,NULL
|
||||
1937,17,97,C712522,NULL,NULL,NULL,NULL
|
||||
1938,18,97,Firefox,NULL,NULL,NULL,NULL
|
||||
@@ -1953,7 +1953,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1952,12,98,MB,NULL,NULL,NULL,NULL
|
||||
1953,13,98,(05) 974 2169,NULL,NULL,NULL,NULL
|
||||
1954,14,98,(03) 4340 9998,NULL,NULL,NULL,NULL
|
||||
1955,15,98,risus@scelerisque.edu,NULL,NULL,NULL,NULL
|
||||
1955,15,98,risus@example.com,NULL,NULL,NULL,NULL
|
||||
1956,16,98,610312,NULL,NULL,NULL,NULL
|
||||
1957,17,98,O2337502,NULL,NULL,NULL,NULL
|
||||
1958,18,98,Chrome,NULL,NULL,NULL,NULL
|
||||
@@ -1973,7 +1973,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1972,12,99,QC,NULL,NULL,NULL,NULL
|
||||
1973,13,99,(03) 9528 6094,NULL,NULL,NULL,NULL
|
||||
1974,14,99,(09) 1225 7137,NULL,NULL,NULL,NULL
|
||||
1975,15,99,sagittis.semper@facilisismagna.edu,NULL,NULL,NULL,NULL
|
||||
1975,15,99,sagittis.semper@example.com,NULL,NULL,NULL,NULL
|
||||
1976,16,99,575810,NULL,NULL,NULL,NULL
|
||||
1977,17,99,Q596020,NULL,NULL,NULL,NULL
|
||||
1978,18,99,Safari,NULL,NULL,NULL,NULL
|
||||
@@ -1993,7 +1993,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
|
||||
1992,12,100,AB,NULL,NULL,NULL,NULL
|
||||
1993,13,100,(04) 7451 4406,NULL,NULL,NULL,NULL
|
||||
1994,14,100,(02) 7205 4223,NULL,NULL,NULL,NULL
|
||||
1995,15,100,in.lobortis@vehiculaaliquet.edu,NULL,NULL,NULL,NULL
|
||||
1995,15,100,in.lobortis@example.com,NULL,NULL,NULL,NULL
|
||||
1996,16,100,6704,NULL,NULL,NULL,NULL
|
||||
1997,17,100,O5261644,NULL,NULL,NULL,NULL
|
||||
1998,18,100,Chrome,NULL,NULL,NULL,NULL
|
||||
|
||||
|
@@ -8,8 +8,8 @@ Feature: Add forum activities and discussions
|
||||
Scenario: Add a forum and a discussion attaching files
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Set a certain number of discussions as a completion condition for a for
|
||||
Scenario: Set X number of discussions as a condition
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,7 +7,7 @@ Feature: Students can choose from 4 discussion display options and their choice
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: A user can navigate to previous and next discussions
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,7 +7,7 @@ Feature: Students can edit or delete their forum posts within a set time limit
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Teachers can edit or delete any forum post
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: A user can view their posts and discussions
|
||||
Scenario: View the student's posts and discussions
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,10 +7,10 @@ Feature: A user with access to multiple groups should be able to post a copy of
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student3 | Student | 3 | student3@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| student3 | Student | 3 | student3@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,10 +7,10 @@ Feature: Posting to all groups in a separate group discussion is restricted to u
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| noneditor1 | Non-editing teacher | 1 | noneditor1@asd.com |
|
||||
| noneditor2 | Non-editing teacher | 2 | noneditor2@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| noneditor1 | Non-editing teacher | 1 | noneditor1@example.com |
|
||||
| noneditor2 | Non-editing teacher | 2 | noneditor2@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,7 +7,7 @@ Feature: Posting to groups in a separate group discussion when restricted to gro
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | teacher1 | teacher1 | teacher1@asd.com |
|
||||
| teacher1 | teacher1 | teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Single simple forum discussion type
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: A teacher can set one of 3 possible options for tracking read forum pos
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email | trackforums |
|
||||
| student1 | Student | 1 | student1@asd.com | 1 |
|
||||
| student2 | Student | 2 | student2@asd.com | 0 |
|
||||
| student1 | Student | 1 | student1@example.com | 1 |
|
||||
| student2 | Student | 2 | student2@example.com | 0 |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Glossary entries can be organised in categories
|
||||
Scenario: Glossary entries can be organised in categories and categories can be autolinked
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: A teacher can set whether glossary entries are always editable or not
|
||||
Scenario: Glossary entries are not always editable
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: A teacher can choose whether glossary entries require approval
|
||||
Scenario: Approve and undo approve glossary entries
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,7 +8,7 @@ Feature: A teacher can choose whether to allow duplicate entries in a glossary
|
||||
Scenario: Prevent duplicate entries
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: A teacher can choose whether to provide a printer-friendly glossary ent
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Glossary entries can be searched or browsed by alphabet, category, date
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Set end of lesson reached as a completion condition for a lesson
|
||||
Scenario: Set end reached as a condition
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Set time spent as a completion condition for a lesson
|
||||
Scenario: Set time spent as a condition
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: A teacher can set available from and deadline dates to access a lesson
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can import blackboard fill in the blank q
|
||||
Scenario: Import fill in the blank question in a lesson
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can import embedded images in questions a
|
||||
Scenario: Import questions with images in answers and responses in a lesson
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: Lesson reset
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Tina | Teacher1 | teacher1@asd.com |
|
||||
| student1 | Sam1 | Student1 | student1@asd.com |
|
||||
| student2 | Sam2 | Student2 | student2@asd.com |
|
||||
| teacher1 | Tina | Teacher1 | teacher1@example.com |
|
||||
| student1 | Sam1 | Student1 | student1@example.com |
|
||||
| student2 | Sam2 | Student2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can edit a cluster page
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can edit lesson's pages
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can add an essay question
|
||||
Scenario: questions with essay question
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,10 +7,10 @@ Feature: Lesson user override
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Tina | Teacher1 | teacher1@asd.com |
|
||||
| student1 | Sam1 | Student1 | student1@asd.com |
|
||||
| student2 | Sam2 | Student2 | student2@asd.com |
|
||||
| student3 | Sam3 | Student3 | student3@asd.com |
|
||||
| teacher1 | Tina | Teacher1 | teacher1@example.com |
|
||||
| student1 | Sam1 | Student1 | student1@example.com |
|
||||
| student2 | Sam2 | Student2 | student2@example.com |
|
||||
| student3 | Sam3 | Student3 | student3@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: In a lesson activity, if custom scoring is not enabled, student should
|
||||
Scenario: Informations at end of lesson if custom scoring not enabled
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, students can navigate through a series of pages i
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: In Dashboard, teacher can see the number of student attempts to lessons
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Practice mode in a lesson activity
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: In a lesson activity, students can see their progress viewing a progres
|
||||
Scenario: Student navigation with progress bar
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: In a lesson activity, students can review the answers they gave to ques
|
||||
Scenario: Student answers questions and then reviews them.
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In Dashboard, a student can see their current status on all lessons wit
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -5,8 +5,8 @@ Feature: In a lesson activity a student should
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: Lesson user override
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Tina | Teacher1 | teacher1@asd.com |
|
||||
| student1 | Sam1 | Student1 | student1@asd.com |
|
||||
| student2 | Sam2 | Student2 | student2@asd.com |
|
||||
| teacher1 | Tina | Teacher1 | teacher1@example.com |
|
||||
| student1 | Sam1 | Student1 | student1@example.com |
|
||||
| student2 | Sam2 | Student2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, students can see questions in random order
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, students can see questions in random order and a
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: link to gradebook on the end of lesson page
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: A teacher can password protect a lesson
|
||||
Scenario: Accessing as student to a protected lesson
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can add embedded images in questions answ
|
||||
Scenario: questions with images in answers and responses
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,11 +7,11 @@ Feature: In a lesson activity, a non editing teacher can grade essay questions
|
||||
Scenario: non editing teacher grade essay questions
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher2 | Teacher | 2 | teacher2@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| student3 | Student | 3 | student3@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| teacher2 | Teacher | 2 | teacher2@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
| student3 | Student | 3 | student3@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: A teacher can set a time limit for a lesson
|
||||
Scenario: Accessing as student to a lesson with time limit
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,9 +6,9 @@ Feature: Add a quiz
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Terry1 | Teacher1 | teacher1@moodle.com |
|
||||
| student1 | Sam1 | Student1 | student1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Terry1 | Teacher1 | teacher1@example.com |
|
||||
| student1 | Sam1 | Student1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Attemp a quiz where some questions require that the previous question h
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student | Student | One | student@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| student | Student | One | student@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,9 +6,9 @@ Feature: Allow students to redo questions in a practice quiz, without starting a
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student | Student | One | student@moodle.com |
|
||||
| teacher | Teacher | One | teacher@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| student | Student | One | student@example.com |
|
||||
| teacher | Teacher | One | teacher@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,9 +6,9 @@ Feature: Attemp a quiz where some questions require that the previous question h
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student | Student | One | student@moodle.com |
|
||||
| teacher | Teacher | One | teacher@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| student | Student | One | student@example.com |
|
||||
| teacher | Teacher | One | teacher@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Set a quiz to be marked complete when the student uses all attempts all
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Set a quiz to be marked complete when the student passes
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Edit quiz page - adding things
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Edit quiz page - drag-and-drop
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Edit quiz page - remove questions
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Edit quiz page - pagination
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Edit quizzes where some questions require the previous one to have been
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Edit quiz page - section headings
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -5,8 +5,8 @@ Feature: In order to create a quiz that awards marks the way I want
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -5,9 +5,9 @@ Feature: In order to create a quiz that awards marks the way I want
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@moodle.com |
|
||||
| student1 | S1 | Student1 | student1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | T1 | Teacher1 | teacher1@example.com |
|
||||
| student1 | S1 | Student1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -6,9 +6,9 @@ Feature: Quiz reset
|
||||
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Terry1 | Teacher1 | teacher1@moodle.com |
|
||||
| student1 | Sam1 | Student1 | student1@moodle.com |
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Terry1 | Teacher1 | teacher1@example.com |
|
||||
| student1 | Sam1 | Student1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,8 +8,8 @@ Feature: Add scorm activity
|
||||
Scenario: Add a scorm activity to a course
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,7 +7,7 @@ Feature: A teacher can set three types of survey activity
|
||||
Scenario: Switching between the three survey types
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | format |
|
||||
| Course 1 | C1 | topics |
|
||||
|
||||
@@ -8,9 +8,9 @@ Feature: A teacher can set a wiki to be collaborative or individual
|
||||
Scenario: Collaborative and individual wikis
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Edited wiki pages handle tags correctly
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -8,9 +8,9 @@ Feature: A history of each wiki page is available
|
||||
Scenario: Wiki page edition history changes list
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,8 +7,8 @@ Feature: Edited wiki pages may be previewed before saving
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: Users can comment on wiki pages
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,7 +7,7 @@ Feature: There is a choice of formats for editing a wiki page
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
@@ -7,9 +7,9 @@ Feature: Users can search wikis
|
||||
Background:
|
||||
Given the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@asd.com |
|
||||
| student1 | Student | 1 | student1@asd.com |
|
||||
| student2 | Student | 2 | student2@asd.com |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "courses" exist:
|
||||
| fullname | shortname | category |
|
||||
| Course 1 | C1 | 0 |
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user