You are viewing this question as it will appear in the manual grading interface.
Return to the normal view when
you are done.
Correct answer
An example in which complex numbers are not allowed (
allow-complex="false")
$x=$
$\frac{- b + y}{a}$
An example in which complex numbers are allowed (
allow-complex="true")
$z=$
$m \left(i \sin{\left(a \right)} + \cos{\left(a \right)}\right)$
An example in which the correct answer is specified as a string in
server.py
$I=$
$\frac{V}{R}$
An example in which we specify a different imaginary unit for display (
imaginary-unit-for-display="j")
$c=$
$a + b j$
An example in which we specify the use of ln rather than log for display (
display-log-as-ln="true")
$\dfrac{d}{dx} ln(x)*x =$
$\ln{\left(x \right)} + 1$
An example that uses the formula editor input
$y = $
$\operatorname{test}{\left(\sqrt{\frac{e^{x}}{x^{2}}} \right)}$
An example that uses the formula editor with an initial value
$x=$
$\frac{- b + y}{a}$
An example in which we disable the display of simplified student submissions (
display-simplified-expression="false")
$y =$
$\sin{\left(\operatorname{atan}{\left(x \right)} \right)}$
An example in which we change display attributes
$\dfrac{d}{dx} \frac{1}{2}x^2 =$
$x$
An example in which we allow a blank answer
$x^{2} + x + 1$
An example in which a blank answer is the only correct answer
$\mathtt{\text{}}$
An example where we use assumptions
$B$
Another example where we use assumptions
$- C$
An example in which trig functions are not allowed (
allow-trig-functions="false")
$\cos(\pi) * x = $
$- x$
Example using custom functions
$\operatorname{beef}{\left(\alpha \right)} + f{\left(x \right)}$
Another example with custom functions
$\operatorname{beef}{\left(y \right)} + \operatorname{the}{\left(y \right)}$
$= \text{where?}$
An example with nested absolute value expressions
$y =$
$\left|{x + \left|{x - 10}\right|}\right|$
An example that times-out.
$\left(\sin^{10}{\left(n \right)} + 1\right)^{5} e^{\sin{\left(n \right)}}$
An example in which interval notation is allowed (
allow-sets="true")
$\left(-\infty, - \frac{1}{2}\right] \cup \left[\frac{1}{2}, \infty\right)$
An example in which set notation is allowed (
allow-sets="true")
$\theta \in$
$\left\{\frac{\pi}{4}, \frac{5 \pi}{4}\right\}$
Another example of set notation
$2 =$
$\left\{\emptyset, \left\{\emptyset\right\}\right\}$
Student view placeholder
In student views this area is used for assessment and score info.
Tools
Staff information
Variant
Started at:
2026-08-04 22:49:10 (CDT)
Duration:
0s
Show/Hide answer
{
"I": "V / R",
"c": {
"_type": "sympy",
"_value": "_ImaginaryUnit*b + a",
"_variables": [
"a",
"b"
],
"_assumptions": {
"a": {
"commutative": true
},
"b": {
"commutative": true
}
},
"_custom_functions": []
},
"x": {
"_type": "sympy",
"_value": "(-b + y)/a",
"_variables": [
"a",
"y",
"b"
],
"_assumptions": {
"a": {
"commutative": true
},
"b": {
"commutative": true
},
"y": {
"commutative": true
}
},
"_custom_functions": []
},
"z": {
"_type": "sympy",
"_value": "m*(_ImaginaryUnit*sin(a) + cos(a))",
"_variables": [
"m",
"a"
],
"_assumptions": {
"a": {
"commutative": true
},
"m": {
"commutative": true
}
},
"_custom_functions": []
},
"dx": "x",
"lnx": {
"_type": "sympy",
"_value": "log(x) + 1",
"_variables": [
"x"
],
"_assumptions": {
"x": {
"commutative": true
}
},
"_custom_functions": []
},
"no_trig": "-x",
"timeout": "exp(sin(n))*(1 + sin(n)**10)**5",
"simplify": {
"_type": "sympy",
"_value": "x**2 + x + 1",
"_variables": [
"x"
],
"_assumptions": {
"x": {
"commutative": true
}
},
"_custom_functions": []
},
"nested_abs": {
"_type": "sympy",
"_value": "Abs(x + Abs(x - 10))",
"_variables": [
"x"
],
"_assumptions": {
"x": {
"commutative": true
}
},
"_custom_functions": []
},
"nosimplify": "sin(atan(x))",
"assumptions": {
"_type": "sympy",
"_value": "B",
"_variables": [
"B"
],
"_assumptions": {
"B": {
"real": true,
"zero": false,
"finite": true,
"complex": true,
"nonzero": true,
"infinite": false,
"negative": false,
"positive": true,
"hermitian": true,
"imaginary": false,
"commutative": true,
"nonnegative": true,
"nonpositive": false,
"extended_real": true,
"extended_nonzero": true,
"extended_negative": false,
"extended_positive": true,
"extended_nonnegative": true,
"extended_nonpositive": false
}
},
"_custom_functions": []
},
"set_notation": "{pi/4, 5pi/4}",
"set_numerals": "{ {}, { {} } }",
"assumptions_2": {
"_type": "sympy",
"_value": "-C",
"_variables": [
"C"
],
"_assumptions": {
"C": {
"real": true,
"prime": false,
"finite": true,
"complex": true,
"infinite": false,
"positive": false,
"composite": false,
"hermitian": true,
"imaginary": false,
"commutative": true,
"nonpositive": true,
"extended_real": true,
"extended_positive": false,
"extended_nonpositive": true
}
},
"_custom_functions": []
},
"formula_editor": {
"_type": "sympy",
"_value": "test(sqrt(_Exp1**x/x**2))",
"_variables": [
"x"
],
"_assumptions": {
"x": {
"commutative": true
}
},
"_custom_functions": [
"test"
]
},
"simplify_blank": "",
"custom_function": "f(x) + beef(alpha)",
"custom_function_2": {
"_type": "sympy",
"_value": "beef(y) + the(y)",
"_variables": [
"y"
],
"_assumptions": {
"y": {
"commutative": true
}
},
"_custom_functions": [
"the",
"beef"
]
},
"interval_notation": "(-infty, -1/2] U [1/2, infty)",
"formula_editor_initial": {
"_type": "sympy",
"_value": "(-b + y)/a",
"_variables": [
"a",
"y",
"b"
],
"_assumptions": {
"a": {
"commutative": true
},
"b": {
"commutative": true
},
"y": {
"commutative": true
}
},
"_custom_functions": []
}
}