You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the operations file to use for mathview, each contains a different locale.
940
959
$pg{options}{mathViewLocale} = "mv_locale_us.js";
941
-
# This sets if mathview is available on the PG editor for use as a minimal latex equation editor
942
-
$options{PGMathView} = 0;
943
960
944
961
# Show correct answers (when allowed) by default?
945
962
$pg{options}{showCorrectAnswers} = 0; # this is a backup value use when nothing else has been set. I can think of no case where it should anything but zero.
# 'checkboxlist' for variables which really hold a list of values which
1372
1391
# can be independently picked yes/no as checkboxes
1373
1392
1393
+
# Localization Info: The doc strings in this portion are reproduced in
1394
+
# lib/WeBWorK/Localize.pm soley so that xgettext.pl will
1395
+
# include them when creating .pot files.
1396
+
# If you change these strings you should make the corresponding changes in
1397
+
# Localize.pm
1398
+
1374
1399
$ConfigValues = [
1375
1400
['General',
1376
1401
{ var=>'courseFiles{course_info}',
@@ -1632,14 +1657,6 @@ $ConfigValues = [
1632
1657
type=>'boolean'
1633
1658
},
1634
1659
1635
-
# Matrix manipulation in problems has been replaced by MathObjects
1636
-
# and this is specific to PG matrix macros
1637
-
# { var => 'pg{ansEvalDefaults}{defaultDisplayMatrixStyle}',
1638
-
# doc => 'Control string for displaying matrices',
1639
-
# doc2 => 'String of three characters for defining the defaults for displaying matrices. The first and last characters give the left and right delimiters of the matrix, so usually one of "(" or "open brackets" or "|" for a left delimiter, and one of ")" or "close brackets" or "|" for the right delimiter. It is also legal to specify "." for no delimiter. <p> The middle character indicates how to display vertical lines in a matrix (e.g., for an augmented matrix). This can be s for solid lines and d for dashed lines. While you can specify the defaults, individual problems may override these values.',
doc=>'Allowed error, as a percentage, for numerical comparisons',
1645
1662
doc2=>"When numerical answers are checked, most test if the student's answer is close enough to the programmed answer be computing the error as a percentage of the correct answer. This value controls the default for how close the student answer has to be in order to be marked correct.<p>A value such as 0.1 means 0.1 percent error is allowed.",
@@ -1685,7 +1702,6 @@ $ConfigValues = [
1685
1702
},
1686
1703
1687
1704
],
1688
-
1689
1705
# PGSimple is not used for now GG
1690
1706
# ['Editor',
1691
1707
# { var => 'editor{author}',
@@ -1717,7 +1733,7 @@ $ConfigValues = [
1717
1733
# doc2 => 'In the PGSimpleEditor, this will automatically fill the text author field',
0 commit comments