Very Useful Thanks! 😊😊😊😊 i want to make a randomized quiz but i have a lot of data generated in a document is there any way i can link it in gdevolep? the document is like question answer wrong1 wrong2 what is.... answer wrong1 wrong2 i have to make the options also randomized
Hey there!! There might be some ways, but it might not be "easy". I can fiddle around and see if there's a simple way to do it, I intended to include a randomized set of questions in the tutorial video, but I thought it would be too much for a simple quiz. However, you could use a "random in range" value for the variable, which would select a random set of answers. It's not hard, just a bit tedious because you do the manual work. I might need to make a quick tutorial on randomization to demonstrate it. Another option, and easy to get started with is to feed the info to an LLM (like ChatGPT) and link it to GDevelop. I used to have ChatGPT Pro many months ago, and you could give it custom knowledge. However, it's not free ($20 a month); I was a subscriber at the time. It would handle all of that for you. The "hard" part is connecting the LLM to GDevelop, however, it is possible because I did it for a test game. There's a video on my channel where I tested something similar using a fortune teller game experiment. I really need to make a more indepth video on that but it's not exactly "beginner friendly" but I will try to do a tut very soon.
I'm having a problem, when the first question done, the next question appear and i cant seem to click, i set hovered the button but when i hovered, it didnt trigger the hover and i cant click the answer button on 2nd question
Hm. Time to investigate. Did you make sure to check all the variables and see if they were turned off? Make sure to check all variables. I will be doing more vids soon. Tied up with regular work atm.
@@StellarGamingDev Thanks for replying me, i figured out but forgot to reply my own comment. It was because i didnt choose the button thing, i chose tilesprite instead so it didn't work
I am stuck on 'The number of scene variables QuestionSelect = 0" can't find that option at all and when I play the game the text won't update, not for the buttons not for the question either. Any help?
@@StellarGamingDev yeah so I did my own research in the meantime and tried all possible ways I’ve found with variables, I made it work. It became just ‘Change Variables QuestionSelected add 1’ or =0 depends on your preferences. But thanks for your reply
This is so useful!, thank you for this tutorial mate ☺
😎😎!!!
Very Useful Thanks! 😊😊😊😊
i want to make a randomized quiz but i have a lot of data generated in a document is there any way i can link it in gdevolep?
the document is like
question answer wrong1 wrong2
what is.... answer wrong1 wrong2
i have to make the options also randomized
Hey there!!
There might be some ways, but it might not be "easy".
I can fiddle around and see if there's a simple way to do it,
I intended to include a randomized set of questions in the tutorial video, but I thought it would be too much for a simple quiz. However, you could use a "random in range" value for the variable, which would select a random set of answers. It's not hard, just a bit tedious because you do the manual work.
I might need to make a quick tutorial on randomization to demonstrate it.
Another option, and easy to get started with is to feed the info to an LLM (like ChatGPT) and link it to GDevelop. I used to have ChatGPT Pro many months ago, and you could give it custom knowledge. However, it's not free ($20 a month); I was a subscriber at the time. It would handle all of that for you. The "hard" part is connecting the LLM to GDevelop, however, it is possible because I did it for a test game.
There's a video on my channel where I tested something similar using a fortune teller game experiment. I really need to make a more indepth video on that but it's not exactly "beginner friendly" but I will try to do a tut very soon.
Thanks I will try
I'm having a problem, when the first question done, the next question appear and i cant seem to click, i set hovered the button but when i hovered, it didnt trigger the hover and i cant click the answer button on 2nd question
Hm. Time to investigate. Did you make sure to check all the variables and see if they were turned off? Make sure to check all variables. I will be doing more vids soon. Tied up with regular work atm.
@@StellarGamingDev Thanks for replying me, i figured out but forgot to reply my own comment. It was because i didnt choose the button thing, i chose tilesprite instead so it didn't work
I am stuck on 'The number of scene variables QuestionSelect = 0" can't find that option at all and when I play the game the text won't update, not for the buttons not for the question either. Any help?
I'll look over it today and provide you an update soon. It's probably something simple I need to check into.
@@StellarGamingDev yeah so I did my own research in the meantime and tried all possible ways I’ve found with variables, I made it work. It became just ‘Change Variables QuestionSelected add 1’ or =0 depends on your preferences. But thanks for your reply
@@Vindepemarte No problem. Sorry for the late response to the previous question. I didn't get a notification there was a new comment from YT.