Search results

Jump to navigation Jump to search

Page title matches

  • == Using Context Flags == ...ome contexts may have additional flags. To view the flags for the current Context, enter
    21 KB (2,546 words) - 17:18, 7 April 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
  • ...rators</code> object of the current Context. See [[Answer Checkers and the Context]] or the [[Introduction to Contexts#Operators|Introduction to Contexts]] fo ...com/openwebwork/pg/blob/master/lib/Parser/Context/Default.pm pg/lib/Parser/Context/Default.pm]</code> for the full definitions of the operators.
    8 KB (928 words) - 09:41, 26 May 2013
  • There is an explanation of the purpose of many of these flags at [[Context flags]]. == Listing Context Flags using PGLabs ==
    6 KB (641 words) - 07:16, 14 August 2012
  • ...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

Page text matches

  • Context("Numeric"); Context()->texStrings;
    1 KB (108 words) - 17:31, 16 June 2021
  • |category=MathObject Context ...o be (expanded) polynomials (i.e., sums of multiples of powers of x). This context allows also requiring that there be only one term with each power of x.
    2 KB (209 words) - 12:57, 21 November 2010
  • ...combine all of these modifications into a single file and define your own context. ...your context, it is recommended practice to begin your filename with <code>context</code> and it must end with <code>.pl</code> as all macro files do. So your
    2 KB (381 words) - 11:52, 7 June 2013
  • There is an explanation of the purpose of many of these flags at [[Context flags]]. == Listing Context Flags using PGLabs ==
    6 KB (641 words) - 07:16, 14 August 2012
  • Context("Numeric"); my $context = Context()->copy;
    3 KB (383 words) - 16:19, 14 May 2010
  • #REDIRECT [[Context flags]]
    27 bytes (3 words) - 09:22, 19 August 2008
  • Context("Inequalities-Only"); Context()->variables->add(y=>"Real");
    4 KB (576 words) - 09:56, 28 June 2023
  • Context('Numeric'); my $context = Context()->copy;
    4 KB (493 words) - 06:07, 18 July 2023
  • Context("Point"); Context("Vector");
    2 KB (181 words) - 10:01, 6 January 2014
  • name starting with "context" -- e.g. <code>contextYourContextHere.pl</code>. === Specialized Context Macro files ===
    6 KB (745 words) - 17:21, 7 April 2021
  • #REDIRECT [[How to list Context flags]]
    39 bytes (6 words) - 17:30, 2 August 2012
  • #REDIRECT [[How to list Context flags]]
    39 bytes (6 words) - 17:56, 11 August 2012
  • Context('Fraction-NoDecimals'); Context("Fraction");
    4 KB (478 words) - 05:37, 18 July 2023
  • Context("LimitedNumeric"); Context("Numeric");
    1 KB (170 words) - 08:09, 13 May 2015
  • Context("Inequalities-Only"); Context()->flags->set(formatStudentAnswer=>'parsed');
    4 KB (528 words) - 05:46, 18 July 2023
  • ...mized versions of the Contexts from the problems you are using so that the Context settings match your preferences. ...if you give the new Context the same name as the original one, then <code>Context()</code> will find your modified one first rather than the original one. I
    4 KB (640 words) - 11:54, 7 June 2013
  • ## this uses the LegacyNumeric Context # Context("LegacyNumeric");
    3 KB (495 words) - 15:15, 16 July 2023
  • Load the usual suspects. The interval context and interval answer checker are part of <code>MathObjects.pl</code>. Context("Interval");
    3 KB (465 words) - 09:55, 28 June 2023
  • Context("Numeric"); Context()->texStrings;
    3 KB (438 words) - 05:50, 18 July 2023
  • # Context()->flags->set(reduceConstants=>0); Context()->flags->set(reduceConstants=>0);
    3 KB (344 words) - 19:23, 22 June 2021

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