update(feat): Multi-Language Support

chore(coding-style): Fix Indentation
This commit is contained in:
nearbyplayer
2017-09-21 12:23:36 -04:00
parent 072ef503b2
commit 4c7e767a1d
11 changed files with 633 additions and 386 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ function closeAll() {
function openQuestionnaire() {
$(".questionnaire-container").css("display", "block");
var randomQuestion = getRandomQuestion();
$("#questionNumero").html("Question : " + questionNumber);
$("#questionNumero").html("Question: " + questionNumber);
$("#question").html(tableauQuestion[randomQuestion].question);
$(".answerA").html(tableauQuestion[randomQuestion].propositionA);
$(".answerB").html(tableauQuestion[randomQuestion].propositionB);