TestMe API for Craft CMS
An API for front-end use of the TestMe assessment plugin.
To install TestMe API, follow these steps:
- Download & unzip the file and create a
api
directory into your/public
directory - Methods can be accessed through the following:
GET Methods
Get All Assessments
/api/assessments
###Assessment by ID
/api/assessments/[put assessment id here]
Questions in assessment
/api/questions/[put assessment id here]
Answers to Question
/api/answers/[put question id here]