diff --git a/lms/templates/courseware/courseware.html b/lms/templates/courseware/courseware.html index 51e7397ad4..72eda341f8 100644 --- a/lms/templates/courseware/courseware.html +++ b/lms/templates/courseware/courseware.html @@ -228,121 +228,126 @@ ${fragment.foot_html()} % endif % if course.show_calculator: -
- -
-
-
- +
+ -
-

${_('Use the arrow keys to navigate the tips or use the tab key to return to the calculator')}

- ${_("Hints")} - -
-
- - - +
  • ${_("Tips")}:

    +
      +
    • Use parentheses () to make expressions clear. You can use parentheses inside other parentheses.

    • +
    • Do not use spaces in expressions.

    • +
    • For constants, indicate multiplication explicitly (example: 5*c).

    • +
    • For affixes, type the number and affix without a space (example: 5c).

    • +
    • For functions, type the name of the function, then the expression in parentheses.

    • +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ${_("To Use")}${_("Type")}${_("Examples")}
    ${_("Numbers")}Integers
    + Fractions
    + Decimals +
    2520
    + 2/3
    + 3.14, .98 +
    ${_("Operators")}+ - * / (add, subtract, multiply, divide)
    + ^ (raise to a power)
    + _ (add a subscript)
    + || (parallel resistors) +
    x+(2*y)/x-1 + x^(n+1)
    + v_IN+v_OUT
    + 1||2 +
    ${_("Greek letters")}Name of letteralpha
    + lambda +
    ${_("Constants")}c, e, g, i, j, k, pi, q, T20*c
    + 418*T +
    ${_("Affixes")}Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T)20%
    + 20c
    + 418T +
    ${_("Basic functions")}abs, exp, fact or factorial, ln, log2, log10, sqrtabs(x+y)
    + sqrt(x^2-y) +
    ${_("Trigonometric functions")}sin, cos, tan, sec, csc, cot
    + arcsin, sinh, arcsinh, etc.
    + >sin(4x+y)
    + arccsch(4x+y) +
    ${_("Scientific notation")}10^ and the exponent10^-9
    ${_("e notation")}1e and the exponent1e-9
    +
  • + +
    + + + +
    + % endif <%include file="../modal/accessible_confirm.html" />