Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyabhandari0220 committed Mar 24, 2024
1 parent 2dbbd13 commit 78f9d02
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"type": "hint",
"dependencies": [],
"title": "Calculate the slope",
"text": "$$\\frac{4-1}{\\left(-2-1\\right)}=\\frac{3}{-3}=-1$$",
"text": "$$m=\\frac{4-1}{\\left(-2-1\\right)}=\\frac{3}{-3}=-1$$",
"variabilization": {},
"oer": "",
"license": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,34 @@
"variabilization": {},
"oer": "",
"license": ""
},
{
"id": "a337b1eclass2a-h2",
"type": "scaffold",
"problemType": "TextBox",
"answerType": "arithmetic",
"hintAnswer": [
"$$\\frac{3}{4}$$"
],
"dependencies": [
"a337b1eclass2a-h1"
],
"title": "Calculate the slope",
"text": "What is the slope of this line?",
"variabilization": {},
"oer": "",
"license": "",
"subHints": [
{
"id": "a337b1eclass2a-h2-s1",
"type": "hint",
"dependencies": [],
"title": "Calculate the slope",
"text": "$$m=\\frac{5-2}{3+1}=\\frac{3}{4}$$",
"variabilization": {},
"oer": "",
"license": ""
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,34 @@
"variabilization": {},
"oer": "",
"license": ""
},
{
"id": "a337b1eclass3a-h2",
"type": "scaffold",
"problemType": "TextBox",
"answerType": "arithmetic",
"hintAnswer": [
"$$\\frac{4}{3}$$"
],
"dependencies": [
"a337b1eclass3a-h1"
],
"title": "Calculate the slope",
"text": "What is the slope of this line?",
"variabilization": {},
"oer": "",
"license": "",
"subHints": [
{
"id": "a337b1eclass3a-h2-s1",
"type": "hint",
"dependencies": [],
"title": "Calculate the slope",
"text": "$$m=\\frac{3-7}{2-5}=\\frac{-4}{-3}=\\frac{4}{3}$$",
"variabilization": {},
"oer": "",
"license": ""
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,34 @@
"variabilization": {},
"oer": "",
"license": ""
},
{
"id": "a337b1eclass4a-h2",
"type": "scaffold",
"problemType": "TextBox",
"answerType": "arithmetic",
"hintAnswer": [
"$$0$$"
],
"dependencies": [
"a337b1eclass4a-h1"
],
"title": "Calculate the slope",
"text": "What is the slope of this line?",
"variabilization": {},
"oer": "",
"license": "",
"subHints": [
{
"id": "a337b1eclass4a-h2-s1",
"type": "hint",
"dependencies": [],
"title": "Calculate the slope",
"text": "$$m=\\frac{4-4}{2-1}=\\frac{0}{1}=0$$",
"variabilization": {},
"oer": "",
"license": ""
}
]
}
]

0 comments on commit 78f9d02

Please sign in to comment.