/grade/tests/behat/grade_calculated_grade_items.feature

http://github.com/moodle/moodle · Gherkin Specification · 163 lines · 159 code · 4 blank · 0 comment · 4 complexity · a34d78bb4e392c52c5ef0dcefdadebbe MD5 · raw file

  1. @core @core_grades
  2. Feature: Calculated grade items can be used in the gradebook
  3. In order to use calculated grade items in the gradebook
  4. As a teacher
  5. I need setup calculated grade items in the 'Gradebook setup' page.
  6. Background:
  7. Given the following "courses" exist:
  8. | fullname | shortname | category | groupmode |
  9. | Course 1 | C1 | 0 | 1 |
  10. And the following "users" exist:
  11. | username | firstname | lastname | email | idnumber |
  12. | teacher1 | Teacher | 1 | teacher1@example.com | t1 |
  13. | student1 | Student | 1 | student1@example.com | s1 |
  14. | student2 | Student | 2 | student2@example.com | s2 |
  15. And the following "course enrolments" exist:
  16. | user | course | role |
  17. | teacher1 | C1 | editingteacher |
  18. | student1 | C1 | student |
  19. | student2 | C1 | student |
  20. And I log in as "admin"
  21. And I am on "Course 1" course homepage
  22. And I navigate to "Setup > Gradebook setup" in the course gradebook
  23. @javascript
  24. Scenario: The max grade for a category item, with a calculation using Natural aggregation, can be changed
  25. Given I press "Add category"
  26. And I set the following fields to these values:
  27. | Category name | Calc cat |
  28. And I press "Save changes"
  29. And I press "Add grade item"
  30. And I set the following fields to these values:
  31. | Item name | grade item 1 |
  32. | Grade category | Calc cat |
  33. And I press "Save changes"
  34. And I set "=[[gi1]]/2" calculation for grade category "Calc cat" with idnumbers:
  35. | grade item 1 | gi1 |
  36. And I set the following settings for grade item "Calc cat":
  37. | Maximum grade | 50 |
  38. And I navigate to "View > Grader report" in the course gradebook
  39. And I turn editing mode on
  40. And I give the grade "75.00" to the user "Student 1" for the grade item "grade item 1"
  41. And I press "Save changes"
  42. And I navigate to "View > User report" in the course gradebook
  43. And I select "Student 1" from the "Select all or one user" singleselect
  44. And the following should exist in the "user-grade" table:
  45. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  46. | grade item 1 | - | 75.00 | 0100 | 75.00 % | - |
  47. | Calc cat totalInclude empty grades. | 100.00 % | 37.50 | 050 | 75.00 % | - |
  48. | Course total | - | 37.50 | 050 | 75.00 % | - |
  49. @javascript
  50. Scenario: Changing max grade for a category item with a calculation that has existing grades will display the same points with the new max grade values immediately.
  51. Given I press "Add category"
  52. And I set the following fields to these values:
  53. | Category name | Calc cat |
  54. And I press "Save changes"
  55. And I press "Add grade item"
  56. And I set the following fields to these values:
  57. | Item name | grade item 1 |
  58. | Grade category | Calc cat |
  59. And I press "Save changes"
  60. And I set "=[[gi1]]/2" calculation for grade category "Calc cat" with idnumbers:
  61. | grade item 1 | gi1 |
  62. And I set the following settings for grade item "Calc cat":
  63. | Maximum grade | 50 |
  64. And I navigate to "View > Grader report" in the course gradebook
  65. And I press "Turn editing on"
  66. And I give the grade "75.00" to the user "Student 1" for the grade item "grade item 1"
  67. And I press "Save changes"
  68. And I navigate to "View > User report" in the course gradebook
  69. And I select "Student 1" from the "Select all or one user" singleselect
  70. And the following should exist in the "user-grade" table:
  71. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  72. | grade item 1 | - | 75.00 | 0100 | 75.00 % | - |
  73. | Calc cat totalInclude empty grades. | 100.00 % | 37.50 | 050 | 75.00 % | - |
  74. | Course total | - | 37.50 | 050 | 75.00 % | - |
  75. And I navigate to "Setup > Gradebook setup" in the course gradebook
  76. And I set the following settings for grade item "Calc cat":
  77. | Maximum grade | 40 |
  78. And I navigate to "View > Grader report" in the course gradebook
  79. And I give the grade "65.00" to the user "Student 2" for the grade item "grade item 1"
  80. And I press "Save changes"
  81. And I navigate to "View > User report" in the course gradebook
  82. When I select "Student 1" from the "Select all or one user" singleselect
  83. Then the following should exist in the "user-grade" table:
  84. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  85. | grade item 1 | - | 75.00 | 0100 | 75.00 % | - |
  86. | Calc cat totalInclude empty grades. | 100.00 % | 37.50 | 040 | 93.75 % | - |
  87. | Course total | - | 37.50 | 040 | 93.75 % | - |
  88. And I select "Student 2" from the "Select all or one user" singleselect
  89. And the following should exist in the "user-grade" table:
  90. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  91. | grade item 1 | - | 65.00 | 0100 | 65.00 % | - |
  92. | Calc cat totalInclude empty grades. | 100.00 % | 32.50 | 040 | 81.25 % | - |
  93. | Course total | - | 32.50 | 040 | 81.25 % | - |
  94. And I navigate to "Setup > Course grade settings" in the course gradebook
  95. And I set the following fields to these values:
  96. | Min and max grades used in calculation | Initial min and max grades |
  97. And I press "Save changes"
  98. And I navigate to "View > User report" in the course gradebook
  99. And I select "Student 1" from the "Select all or one user" singleselect
  100. And the following should exist in the "user-grade" table:
  101. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  102. | grade item 1 | - | 75.00 | 0100 | 75.00 % | - |
  103. | Calc cat totalInclude empty grades. | 100.00 % | 37.50 | 040 | 93.75 % | - |
  104. | Course total | - | 37.50 | 040 | 93.75 % | - |
  105. And I select "Student 2" from the "Select all or one user" singleselect
  106. And the following should exist in the "user-grade" table:
  107. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  108. | grade item 1 | - | 65.00 | 0100 | 65.00 % | - |
  109. | Calc cat totalInclude empty grades. | 100.00 % | 32.50 | 040 | 81.25 % | - |
  110. | Course total | - | 32.50 | 040 | 81.25 % | - |
  111. @javascript
  112. Scenario: Values in calculated grade items are not always out of one hundred
  113. Given I press "Add grade item"
  114. And I set the following fields to these values:
  115. | Item name | grade item 1 |
  116. And I press "Save changes"
  117. And I press "Add grade item"
  118. And I set the following fields to these values:
  119. | Item name | calc item |
  120. And I press "Save changes"
  121. And I set "=[[gi1]]/2" calculation for grade item "calc item" with idnumbers:
  122. | grade item 1 | gi1 |
  123. And I set the following settings for grade item "calc item":
  124. | Maximum grade | 50 |
  125. And I navigate to "Setup > Course grade settings" in the course gradebook
  126. And I set the following fields to these values:
  127. | Min and max grades used in calculation | Initial min and max grades |
  128. And I press "Save changes"
  129. And I navigate to "View > Grader report" in the course gradebook
  130. And I press "Turn editing on"
  131. And I give the grade "75.00" to the user "Student 1" for the grade item "grade item 1"
  132. And I press "Save changes"
  133. And I navigate to "View > User report" in the course gradebook
  134. When I select "Student 1" from the "Select all or one user" singleselect
  135. Then the following should exist in the "user-grade" table:
  136. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  137. | grade item 1 | 66.67 % | 75.00 | 0100 | 75.00 % | 50.00 % |
  138. | calc item | 33.33 % | 37.50 | 050 | 75.00 % | 25.00 % |
  139. | Course total | - | 112.50 | 0150 | 75.00 % | - |
  140. And I navigate to "Setup > Gradebook setup" in the course gradebook
  141. And I set the following settings for grade item "calc item":
  142. | Rescale existing grades | No |
  143. | Maximum grade | 40 |
  144. And I navigate to "View > Grader report" in the course gradebook
  145. And I give the grade "65.00" to the user "Student 2" for the grade item "grade item 1"
  146. And I press "Save changes"
  147. And I navigate to "View > User report" in the course gradebook
  148. And I select "Student 1" from the "Select all or one user" singleselect
  149. And the following should exist in the "user-grade" table:
  150. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  151. | grade item 1 | 71.43 % | 75.00 | 0100 | 75.00 % | 53.57 % |
  152. | calc item | 28.57 % | 37.50 | 040 | 93.75 % | 26.79 % |
  153. | Course total | - | 112.50 | 0140 | 80.36 % | - |
  154. And I select "Student 2" from the "Select all or one user" singleselect
  155. And the following should exist in the "user-grade" table:
  156. | Grade item | Calculated weight | Grade | Range | Percentage | Contribution to course total |
  157. | grade item 1 | 71.43 % | 65.00 | 0100 | 65.00 % | 46.43 % |
  158. | calc item | 28.57 % | 32.50 | 040 | 81.25 % | 23.21 % |
  159. | Course total | - | 97.50 | 0140 | 69.64 % | - |