// Numbas version: exam_results_page_options {"name": "Angle measurement", "metadata": {"description": "A short quiz on some basic angle measurement conventions.", "licence": "None specified"}, "duration": 360, "percentPass": 0, "showQuestionGroupNames": false, "showstudentname": true, "question_groups": [{"name": "Group", "pickingStrategy": "all-ordered", "pickQuestions": 1, "questions": [{"name": "Convert decimal degrees to DMS notation", "extensions": [], "custom_part_types": [], "resources": [["question-resources/casio_manual2.png", "/srv/numbas/media/question-resources/casio_manual2.png"], ["question-resources/casio_manual3.png", "/srv/numbas/media/question-resources/casio_manual3.png"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "tags": [], "metadata": {"description": "", "licence": "None specified"}, "statement": "

Convert the angle measured in decimal degrees to degrees/minutes/seconds (DMS). Answer correct to the nearest second.

", "advice": "", "rulesets": {}, "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 89#0.0001)", "description": "", "templateType": "randrange"}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "floor(a)", "description": "", "templateType": "anything"}, "m": {"name": "m", "group": "Ungrouped variables", "definition": "floor((a-d)*60)", "description": "", "templateType": "anything"}, "s": {"name": "s", "group": "Ungrouped variables", "definition": "precround((a-d-m/60)*3600,0)", "description": "", "templateType": "anything"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "d", "m", "s"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

The angle {a}° = [[0]]° [[1]]' [[2]]'' .

", "stepsPenalty": 0, "steps": [{"type": "information", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

(Using the Casio fx82 AU Plus II)

\n

For example, to convert 2.255° to DMS notation:

\n

Type 2.255, press , then press . The display will show 2°15'18''.

"}], "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": "0.3", "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "{d}", "maxValue": "{d}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}, {"type": "numberentry", "useCustomName": false, "customName": "", "marks": "0.3", "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "{m}", "maxValue": "{m}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}, {"type": "numberentry", "useCustomName": false, "customName": "", "marks": "0.4", "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "{s}", "maxValue": "{s}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}]}, {"name": "Convert DMS notation to decimal degrees", "extensions": [], "custom_part_types": [], "resources": [["question-resources/casio_manual.png", "/srv/numbas/media/question-resources/casio_manual.png"], ["question-resources/casio_manual_5sR0JOH.png", "/srv/numbas/media/question-resources/casio_manual_5sR0JOH.png"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "tags": [], "metadata": {"description": "", "licence": "None specified"}, "statement": "

Convert the angle measured in degrees/minutes/seconds (DMS) to decimal degrees. Answer correct to 4 decimal places.

