Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 25... Línea 25...
25
    And the following "activities" exist:
25
    And the following "activities" exist:
26
      | activity   | name            | course               | idnumber  | anonymous | publish_stats | section |
26
      | activity   | name            | course               | idnumber  | anonymous | publish_stats | section |
27
      | feedback   | Site feedback   | Acceptance test site | feedback0 | 2         | 1             | 1       |
27
      | feedback   | Site feedback   | Acceptance test site | feedback0 | 2         | 1             | 1       |
28
      | feedback   | Course feedback | C1                   | feedback1 | 2         | 1             | 0       |
28
      | feedback   | Course feedback | C1                   | feedback1 | 2         | 1             | 0       |
29
    When I am on the "Site feedback" "feedback activity" page logged in as manager
29
    When I am on the "Site feedback" "feedback activity" page logged in as manager
30
    And I click on "Edit questions" "link" in the "[role=main]" "css_element"
30
    And I navigate to "Questions" in current page administration
31
    And I add a "Multiple choice" question to the feedback with:
31
    And I add a "Multiple choice" question to the feedback with:
32
      | Question                       | Do you like our site?              |
32
      | Question                       | Do you like our site?              |
33
      | Label                          | multichoice2                       |
33
      | Label                          | multichoice2                       |
34
      | Multiple choice type           | Multiple choice - single answer    |
34
      | Multiple choice type           | Multiple choice - single answer    |
35
      | Hide the "Not selected" option | Yes                                |
35
      | Hide the "Not selected" option | Yes                                |
Línea 89... Línea 89...
89
    And I log out
89
    And I log out
Línea 90... Línea 90...
90
 
90
 
91
  @javascript
91
  @javascript
92
  Scenario: Non anonymous feedback in a course
92
  Scenario: Non anonymous feedback in a course
93
    When I am on the "Course feedback" "feedback activity" page logged in as teacher
93
    When I am on the "Course feedback" "feedback activity" page logged in as teacher
94
    And I click on "Edit questions" "link" in the "[role=main]" "css_element"
94
    And I navigate to "Questions" in current page administration
95
    And I add a "Multiple choice" question to the feedback with:
95
    And I add a "Multiple choice" question to the feedback with:
96
      | Question                       | Do you like this course?           |
96
      | Question                       | Do you like this course?           |
97
      | Label                          | multichoice1                       |
97
      | Label                          | multichoice1                       |
98
      | Multiple choice type           | Multiple choice - single answer    |
98
      | Multiple choice type           | Multiple choice - single answer    |