// Numbas version: finer_feedback_settings {"name": "Question 7 Sequences", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"functions": {}, "ungrouped_variables": [], "name": "Question 7 Sequences", "tags": [], "preamble": {"css": "", "js": ""}, "advice": "
a) $x$ is defined as a sequence between 2 and 6, the step size hasn't been defined therefore it goes up in steps of 1.
\nb) $z$ is defined as a sequence between 6 and 2, the step size hasn't been defined therefore it goes down in steps of 1.
", "rulesets": {}, "parts": [{"distractors": ["", "", "", ""], "prompt": "What is the value of $x$?
", "matrix": ["1", 0, 0, 0], "shuffleChoices": false, "scripts": {}, "choices": ["2 3 4 5 6
", "2 6
", "6 4 2
", "2 3 5 6
"], "displayType": "radiogroup", "maxMarks": "1", "marks": 0, "displayColumns": 0, "showCorrectAnswer": true, "type": "1_n_2", "minMarks": 0}, {"distractors": ["", "", "", ""], "prompt": "What is the value of $z$?
", "matrix": [0, 0, 0, "1"], "shuffleChoices": false, "scripts": {}, "choices": ["6 4 2
", "2 4 6
", "2 3 4 5 6
", "6 5 4 3 2
"], "displayType": "radiogroup", "maxMarks": "1", "marks": 0, "displayColumns": 0, "showCorrectAnswer": true, "type": "1_n_2", "minMarks": 0}], "statement": "> x = seq(2,6)", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "variables": {}, "metadata": {"notes": "", "description": "", "licence": "Creative Commons Attribution 4.0 International"}, "type": "question", "showQuestionGroupNames": false, "question_groups": [{"name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0, "questions": []}], "contributors": [{"name": "Amy Chadwick", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/505/"}]}]}], "contributors": [{"name": "Amy Chadwick", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/505/"}]}
> z = seq(6,2)