@@ -230,7 +230,11 @@ export default {
},
fetchQRCode() {
if (this.examQuestion.answerType === "SINGLE_AUDIO") {
- getQRCode(this.examQuestion.order);
+ if (!getQRCode(this.examQuestion.order)) {
+ setTimeout(() => {
+ this.fetchQRCode();
+ }, 3000);
+ }
}
photoAdded(url) {