survey-analytics 1.9.55 → 1.9.56

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Analytics library v1.9.55
2
+ * surveyjs - SurveyJS Analytics library v1.9.56
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -65,6 +65,7 @@ declare module "localization/english" {
65
65
  showPerValues: string;
66
66
  showPerColumns: string;
67
67
  answer: string;
68
+ correctAnswer: string;
68
69
  percent: string;
69
70
  responses: string;
70
71
  };
@@ -151,6 +152,7 @@ declare module "localizationManager" {
151
152
  showPerValues: string;
152
153
  showPerColumns: string;
153
154
  answer: string;
155
+ correctAnswer: string;
154
156
  percent: string;
155
157
  responses: string;
156
158
  };