@playcademy/sandbox 0.7.1-beta.8 → 0.7.1-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/constants.js CHANGED
@@ -109,7 +109,7 @@ var init_timeback = __esm(() => {
109
109
  "Math",
110
110
  "None"
111
111
  ];
112
- ASSESSMENT_PURPOSES = ["end_of_course", "diagnostic", "review"];
112
+ ASSESSMENT_PURPOSES = ["end_of_course", "diagnostic", "review", "mastery"];
113
113
  TIMEBACK_ASSESSMENT_REVIEW_REQUEST_LIMITS = {
114
114
  standards: 20,
115
115
  itemsPerStandard: 5,