GET /api/questions/456/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"url": "https://numbas.mathcentre.ac.uk/api/questions/456/?format=api",
"name": "BS1.5",
"published": true,
"project": "https://numbas.mathcentre.ac.uk/api/projects/3/?format=api",
"author": {
"url": "https://numbas.mathcentre.ac.uk/api/users/6/?format=api",
"profile": "https://numbas.mathcentre.ac.uk/accounts/profile/6/?format=api",
"full_name": "Bill Foster",
"pk": 6,
"avatar": null
},
"edit": "https://numbas.mathcentre.ac.uk/question/456/bs1-5/?format=api",
"preview": "https://numbas.mathcentre.ac.uk/question/456/bs1-5/preview/?format=api",
"download": "https://numbas.mathcentre.ac.uk/question/456/bs1-5.zip?format=api",
"source": "https://numbas.mathcentre.ac.uk/question/456/bs1-5.exam?format=api",
"metadata": {
"notes": "<p>Note that the uquartile and lquartile are calculated as given by the functions below these may change!</p>\n <p> <strong>21/12/2012:</strong></p>\n <p>Three user defined functions. Added tag udf.</p>\n <p>flattenint, takes an array of arrays with integers leaves and converts to an integer array by flattening the array. Other two functions, uquartile and lquartile find the lower and upper quartiles.</p>\n <p>Scenarios possible, added sc.</p>\n <p><strong>22/10/2013:</strong></p>\n <p><strong><br /></strong>Redefined functions uquartile and lquartile to fit new definitions. Added helper udf interpolate.</p>",
"description": "<p>Given sample data find mean, standard deviation, median, interquartile range.</p>\n <p>Note that there are different versions of the upper and lower quartiles, so you may want to include your own versions - see the user defined functions in the question.</p>",
"licence": "Creative Commons Attribution 4.0 International"
},
"status": null,
"resources": []
}