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

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/517/?format=api",
    "name": "Spearman2",
    "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/517/spearman2/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/517/spearman2/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/517/spearman2.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/517/spearman2.exam?format=api",
    "metadata": {
        "notes": "\n    \t\t                                    \t\t                \t\t<p><strong>30/09/2102:</strong></p>\n    \t\t                                    \t\t                \t\t                                            <p>Introduced three functions:</p>\n    \t\t                                    \t\t                \t\t                                            <p>1. To produce the ranking of a list of 8 numbers.</p>\n    \t\t                                    \t\t                \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                                    \t\t                \t\t                                            <p>3. To produce the maximum of the numbers in a list.</p>\n    \t\t                                    \t\t                \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                                    \t\t                \t\t                                            <p>&nbsp;</p>\n    \t\t                                    \t\t                \n    \t\t                                    \n    \t\t",
        "description": "<p>Spearman rank correlation calculated. 10 paired observations.</p>",
        "licence": "Creative Commons Attribution 4.0 International"
    },
    "status": null,
    "resources": []
}