AutorÃa | Ultima modificación | Ver Log |
@mod @mod_questionnaireFeature: Add a questionnaire activityIn order to conduct surveys of the users in a courseAs a teacherI need to add a questionnaire activity to a moodle course@javascriptScenario: Add a questionnaire to a course without questionsGiven the following "users" exist:| username | firstname | lastname | email || teacher1 | Teacher | 1 | teacher1@example.com || student1 | Student | 1 | student1@example.com |And the following "courses" exist:| fullname | shortname | category || Course 1 | C1 | 0 |And the following "course enrolments" exist:| user | course | role || teacher1 | C1 | editingteacher || student1 | C1 | student |And the following "activities" exist:| activity | name | description | course | idnumber || questionnaire | Test questionnaire | Test questionnaire description | C1 | questionnaire0 |And I log in as "student1"And I am on "Course 1" course homepageAnd I follow "Test questionnaire"Then I should see "This questionnaire does not contain any questions."