Initial commit
This commit is contained in:
12
objects/QuestionGUI/Create_0.gml
Normal file
12
objects/QuestionGUI/Create_0.gml
Normal file
@@ -0,0 +1,12 @@
|
||||
http("http://localhost:10000","GET","",{},function(status,result){
|
||||
var question = json_parse(result);
|
||||
global.questionmap[? "category"] = question.category;
|
||||
global.questionmap[? "question"] = question.question;
|
||||
global.questionmap[? 1] = question.answer1;
|
||||
global.questionmap[? 2] = question.answer2;
|
||||
global.questionmap[? 3] = question.answer3;
|
||||
global.questionmap[? 4] = question.answer4;
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user