ClassMarker is a secure online Quiz Maker platform for Business and Education for giving exams and assessments.
Our API gives access to downloading Test results to 3rd party systems.
Use the included files to:
Note: See Directory "example_response_files" to locally host response files to easily request and debug your application using local files (Handy if your ClassMarker.com account does not have test results saved as yet).
Our API allows you to retrieve your Quiz results directly from ClassMarker.com. You can use this sample PHP/MySQL code with ClassMarker to save you time having to build a quiz maker system.
https://www.classmarker.com/online-testing/api/developers
Create a MySQL database and run the SQL to create 5 tables
See: create_classmarker_tables.txt
Add .php files to your webserver
Move credentials.php to a safe location un-accessible from www Configure credentials.php to add database access and your support email address.
Configure request_classmarker_results.php to download results from Links or groups as instructed in the file
See: https://www.classmarker.com/online-testing/api/developers#explain
Run request_classmarker_results.php to download results request_classmarker_results.php - can be called from Browser or Command line
View view_classmarker_results.php in browser to see downloaded results.
You can then either
ClassMarker Pty Ltd accepts no responsibility whatsoever from usage of these API scripts and Classes and shall be held harmless from any and all litigation, liability, and responsibilities.