Initial commit

This commit is contained in:
Senad Uka
2022-01-29 16:47:06 +01:00
commit 5f7892f8d3
44 changed files with 1851 additions and 0 deletions

View 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;
});