classmarker / API-PHP-MYSQL-SAMPLE-CODE

ClassMarker is a secure online Quiz Maker platform for Business and Education for giving online exams and assessments. Our API gives access to downloading Test results to 3rd party systems.
https://www.classmarker.com
MIT License
2 stars 4 forks source link

Sample Code Doesn't work #1

Open ajainops opened 2 months ago

ajainops commented 2 months ago

The API Sample code for Add or delete the access codes doesn't do anything after executing. Pleses check why its not working.

https://www.classmarker.com/online-testing/api/developers/

eltreno commented 2 months ago

@ajainops The API is working without any issues, you will need to check your code to understand why it is not working.

Please review correct documentation for add/delete Access codes: https://www.classmarker.com/online-testing/docs/api/#post-access-codes

Please also use this api-client: https://github.com/classmarker/api-client

Some things to check:

You should see any error messages detailing what is wrong if your code is still not working after this.