Developer Testing
Confirmation of Standards Adherence
Activity | Date Tested | Notes |
| Using BB Learn standard elements | |
| as compliant as BB Learn | |
| as accessible as BB Learn |
Developer Tests and Outcomes
Test | Outcome |
Student Gradebook Column view | |
-DB query retrieves gradebook columns for latest graded attempts for current user in current course | PASS |
-Display gradebook column found from DB query that link to rubric view | PASS |
-Display suitable error message when no database connection not available | PASS |
-Display suitable message when no data is found for current user in current course | PASS |
Student Rubric View | |
-DB query retrieves rubric data for latest graded attempt for current user in current course in selected gradebook column | PASS |
-If the number of Learning Objective <= 5 display horizontaly otherwise display verticaly | PASS |
-Display suitable error message when no database connection not available | PASS |
-Display Gradebook grade data if not translated Letter grade is available | PASS |
Staff Gradebook Column View | |
-DB query retrieves gradebook column data for latest graded attempts for all users in current course | PASS |
-Display suitable error message when no database connection not available | PASS |
-Display suitable message when no data is found in current course | PASS |
Staff Rubric View (CSV download) | |
-DB query retrieves rubric data for latest graded attempt for all users in current course in single selected (or all) gradebook columns | PASS |
-Display suitable error message when no database connection not available | PASS |
-Display Gradebook grade data if not translated Letter grade is available | PASS |
Building block error logging | PASS |