// Numbas version: exam_results_page_options {"name": "Mean of five numbers", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"extensions": [], "variablesTest": {"condition": "", "maxRuns": 100}, "tags": [], "name": "Mean of five numbers", "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Simple Question to find the mean of five numbers

"}, "parts": [{"precisionType": "dp", "marks": 1, "precisionPartialCredit": 0, "minValue": "mean", "type": "numberentry", "mustBeReduced": false, "mustBeReducedPC": 0, "maxValue": "mean", "showFeedbackIcon": true, "allowFractions": false, "showPrecisionHint": true, "showCorrectAnswer": true, "variableReplacements": [], "scripts": {}, "correctAnswerStyle": "plain", "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "strictPrecision": false, "precisionMessage": "You have not given your answer to the correct precision.", "variableReplacementStrategy": "originalfirst", "precision": "2"}], "rulesets": {}, "ungrouped_variables": ["f", "b", "c", "d", "a", "mean"], "variable_groups": [], "statement": "

Find the mean of the following set of numbers.

\n

[{a},{b},{c},{d},{f}]

", "variables": {"a": {"definition": "Random(1..9)", "group": "Ungrouped variables", "templateType": "anything", "description": "", "name": "a"}, "mean": {"definition": "(a+b+c+d+f)/5", "group": "Ungrouped variables", "templateType": "anything", "description": "", "name": "mean"}, "c": {"definition": "Random(1..9)", "group": "Ungrouped variables", "templateType": "anything", "description": "", "name": "c"}, "f": {"definition": "random(1..9)", "group": "Ungrouped variables", "templateType": "anything", "description": "", "name": "f"}, "b": {"definition": "random(1..9)", "group": "Ungrouped variables", "templateType": "anything", "description": "", "name": "b"}, "d": {"definition": "Random(1..9)", "group": "Ungrouped variables", "templateType": "anything", "description": "", "name": "d"}}, "advice": "

Add the numbers and divide by the numbers of numbers

\n

 ${(\\var{a}+\\var{b}+\\var{c}+\\var{d}+\\var{f})/5}=\\var{mean}$

", "functions": {}, "preamble": {"js": "", "css": ""}, "type": "question", "contributors": [{"name": "Deirdre Casey", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/681/"}]}]}], "contributors": [{"name": "Deirdre Casey", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/681/"}]}