GET preview/question/…

Returns the next question for the specified drill or collection of drills in preview mode.

Preview is only available to users with EDIT permission to the drill. Contrary to regular drill practicing it is not possible to combine different drills in preview mode.

Resource URL

https://www.drillster.com/api/2.1.1/question/{drill_id}

Parameters

Field Type Description
drill_id
required
String Unique identifier of the drill to be previewed.

Example value: 5YiBVXMMkIB6FmcLssQ74Q
question
optional
String An optional reference to a specific question. If omitted, the "next" question will be returned.

Example value: 0%3A9r9eTp82YzZyXwXJ1NKZSc

Response

A 2.1.1 QuestionResponse object.