GET /api/questions/12124/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/12124/?format=api",
    "name": "Find mean, standard deviation, median and interquartile range of sample, ",
    "published": true,
    "project": "https://numbas.mathcentre.ac.uk/api/projects/601/?format=api",
    "author": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/697/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/697/?format=api",
        "full_name": "Newcastle University Mathematics and Statistics",
        "pk": 697,
        "avatar": {
            "20x20": "https://numbas.mathcentre.ac.uk/media/avatars/UnivNcle-shield_mKn5GZP.20x20.png",
            "40x40": "https://numbas.mathcentre.ac.uk/media/avatars/UnivNcle-shield_mKn5GZP.40x40.png",
            "150x150": "https://numbas.mathcentre.ac.uk/media/avatars/UnivNcle-shield_mKn5GZP.150x150.png"
        }
    },
    "edit": "https://numbas.mathcentre.ac.uk/question/12124/find-mean-standard-deviation-median-and-interquartile-range-of-sample/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/12124/find-mean-standard-deviation-median-and-interquartile-range-of-sample/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/12124/find-mean-standard-deviation-median-and-interquartile-range-of-sample.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/12124/find-mean-standard-deviation-median-and-interquartile-range-of-sample.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>&nbsp;<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>",
        "licence": "Creative Commons Attribution 4.0 International",
        "description": "<p>Given sample data find mean, standard deviation, median, interquartile range,</p>"
    },
    "status": null,
    "resources": []
}