12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
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;
|
|
});
|
|
|
|
|
|
|