// Numbas version: exam_results_page_options {"name": "MATH6006 CA1 (2018/19) Inverse Trig 6 (Custom Marking)", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variablesTest": {"condition": "", "maxRuns": 100}, "metadata": {"licence": "None specified", "description": ""}, "tags": [], "name": "MATH6006 CA1 (2018/19) Inverse Trig 6 (Custom Marking)", "statement": "

Find $\\frac{dy}{dx}$:

", "variables": {}, "variable_groups": [], "rulesets": {}, "functions": {}, "advice": "", "parts": [{"variableReplacements": [], "showCorrectAnswer": true, "variableReplacementStrategy": "originalfirst", "marks": 0, "prompt": "

$y=\\sin^{-1} \\left( x^{3/2} \\right)$

\n

\n

$\\frac{dy}{dx} = $ [[0]]

", "extendBaseMarkingAlgorithm": true, "unitTests": [], "scripts": {}, "gaps": [{"variableReplacements": [], "showCorrectAnswer": true, "checkingType": "absdiff", "marks": "2", "vsetRange": [0, 1], "answer": "3sqrt(x)/(2sqrt(1-x^3))", "checkVariableNames": false, "variableReplacementStrategy": "originalfirst", "extendBaseMarkingAlgorithm": true, "unitTests": [], "scripts": {}, "vsetRangePoints": 5, "showPreview": true, "checkingAccuracy": 0.001, "expectedVariableNames": [], "type": "jme", "showFeedbackIcon": true, "failureRate": 1, "customMarkingAlgorithm": "malrules:\n [\n [\"1/(sqrt(1-x^3))\", \"Did you forget to use the chain rule?\"]\n ]\n\n\nparsed_malrules: \n map(\n [\"expr\":parse(x[0]),\"feedback\":x[1]],\n x,\n malrules\n )\n\nagree_malrules (Do the student's answer and the expected answer agree on each of the sets of variable values?):\n map(\n len(filter(not x ,x,map(\n try(\n resultsEqual(unset(question_definitions,eval(studentexpr,vars)),unset(question_definitions,eval(malrule[\"expr\"],vars)),settings[\"checkingType\"],settings[\"checkingAccuracy\"]),\n message,\n false\n ),\n vars,\n vset\n )))