mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
update(feat): Multi-Language Support
chore(coding-style): Fix Indentation
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user