- 11 Oct 2024
- 3 Minutes to read
- Print
Returns evaluation data for a specific evaluation
- Updated on 11 Oct 2024
- 3 Minutes to read
- Print
The GetEvaluationResponses command returns evaluation responses.
All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".
The unique identifier of the evaluation.
The date/time (in Unix epoch time) that the evaluation response is after.
The date/time (in Unix epoch time) that the evaluation response is after.
The unique identifier of the class the evaluation was taken in.
The unique identifier of the event the evaluation was taken in.
OK Response.
{
"Responses": [
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Multiple Choice, Multiple Answers",
"Label": "",
"A1DText": "Answer 2",
"A1DWeight": 0,
"A2DText": null,
"A2DWeight": null,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, One Answer Per Row",
"Label": "",
"A1DText": "Row 1",
"A1DWeight": 0,
"A2DText": "Column 2",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, One Answer Per Row",
"Label": "",
"A1DText": "Row 2",
"A1DWeight": 0,
"A2DText": "Column 2",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, One Answer Per Row",
"Label": "",
"A1DText": "Row 3",
"A1DWeight": 0,
"A2DText": "Column 2",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, Multiple Answers Per Row",
"Label": "",
"A1DText": "Row 1",
"A1DWeight": 0,
"A2DText": "Column 1",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, Multiple Answers Per Row",
"Label": "",
"A1DText": "Row 3",
"A1DWeight": 0,
"A2DText": "Column 3",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Single Textbox",
"Label": "",
"A1DText": null,
"A1DWeight": null,
"A2DText": null,
"A2DWeight": null,
"TextAnswer": "Just answer 2"
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Multiple Textboxs",
"Label": "",
"A1DText": "Textbox 1",
"A1DWeight": 0,
"A2DText": null,
"A2DWeight": null,
"TextAnswer": "Textboxes 2 and 3 are blank."
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Multiple Textboxs",
"Label": "",
"A1DText": "Textbox 2",
"A1DWeight": 0,
"A2DText": null,
"A2DWeight": null,
"TextAnswer": "This is answer 2"
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Multiple Textboxs",
"Label": "",
"A1DText": "Textbox 1",
"A1DWeight": 0,
"A2DText": null,
"A2DWeight": null,
"TextAnswer": "This is answer 1"
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Single Textbox",
"Label": "",
"A1DText": null,
"A1DWeight": null,
"A2DText": null,
"A2DWeight": null,
"TextAnswer": "I answered 1 and 2"
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, Multiple Answers Per Row",
"Label": "",
"A1DText": "Row 3",
"A1DWeight": 0,
"A2DText": "Column 3",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"QuestionText": "Matrix, Multiple Answers Per Row",
"Label": "",
"A1DText": "Row 3",
"A1DWeight": 0,
"A2DText": "Column 1",
"A2DWeight": 0,
"TextAnswer": null
},
{
"Number": "Sample0101",
"Name": "Sample Lab 0101",
"Tag": null,
"Start": 1333267200,
"End": 1333299600,
"Label": "",
"QuestionText": "Matrix, Multiple Answers Per Row",
"A1DText": "Row 2",
"A1DWeight": 0,
"A2DText": "Column 3",
"A2DWeight": 0,
"TextAnswer": null
}
],
"Error": null,
"Status": 1
}
The lab number.
The lab name.
The tag associated with the lab instance.
The start time of the lab instance (in Unix epoch time).
The end time of the lab instance (in Unix epoch time).
The text of the evaluation question.
The text of the evaluation question.
The text of the 1D answer option.
The associated weight of the 1D answer option.
The text of the 2D answer option.
The associated weight of the 2D answer option.
The manually entered answer to the evaluation question.
In the event of an error, this will contain a detailed error message.
Indicates the status of the API request.
0 = Error
1 = Success