@timeback/core 0.1.7-beta.20260310173551 → 0.2.0

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.
@@ -6,5 +6,6 @@ var CALIPER_ENV_VARS = {
6
6
  clientSecret: ["TIMEBACK_API_CLIENT_SECRET", "TIMEBACK_CLIENT_SECRET", "CALIPER_CLIENT_SECRET"]
7
7
  };
8
8
  var CALIPER_DATA_VERSION = "http://purl.imsglobal.org/ctx/caliper/v1p2";
9
+ var QUESTION_RESULT_SCORE_TYPE = "QUESTION_RESULT";
9
10
 
10
- export { CALIPER_ENV_VARS, CALIPER_DATA_VERSION };
11
+ export { CALIPER_ENV_VARS, CALIPER_DATA_VERSION, QUESTION_RESULT_SCORE_TYPE };