Javascript
Learn about Javascript, the programming language of the web, and the language in which MinnoJS scripts are written.
The tasks we use are created in a simplified Javascript environment. So we first introduce some very basic Javascript to get you started.
Structurally, each task is composed of frames (each defined using Javascript). For instance, the basic frame for miQuest (our questionnaires component) is the page, which holds several sub-frames: the questions. Each page or question is represented by an object (defined with Javascript). The programming of a task involves setting the properties of these objects (e.g., set the wording of your question into a question object). The properties of these objects are discussed in the API section of each of their respective documentation sites.
You will learn the basics of composing a task from these objects in the Creating a task section.
Learn about Javascript, the programming language of the web, and the language in which MinnoJS scripts are written.
The structure of a MinnoJS task
How to put your tasks on the internet, and a little bit about servers.
The programming interface provided by MinnoJS tasks.