@speakableio/core 1.0.1 → 1.0.2

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.
@@ -846,7 +846,21 @@ var ANALYTICS_EVENT_TYPES = {
846
846
  MC_FAIL: "multiple_choice_fail",
847
847
  MC_ERROR: "multiple_choice_error",
848
848
  ACTFL_LEVEL: "actfl_level",
849
- WIDA_LEVEL: "wida_level"
849
+ WIDA_LEVEL: "wida_level",
850
+ // New events
851
+ VIEW_SCORES_MODAL: "view_scores_modal",
852
+ SHORT_ANSWER_SUCCESS: "short_answer_success",
853
+ SHORT_ANSWER_FAIL: "short_answer_fail",
854
+ SHORT_ANSWER_ERROR: "short_answer_error",
855
+ RETRY: "retry",
856
+ MESSAGE_SENT: "message_sent",
857
+ MESSAGE_ERROR: "message_error",
858
+ VIEW_DETAILS_CLICK: "view_details_click",
859
+ TABS_CLICK: "tabs_click",
860
+ VIEW_MEDIA: "view_media",
861
+ VIEW_SCORES: "view_scores",
862
+ VIEW_GRADING_METHOD: "view_grading_method",
863
+ VIEW_FEEDBACK: "view_feedback"
850
864
  };
851
865
 
852
866
  // src/lib/firebase/firebase-analytics/assignment.ts