|
@@ -705,7 +705,7 @@ export default {
|
|
|
let iiframe = this.$refs["iiframe"];
|
|
|
iiframe.contentWindow.window.document.getElementById(
|
|
|
"languageOptions"
|
|
|
- ).selectedIndex = 2;
|
|
|
+ ).selectedIndex = this.languageRadio;
|
|
|
iiframe.contentWindow.testdoContinuousPronunciationAssessment();
|
|
|
this.controlsStatus = 1;
|
|
|
this.recordedForm.status = 1;
|
|
@@ -918,7 +918,7 @@ export default {
|
|
|
let iiframe = this.$refs["iiframe"];
|
|
|
iiframe.contentWindow.window.document.getElementById(
|
|
|
"languageOptions"
|
|
|
- ).selectedIndex = 2;
|
|
|
+ ).selectedIndex = this.languageRadio;
|
|
|
iiframe.contentWindow.testdoContinuousPronunciationAssessment();
|
|
|
this.controlsStatus = 1;
|
|
|
this.recordedForm.status = 1;
|
|
@@ -1348,7 +1348,7 @@ export default {
|
|
|
|
|
|
iiframe.contentWindow.window.document.getElementById(
|
|
|
"languageOptions"
|
|
|
- ).selectedIndex = 2;
|
|
|
+ ).selectedIndex = this.languageRadio;
|
|
|
_this.transcriptionData.content = "";
|
|
|
iiframe.contentWindow.onRecognizedResult = function (e) {
|
|
|
if (flag) {
|