[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/lesson/tests/behat/ -> import_fillintheblank_question.feature (source)

   1  @mod @mod_lesson
   2  Feature: In a lesson activity, teacher can import blackboard fill in the blank question
   3    As a teacher
   4    I need to import a fill in the blank question made in Blackboard in a lesson
   5  
   6    @javascript @_file_upload
   7    Scenario: Import fill in the blank question in a lesson
   8      Given the following "users" exist:
   9        | username | firstname | lastname | email |
  10        | teacher1 | Teacher | 1 | teacher1@example.com |
  11        | student1 | Student | 1 | student1@example.com |
  12      And the following "courses" exist:
  13        | fullname | shortname | category |
  14        | Course 1 | C1 | 0 |
  15      And the following "course enrolments" exist:
  16        | user | course | role |
  17        | teacher1 | C1 | editingteacher |
  18        | student1 | C1 | student |
  19      And I log in as "teacher1"
  20      When I am on homepage
  21      And I follow "Course 1"
  22      And I turn editing mode on
  23      And I add a "Lesson" to section "1" and I fill the form with:
  24        | Name | Test lesson name |
  25        | Description | Test lesson description |
  26      And I follow "Test lesson name"
  27      And I follow "Import questions"
  28      And I set the field "File format" to "Blackboard"
  29      And I upload "mod/lesson/tests/fixtures/sample_blackboard_fib_qti.dat" file to "Upload" filemanager
  30      And I press "Import"
  31      Then I should see "Importing 1 questions"
  32      And I should see "Name an amphibian: __________"
  33      And I press "Continue"
  34      And I should not see "__________"
  35      And I should not see "Your answer"
  36      And I set the field "id_answer" to "frog"
  37      And I press "Submit"
  38      And I should see "Your answer : frog"
  39      And I should see "A frog is an amphibian"
  40      And I press "Continue"
  41      And I should see "Congratulations - end of lesson reached"


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1