| Línea 75... | Línea 75... | 
          
            | 75 |     And I should see "25.00" in the "S1 Student1" "table_row"
 | 75 |     And I should see "25.00" in the "S1 Student1" "table_row"
 | 
          
            | 76 |     # And student2's grade
 | 76 |     # And student2's grade
 | 
          
            | 77 |     And I should see "100.00" in the "S2 Student2" "table_row"
 | 77 |     And I should see "100.00" in the "S2 Student2" "table_row"
 | 
          
            | Línea 78... | Línea 78... | 
          
            | 78 |  
 | 78 |  
 | 
          
            | 79 |     # Check changing the form parameters
 | 79 |     # Check changing the form parameters
 | 
          
            | 80 |     And I set the field "Attempts from" to "enrolled users who have not attempted the quiz"
 | 80 |     And I set the field "Attempts from" to "enrolled users who do not have a quiz attempt"
 | 
          
            | 81 |     And I press "Show report"
 | 81 |     And I press "Show report"
 | 
          
            | 82 |     # Note: teachers should not appear in the report.
 | 82 |     # Note: teachers should not appear in the report.
 | 
          
            | 83 |     # Check student3's grade
 | 83 |     # Check student3's grade
 | 
          
            | Línea 84... | Línea 84... | 
          
            | 84 |     And I should see "-" in the "S3 Student3" "table_row"
 | 84 |     And I should see "-" in the "S3 Student3" "table_row"
 | 
          
            | 85 |  
 | 85 |  
 | 
          
            | 86 |     And I set the field "Attempts from" to "enrolled users who have, or have not, attempted the quiz"
 | 86 |     And I set the field "Attempts from" to "enrolled users who have, or do not have, a quiz attempt"
 | 
          
            | 87 |     And I press "Show report"
 | 87 |     And I press "Show report"
 | 
          
            | 88 |     # Check student1's grade
 | 88 |     # Check student1's grade
 | 
          
            | 89 |     And I should see "25.00" in the "S1 Student1" "table_row"
 | 89 |     And I should see "25.00" in the "S1 Student1" "table_row"
 | 
          
            | 90 |     # Check student2's grade
 | 90 |     # Check student2's grade
 | 
          
            | 91 |     And I should see "100.00" in the "S2 Student2" "table_row"
 | 91 |     And I should see "100.00" in the "S2 Student2" "table_row"
 | 
          
            | Línea 92... | Línea 92... | 
          
            | 92 |     # Check student3's grade
 | 92 |     # Check student3's grade
 | 
          
            | 93 |     And I should see "-" in the "S3 Student3" "table_row"
 | 93 |     And I should see "-" in the "S3 Student3" "table_row"
 | 
          
            | 94 |  
 | 94 |  
 | 
          
            | 95 |     And I set the field "Attempts from" to "all users who have attempted the quiz"
 | 95 |     And I set the field "Attempts from" to "all users who have a quiz attempt"
 | 
          
            | 96 |     And I press "Show report"
 | 96 |     And I press "Show report"
 | 
          
            | 97 |     # Check student1's grade
 | 97 |     # Check student1's grade
 | 
          
            | Línea 98... | Línea 98... | 
          
            | 98 |     And I should see "25.00" in the "S1 Student1" "table_row"
 | 98 |     And I should see "25.00" in the "S1 Student1" "table_row"
 | 
          
            | 99 |     # Check student2's grade
 | 99 |     # Check student2's grade
 | 
          
            | 100 |     And I should see "100.00" in the "S2 Student2" "table_row"
 | - |   | 
          
            | 101 |  
 | - |   | 
          
            | 102 |     # Verify groups are displayed correctly.
 | 100 |     And I should see "100.00" in the "S2 Student2" "table_row"
 | 
          
            | Línea 103... | Línea 101... | 
          
            | 103 |     And I set the field "Visible groups" to "English"
 | 101 |  
 | 
          
            | 104 |     And "Full regrade for group 'English'" "button" should exist
 | 102 |     # Verify groups are displayed correctly.
 | 
          
            | 105 |     And "Dry run a full regrade for group 'English'" "button" should exist
 | 103 |     And I set the field "Visible groups" to "English"
 |