Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 27... Línea 27...
27
      | feedback   | Site feedback   | Acceptance test site | feedback0 | 1         | 1             | 1       |
27
      | feedback   | Site feedback   | Acceptance test site | feedback0 | 1         | 1             | 1       |
28
      | feedback   | Course feedback | C1                   | feedback1 | 1         | 1             | 0       |
28
      | feedback   | Course feedback | C1                   | feedback1 | 1         | 1             | 0       |
29
    When I log in as "manager"
29
    When I log in as "manager"
30
    And I am on site homepage
30
    And I am on site homepage
31
    And I follow "Site feedback"
31
    And I follow "Site feedback"
32
    And I click on "Edit questions" "link" in the "[role=main]" "css_element"
32
    And I navigate to "Questions" in current page administration
33
    And I add a "Multiple choice" question to the feedback with:
33
    And I add a "Multiple choice" question to the feedback with:
34
      | Question                       | Do you like our site?              |
34
      | Question                       | Do you like our site?              |
35
      | Label                          | multichoice2                       |
35
      | Label                          | multichoice2                       |
36
      | Multiple choice type           | Multiple choice - single answer    |
36
      | Multiple choice type           | Multiple choice - single answer    |
37
      | Hide the "Not selected" option | Yes                                |
37
      | Hide the "Not selected" option | Yes                                |
Línea 154... Línea 154...
154
 
154
 
155
  @javascript
155
  @javascript
156
  Scenario: Anonymous feedback in a course
156
  Scenario: Anonymous feedback in a course
157
    # Teacher can not
157
    # Teacher can not
158
    When I am on the "Course feedback" "feedback activity" page logged in as teacher
158
    When I am on the "Course feedback" "feedback activity" page logged in as teacher
159
    And I click on "Edit questions" "link" in the "[role=main]" "css_element"
159
    And I navigate to "Questions" in current page administration
160
    And I add a "Multiple choice" question to the feedback with:
160
    And I add a "Multiple choice" question to the feedback with:
161
      | Question                       | Do you like this course?           |
161
      | Question                       | Do you like this course?           |
162
      | Label                          | multichoice1                       |
162
      | Label                          | multichoice1                       |
163
      | Multiple choice type           | Multiple choice - single answer    |
163
      | Multiple choice type           | Multiple choice - single answer    |