I want to change text object (QuestionTexr and AnswerText) into text that I made with JSON file. I follow some tutorial but it just show 0. Can anyone help me what event action and condition that I need it?
{
"questions": [
{
"question": "Apa ibukota Indonesia?",
"options": ["Jakarta", "Bandung", "Surabaya", "Medan"],
"answer": "Jakarta"
},
{
"question": "Siapa presiden pertama Indonesia?",
"options": ["Soekarno", "Soeharto", "Habibie", "Megawati"],
"answer": "Soekarno"
}
],
"points_per_correct_answer": 10
}