Skip to content
Snippets Groups Projects
user avatar
DevAdmin authored
868105ce
History

TestMe API for Craft CMS

An API for front-end use of the TestMe assessment plugin.

To install TestMe API, follow these steps:

  1. Download & unzip the file and create a api directory into your /public directory
  2. 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]