Overview

Artcompiler Learning provides web apps for creating and delivering engaging questions with intelligent feedback.

Questions

Each question type is built on a React frontend and a GraphQL backend. These can be used together or separately depending on the desired user experience and host platform support. Integrations, such as the one for Learnosity, are built on top of the React and GraphQL interfaces. Generic web hosts can use these interfaces directly.

Typically, the frontend provides the scorer in addition to the user and author experiences. The backend captures the question state and provides advanced scoring and feedback generation.

What's missing? There are of course many many more question types we could add to the current collection. Let us know what's missing. Send us a note!

Integrations

We currently provide integration with the Learnosity assessment platform and the generic web. Each integration uses the native apis of the respective hosts. The web integration uses React on the frontend and GraphQL on the backend. The Learnosity integration uses the Custom Question Type framework and the Author and Assessment APIs.

Questions are authored in the host platform. For Learnosity this is the Author Site or a custom page built with the Author API. With Artcompiler this is Graffiticode. Once created, questions are immediately available for deliveray. All student and teacher interaction with the question can be automatically captured using the host platform apis.

Was this page helpful?