// Numbas version: finer_feedback_settings {"name": "Randomise variable names - expression() version", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variablesTest": {"maxRuns": 100, "condition": ""}, "rulesets": {}, "variables": {"a": {"group": "Ungrouped variables", "definition": "expression(a_name)", "description": "

The name of the first variable, as a JME expression which can be substituted into other expressions.

", "templateType": "anything", "name": "a"}, "b_name": {"group": "Ungrouped variables", "definition": "random([\"p\",\"q\",\"r\",\"s\"])", "description": "", "templateType": "anything", "name": "b_name"}, "d_name": {"group": "Ungrouped variables", "definition": "random([\"f\",\"g\",\"h\",\"j\"])", "description": "", "templateType": "anything", "name": "d_name"}, "a_name": {"group": "Ungrouped variables", "definition": "random([\"a\",\"b\",\"c\",\"d\"])", "description": "

The name of the first variable, as a string

", "templateType": "anything", "name": "a_name"}, "d": {"group": "Ungrouped variables", "definition": "expression(d_name)", "description": "", "templateType": "anything", "name": "d"}, "b": {"group": "Ungrouped variables", "definition": "expression(b_name)", "description": "", "templateType": "anything", "name": "b"}, "c": {"group": "Ungrouped variables", "definition": "random(1..6)", "description": "", "templateType": "anything", "name": "c"}}, "functions": {}, "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

A method of randomly choosing variable names - use the expression() JME function to create a variable name from a randomly chosen string.

\n

(This question also uses a custom marking script to check that the student has simplified the expression)

"}, "parts": [{"answersimplification": "all", "variableReplacements": [], "answer": "({a}*{c})/({b}*{d})", "checkvariablenames": true, "expectedvariablenames": ["a", "b", "c", "d", "p", "q", "r", "s", "f", "g", "h", "j"], "showCorrectAnswer": true, "scripts": {"mark": {"order": "instead", "script": "// get the names of variables a,b and c.\nvar a_name = question.unwrappedVariables.a_name;\nvar b_name = question.unwrappedVariables.b_name;\nvar d_name = question.unwrappedVariables.d_name;\n\n// get the value of c\nvar c = question.unwrappedVariables.c;\n\n// create an expression the student's answer should match:\n// it should be (a*c)/(b*d)\nvar pattern;\nif(c==1) {\n pattern = '('+a_name+')/('+b_name+'*'+d_name+')';\n} else {\n pattern = '('+a_name+'*'+c+')/('+b_name+'*'+d_name+')';\n}\n\ntry {\n var match = Numbas.jme.display.matchExpression(pattern,this.studentAnswer,true);\n} catch(e) {\n this.setCredit(0); // if the student's answer isn't a valid expression, give 0 credit\n}\n\nif(match) {\n // if the student's answer matches the pattern, mark it correct\n this.setCredit(1,R('part.marking.correct'));\n} else {\n this.setCredit(0,R('part.marking.incorrect')); \n}"}}, "marks": 1, "vsetrangepoints": 5, "showpreview": true, "vsetrange": [0, 1], "variableReplacementStrategy": "originalfirst", "checkingtype": "absdiff", "checkingaccuracy": 0.001, "showFeedbackIcon": true, "type": "jme"}], "advice": "

Multiply the numerators together, and then multiply the denominators together, to obtain

\n

", "name": "Randomise variable names - expression() version", "tags": [], "preamble": {"css": "", "js": ""}, "ungrouped_variables": ["a_name", "a", "b_name", "b", "c", "d_name", "d"], "statement": "

Simplify the following expression: $\\simplify[]{ ({a}/{b}) * ({c}/{d}) }$

", "extensions": [], "type": "question", "variable_groups": [], "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}]}]}], "contributors": [{"name": "Christian Lawson-Perfect", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/7/"}]}