The interface to the game platform will be via a javascript framework which will provide functions for
essential functions such as data requests, and game results (number of questions correct and incorrect).
If you have a good reason, you may request to interact directly with the server using JSON-based web
service requests, instead of using the javascript framework.
In addition, at appropriate intervals you must pass information back to the server. This includes length
of time playing, score, and correct and incorrect items.
If you are selected you will receive the detailed JSON interface. To help you with building and estimating
this game, we have provided the following pseudocode JSON description:
“Metadata”:{
“DifficultyLevel”:<1-5>,
“UserName”:<Text>,
“UserAvatar”:<Image>,
“LessonName”:<Text>,
“LessonImage”:<Image>,
“LessonCreatorName”:<Text>,
“LessonCreatorLogo”:<Image>,
“QuestionType”:<”text” or “image” or “audio”>,
“AnswerType”:<”text” or “image”
}
I have right now CallJs Plugin which allows to call javascript in Construct-2 ..... My Question is that Can I make Javascript Interface of game Using CallJs or whatever on Construct-2