Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 44... Línea 44...
44
      | questioncategory | qtype       | name  | questiontext         |
44
      | questioncategory | qtype       | name  | questiontext         |
45
      | Test questions   | description | Intro | Welcome to this quiz |
45
      | Test questions   | description | Intro | Welcome to this quiz |
46
      | Test questions   | truefalse   | TF1   | First question       |
46
      | Test questions   | truefalse   | TF1   | First question       |
47
      | Test questions   | truefalse   | TF2   | Second question      |
47
      | Test questions   | truefalse   | TF2   | Second question      |
48
    And quiz "Quiz 1" contains the following questions:
48
    And quiz "Quiz 1" contains the following questions:
49
      | question | page | maxmark |
49
      | question | page | maxmark | displaynumber |
50
      | Intro    | 1    |         |
50
      | Intro    | 1    |         |               |
51
      | TF1      | 1    |         |
51
      | TF1      | 1    |         |               |
52
      | TF2      | 1    | 3.0     |
52
      | TF2      | 1    | 3.0     | 2a            |
53
    And user "student1" has attempted "Quiz 1" with responses:
53
    And user "student1" has attempted "Quiz 1" with responses:
54
      | slot | response |
54
      | slot | response |
55
      |   2  | True     |
55
      |   2  | True     |
56
      |   3  | False    |
56
      |   3  | False    |
57
    And user "student2" has attempted "Quiz 1" with responses:
57
    And user "student2" has attempted "Quiz 1" with responses:
Línea 66... Línea 66...
66
    And I navigate to "Results" in current page administration
66
    And I navigate to "Results" in current page administration
67
    Then I should see "Attempts: 2"
67
    Then I should see "Attempts: 2"
Línea 68... Línea 68...
68
 
68
 
69
    # Verify that the right columns are visible
69
    # Verify that the right columns are visible
70
    And I should see "Q. 1"
70
    And I should see "Q. 1"
71
    And I should see "Q. 2"
71
    And I should see "Q. 2a"
Línea 72... Línea 72...
72
    And I should not see "Q. 3"
72
    And I should not see "Q. 3"
73
 
73
 
74
    # Check student1's grade
74
    # Check student1's grade