Skip to content

Commit

Permalink
Fixade liten bugg i fråga m2016-6
Browse files Browse the repository at this point in the history
  • Loading branch information
MohiMad committed Aug 18, 2023
1 parent 3d479ad commit 3c8f914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/public/json/math.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@
},
{
"questionNum": "2016-6",
"question": "Om $a \\boxplus b=a \\ln b-b \\ln a$ f\u00f6r alla positiva reella tal $a$ och $b$, s\u00e5 g\u00e4ller att\n\n(a) $a \\boxplus b=-(b \\boxplus a)$ (b) $1 \\boxplus b=b $ (c) $a \\boxplus b^{2}=2(a \\boxplus b)$ (d) inget av (a)-(c).\n\n",
"question": "Om $a \\boxplus b=a \\ln b-b \\ln a$ f\u00f6r alla positiva reella tal $a$ och $b$, s\u00e5 g\u00e4ller att\n(a) $a \\boxplus b=-(b \\boxplus a)$\n(b) $1 \\boxplus b=b $\n(c) $a \\boxplus b^{2}=2(a \\boxplus b)$\n(d) inget av (a)-(c).\n\n",
"answer": "a",
"keywords": [
"potenser",
Expand Down Expand Up @@ -4906,7 +4906,7 @@
{
"questionNum": "2007-30",
"question": "Ange antalet l\u00f6sningar till ekvationen $|(|x|-2)(3-|x|)|=4$. \n\n",
"answer": ". 4",
"answer": "4",
"keywords": [
"absolutbelopp",
"ekvationer",
Expand Down
2 changes: 1 addition & 1 deletion backend/routes/solutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ router.get("/delete/:questionNum", async (req, res) => {
if(!user) return sendMsg(res, "No user found.", 400);

const solutionDoc = await Solution.findOne({questionNum: questionNum.toUpperCase()});

// TODO: Gör klart det här. Och använd Image ID för att identifiera dokument som ska tas bort


});
Expand Down
2 changes: 1 addition & 1 deletion src/assets/json/math.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@
},
{
"questionNum": "2016-6",
"question": "Om $a \\boxplus b=a \\ln b-b \\ln a$ f\u00f6r alla positiva reella tal $a$ och $b$, s\u00e5 g\u00e4ller att\n\n(a) $a \\boxplus b=-(b \\boxplus a)$ (b) $1 \\boxplus b=b $ (c) $a \\boxplus b^{2}=2(a \\boxplus b)$ (d) inget av (a)-(c).\n\n",
"question": "Om $a \\boxplus b=a \\ln b-b \\ln a$ f\u00f6r alla positiva reella tal $a$ och $b$, s\u00e5 g\u00e4ller att\n(a) $a \\boxplus b=-(b \\boxplus a)$\n(b) $1 \\boxplus b=b $\n(c) $a \\boxplus b^{2}=2(a \\boxplus b)$\n(d) inget av (a)-(c).\n\n",
"answer": "a",
"keywords": [
"potenser",
Expand Down

0 comments on commit 3c8f914

Please sign in to comment.