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

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/11862/?format=api",
    "name": "Calculate the Spearman rank correlation coefficient and p-value",
    "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/11862/calculate-the-spearman-rank-correlation-coefficient-and-p-value/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/11862/calculate-the-spearman-rank-correlation-coefficient-and-p-value/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/11862/calculate-the-spearman-rank-correlation-coefficient-and-p-value.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/11862/calculate-the-spearman-rank-correlation-coefficient-and-p-value.exam?format=api",
    "metadata": {
        "notes": "\n                                                                                            \t\t<p><strong>30/09/2102:</strong></p>\n                                                                                            \t\t                                            <p>Introduced three functions:</p>\n                                                                                            \t\t                                            <p>1. To produce the ranking of a list of 8 numbers.</p>\n                                                                                            \t\t                                            <p>2. To produce a list of 8 numbers from a scale of 1..20 which are all distinct.</p>\n                                                                                            \t\t                                            <p>3. To produce the maximum of the numbers in a list.</p>\n                                                                                            \t\t                                            <p>4. Given an array such as in 2. to find another such array which has max diff between any two corresponding entries less than a given number. This is to ensure that the two array produced do not differ too much, as the point of the exercise is to show that there is a positive high correlation.</p>\n                                                                                            \t\t                                            <p>&nbsp;</p>\n                                                                                            \t\t",
        "licence": "Creative Commons Attribution 4.0 International",
        "description": "<p>Spearman rank correlation calculated. 8 paired observations.</p>"
    },
    "status": null,
    "resources": []
}