-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Integration contact of WirisQuizzes and your assessment system
Reading time: 1minThe following points are the integration contact of WirisQuizzes and your platform. They are divided between client-side (HTML + JavaScript) and server-side (Java, .Net, PHP, Flash, JavaScript + web service calls), and they are cumulative on ongoing bundles:
Bundle 1: Open answer with default equivalence criteria
On the client-side,
- Authoring: replace your plaintext input for the correct answer with a MathType editor.
- Delivery: replace your plaintext input for the student answer with a MathType editor with syntax checking.
On the server-side,
- Delivery: Use the API to our validation web service to grade the student answer.
Bundle 2: Open answer with different equivalence criteria
On the client-side,
Authoring: Replace your correct answer input field with the WirisQuizzes Studio.
Delivery: As in Bundle 1. Additionally, you may display some automatic feedback.
On the server-side,
Authoring: Save the question options.
Delivery: Use the API to call the validation web service to grade the student answer.
Bundle 3. Random questions
On the client-side,
Authoring: As in Bundle 2
Delivery: As in Bundle 2
On the server-side,
Authoring: Save the question options.
Delivery: Use the API to call the web service to generate the random parameters and to render the question statement with equations and graphs. Use the API to call the web service to grade the student answer. Use the API to call the web service to generate the feedback equations and graphs.