commons-assessment 12.0.5 → 12.0.6
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/bundles/commons-assessment.umd.js +1 -2
- package/bundles/commons-assessment.umd.js.map +1 -1
- package/esm2015/lib/modules/assessment-taker/assessment-taker.component.js +2 -3
- package/fesm2015/commons-assessment.js +1 -2
- package/fesm2015/commons-assessment.js.map +1 -1
- package/package.json +1 -1
|
@@ -1835,7 +1835,7 @@
|
|
|
1835
1835
|
this.snackbarMessage = new i0.EventEmitter();
|
|
1836
1836
|
this.submitAssessment = new i0.EventEmitter();
|
|
1837
1837
|
this.stepChanged = new i0.EventEmitter();
|
|
1838
|
-
this.showLoader =
|
|
1838
|
+
this.showLoader = true;
|
|
1839
1839
|
this.questionBank = {};
|
|
1840
1840
|
this.assessmentQuestionPaperData = {};
|
|
1841
1841
|
this.assessmentData = {};
|
|
@@ -1870,7 +1870,6 @@
|
|
|
1870
1870
|
}
|
|
1871
1871
|
if (this.assessmentInstanceId) {
|
|
1872
1872
|
if (!this.assessmentContext) {
|
|
1873
|
-
this.showLoader = true;
|
|
1874
1873
|
this.loadAssessmentData();
|
|
1875
1874
|
}
|
|
1876
1875
|
else {
|