[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 @mod @mod_choice 2 Feature: Add choice activity 3 In order to ask questions as a choice of multiple responses 4 As a teacher 5 I need to add choice activities to courses 6 7 @javascript 8 Scenario: Add a choice activity and complete the activity as a student 9 Given the following "users" exist: 10 | username | firstname | lastname | email | 11 | teacher1 | Teacher | 1 | [email protected] | 12 | student1 | Student | 1 | [email protected] | 13 And the following "courses" exist: 14 | fullname | shortname | category | 15 | Course 1 | C1 | 0 | 16 And the following "course enrolments" exist: 17 | user | course | role | 18 | teacher1 | C1 | editingteacher | 19 | student1 | C1 | student | 20 And I log in as "teacher1" 21 And I follow "Course 1" 22 And I turn editing mode on 23 And I add a "Choice" to section "1" and I fill the form with: 24 | Choice name | Choice name | 25 | Description | Choice Description | 26 | option[0] | Option 1 | 27 | option[1] | Option 2 | 28 And I log out 29 When I log in as "student1" 30 And I follow "Course 1" 31 And I choose "Option 1" from "Choice name" choice activity 32 Then I should see "Your selection: Option 1" 33 And I should see "Your choice has been saved"
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |