Working with JSON API, manipulating data and display with repeater (Open Trivia DB)

You're right this is not the best way to do this :slight_smile:

You want to create a new array that holds both the correct and incorrect answers:

return correct_answer.concat(incorrect_answers);

You can read this topic to learn about array concatenation. The above code is JavaScript and runs within the RunJS module:

You can also get rid of the 25%/75% design thingy you made - you only need one repeater filling 100%