", "advice": "", "rulesets": {}, "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "precround(d+m/60+s/3600,4)", "description": "", "templateType": "anything"}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(0 .. 89#1)", "description": "", "templateType": "randrange"}, "m": {"name": "m", "group": "Ungrouped variables", "definition": "random(0 .. 59#1)", "description": "", "templateType": "randrange"}, "s": {"name": "s", "group": "Ungrouped variables", "definition": "random(0 .. 59#1)", "description": "", "templateType": "randrange"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "d", "m", "s"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

The angle {d}° {m}' {s}'' = [[0]]°

", "stepsPenalty": 0, "steps": [{"type": "information", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

(Using the Casio fx82 AU Plus II)

\n

Follow the equivalent steps in this example:

\n

"}], "gaps": [{"type": "numberentry", "useCustomName": true, "customName": "Gap 1", "marks": "1", "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "{a}", "maxValue": "{a}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}]}, {"name": "Angles of elevation and depression 1", "extensions": [], "custom_part_types": [], "resources": [["question-resources/angle_of_depression.png", "/srv/numbas/media/question-resources/angle_of_depression.png"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "tags": [], "metadata": {"description": "", "licence": "None specified"}, "statement": "

In the diagram below, the angle of elevation of the top of a building from a person, and the angle of depression of the person from the building, are shown.

\n

The angle of depression is marked $x$ and the angle of elevation is marked $y$.

\n

", "advice": "", "rulesets": {}, "variables": {"x": {"name": "x", "group": "Ungrouped variables", "definition": "random(10 .. 80#1)", "description": "", "templateType": "randrange"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["x"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

The angle of elevation is {x}°.

\n

Give the angle of depression: [[0]]°.

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "x", "maxValue": "x", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}]}, {"name": "Angles of elevation and depression 2", "extensions": [], "custom_part_types": [], "resources": [["question-resources/angle_of_depression.png", "/srv/numbas/media/question-resources/angle_of_depression.png"], ["question-resources/angle_of_depression2.png", "/srv/numbas/media/question-resources/angle_of_depression2.png"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "tags": [], "metadata": {"description": "", "licence": "None specified"}, "statement": "

In the diagram below, the angle of elevation of the top of a building from a person, and the angle of depression of the person from the building, are shown.

\n

", "advice": "", "rulesets": {}, "variables": {"x": {"name": "x", "group": "Ungrouped variables", "definition": "random(5 .. 85#1)", "description": "", "templateType": "randrange"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["x"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

The angle $\\theta$ shown is {x}°.

\n

The angle of elevation of the top of the building from the person is: [[0]]°.

", "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "90-x", "maxValue": "90-x", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}]}, {"name": "Convert conventional bearing to true bearing", "extensions": [], "custom_part_types": [], "resources": [["question-resources/Capture_MQAwqPM.PNG", "/srv/numbas/media/question-resources/Capture_MQAwqPM.PNG"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "tags": [], "metadata": {"description": "", "licence": "None specified"}, "statement": "

Convert the conventional bearing to a true bearing.

", "advice": "", "rulesets": {}, "variables": {"ns": {"name": "ns", "group": "Ungrouped variables", "definition": "random([\"N\",\"S\"])", "description": "", "templateType": "anything"}, "ew": {"name": "ew", "group": "Ungrouped variables", "definition": "random([\"E\",\"W\"])", "description": "", "templateType": "anything"}, "cb1": {"name": "cb1", "group": "Ungrouped variables", "definition": "random(1 .. 89#1)", "description": "", "templateType": "randrange"}, "tb1": {"name": "tb1", "group": "Ungrouped variables", "definition": "if(ns=\"N\" and ew=\"E\", cb1, if(ns=\"N\" and ew=\"W\",360-cb1, if(ew=\"W\",180+cb1, 180-cb1)))", "description": "", "templateType": "anything"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["ns", "ew", "cb1", "tb1"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

{ns}{cb1}°{ew} = [[0]]°T

", "stepsPenalty": 0, "steps": [{"type": "information", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

Bearings are a way of indicating directions. Bearings can be given in two ways: conventional bearings and true bearings.

\n

"}], "gaps": [{"type": "numberentry", "useCustomName": false, "customName": "", "marks": 1, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "minValue": "tb1", "maxValue": "tb1", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}]}, {"name": "Convert true bearing to conventional bearing", "extensions": [], "custom_part_types": [], "resources": [["question-resources/Capture_MQAwqPM.PNG", "/srv/numbas/media/question-resources/Capture_MQAwqPM.PNG"]], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "tags": [], "metadata": {"description": "", "licence": "None specified"}, "statement": "

Convert true bearing to a conventional bearing. In your answer omit the degree symbol, for example N45°E is entered N45E. 

", "advice": "", "rulesets": {}, "variables": {"ns": {"name": "ns", "group": "Ungrouped variables", "definition": "random([\"N\",\"S\"])", "description": "", "templateType": "anything"}, "ew": {"name": "ew", "group": "Ungrouped variables", "definition": "random([\"E\",\"W\"])", "description": "", "templateType": "anything"}, "cb1": {"name": "cb1", "group": "Ungrouped variables", "definition": "random(1 .. 89#1)", "description": "", "templateType": "randrange"}, "tb1": {"name": "tb1", "group": "Ungrouped variables", "definition": "if(ns=\"N\" and ew=\"E\", cb1, if(ns=\"N\" and ew=\"W\",360-cb1, if(ew=\"W\",180+cb1, 180-cb1)))", "description": "", "templateType": "anything"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["ns", "ew", "cb1", "tb1"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

{tb1}°T = [[0]]

", "stepsPenalty": 0, "steps": [{"type": "information", "useCustomName": false, "customName": "", "marks": 0, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "prompt": "

Bearings are a way of indicating directions. Bearings can be given in two ways: conventional bearings and true bearings.

\n

"}], "gaps": [{"type": "patternmatch", "useCustomName": false, "customName": "", "marks": 1, "showCorrectAnswer": true, "showFeedbackIcon": true, "scripts": {}, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "adaptiveMarkingPenalty": 0, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "answer": "{ns}{cb1}{ew}", "displayAnswer": "{ns}{tb1}{ew}", "matchMode": "regex"}], "sortAnswers": false}]}]}], "navigation": {"allowregen": true, "reverse": true, "browse": true, "allowsteps": true, "showfrontpage": true, "showresultspage": "oncompletion", "onleave": {"action": "none", "message": ""}, "preventleave": true, "startpassword": ""}, "timing": {"allowPause": true, "timeout": {"action": "warn", "message": "

You should be able to finish this quiz by now.

"}, "timedwarning": {"action": "none", "message": ""}}, "feedback": {"showactualmark": true, "showtotalmark": true, "showanswerstate": true, "allowrevealanswer": true, "advicethreshold": 0, "intro": "

A short quiz on some basic angle measurement conventions.

", "feedbackmessages": [{"message": "

Excellent! Perfect score.

", "threshold": "100"}, {"message": "

Keep practising until you can get all the questions correct.

", "threshold": 0}]}, "contributors": [{"name": "Andrew Chuter", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/4565/"}], "extensions": [], "custom_part_types": [], "resources": [["question-resources/casio_manual2.png", "/srv/numbas/media/question-resources/casio_manual2.png"], ["question-resources/casio_manual3.png", "/srv/numbas/media/question-resources/casio_manual3.png"], ["question-resources/casio_manual.png", "/srv/numbas/media/question-resources/casio_manual.png"], ["question-resources/casio_manual_5sR0JOH.png", "/srv/numbas/media/question-resources/casio_manual_5sR0JOH.png"], ["question-resources/angle_of_depression.png", "/srv/numbas/media/question-resources/angle_of_depression.png"], ["question-resources/angle_of_depression2.png", "/srv/numbas/media/question-resources/angle_of_depression2.png"], ["question-resources/Capture_MQAwqPM.PNG", "/srv/numbas/media/question-resources/Capture_MQAwqPM.PNG"]]}