Posts by Chrystiomar Chimborski • 13 points
3 posts
-
0
votes2
answers106
viewsQ: How to order questions randomly?
I’m finishing a project of Quiz Unity game in C#, let me try to explain what I need, I already ask the random questions, but I want the answers to be displayed at random as well. I have a list of 5…
-
0
votes1
answer1154
viewsA: Programming a movie function - Characters
I managed to resolve by reversing the order, no if I put the condition to show the correct answer, leaving the if I made the error message. I didn’t use the for.
-
-4
votes2
answers68
viewsQ: Javascript function using For
I have an array with the height of several students and need to sort in groups by height. I do a for to scan the array and inside the for a conditional if to know if the student enters that group,…