spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit b2617c814b921dde72320e497b098aea5f355fc4
parent 0b2a69bea14c8c081f2cf2e27c503b8cef0ff012
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Tue,  9 Mar 2021 17:49:22 -0800

Fix issue with audio prompts

Diffstat:
Mjs/quizzer.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/quizzer.js b/js/quizzer.js @@ -82,7 +82,7 @@ let quizzer = Vue.component("quizzer", { // Read prompt if (this.settings.promptType !== "Text") { - Read(this.prompt[1], this.prompt[0]); + this.Read(this.prompt[1], this.prompt[0]); } // Get voice input