Search results

Jump to navigation Jump to search
  • Context("Numeric"); Context()->texStrings;
    2 KB (189 words) - 13:12, 16 June 2021
  • Context("Numeric"); Context()->texStrings;
    2 KB (186 words) - 13:13, 16 June 2021
  • This PG code shows how to add a named function to the context and use it to asses whether students know their graph transformations. ...<code>parserFunction.pl</code> so that we can add a named function to the context.
    4 KB (558 words) - 06:05, 18 July 2023
  • ...o which automatically loads <code>MathObjects.pl</code>. The LimitedPoint context does not allow operations between points. Context("LimitedPoint");
    4 KB (528 words) - 12:14, 16 July 2023
  • Context()-&gt;variables-&gt;add(t=&gt;"Real"); ...e(s), we can use <code>are</code> instead of <code>add</code> (e.g., <code>Context()-&gt;variables-&gt;are(t=&gt;"Real",z=&gt;"Real");</code>).
    2 KB (360 words) - 09:52, 28 June 2023
  • Context('Inequalities-Only')->variables->are(x=>'Real'); Context()->flags->set(formatStudentAnswer=>'parsed');
    4 KB (559 words) - 07:54, 18 July 2023
  • Context("Numeric"); Context()->functions->remove("tan");
    4 KB (554 words) - 06:00, 18 July 2023
  • Context("Numeric"); Context()->variables->are(x=>"Real",y=>"Real",z=>"Real");
    5 KB (638 words) - 05:49, 18 July 2023
  • Context("Numeric"); Context()->constants->add(k=>0.01);
    3 KB (489 words) - 09:14, 28 June 2023
  • ...quires using MathObjects or a macro file that loads MathObjects, so that a Context is defined. ..., we must be using MathObjects or a macro that loads MathObjects and has a Context.
    4 KB (623 words) - 09:18, 28 June 2023
  • Context("Vector"); Context()->texStrings;
    4 KB (496 words) - 05:44, 18 July 2023
  • ...tric functions are allowed in the answer, are controlled through the <code>Context()</code> rather than through the [[Answer Checkers (MathObjects)| MathObjec Context()->functions->disable('sin','cos','tan');
    4 KB (646 words) - 15:55, 23 February 2019
  • ...ode>. Infinity can be created in any Context, though <code>Numeric</code> context is commonly used. Context("Numeric");
    2 KB (225 words) - 05:32, 6 August 2012
  • Context("Numeric")->variables->add(y=>"Real"); The <code>Numeric</code> context automatically defines
    3 KB (441 words) - 09:20, 28 June 2023
  • ...ion.pl</code> is loaded since we used the <code>Fraction-NoDecimals</text> context. Context('Fraction-NoDecimals');
    4 KB (607 words) - 05:59, 18 July 2023
  • Context("Numeric"); ...the context, see [http://webwork.maa.org/wiki/StringsInContext strings in context].
    4 KB (610 words) - 06:06, 18 July 2023
  • Context("Numeric"); ...maa.org/pod/pg/macros/parserRadioButtons.html parserRadioButtons.pl]. The context is not really necessary, but multiple choice questions are often follow-up
    4 KB (564 words) - 07:17, 17 July 2023
  • Context("Numeric"); Context()->texStrings;
    2 KB (325 words) - 11:42, 24 June 2013
  • Context("Numeric"); Context()->texStrings;
    2 KB (260 words) - 13:13, 16 June 2021
  • ...tions</code> object of the current Context. See [[Answer Checkers and the Context]] for details about how to enable and disable these functions. This can be ...com/openwebwork/pg/blob/master/lib/Parser/Context/Default.pm pg/lib/Parser/Context/Default.pm]</code> for the definitions of all the functions, and
    3 KB (450 words) - 07:59, 13 August 2012

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)