From ce9a9a1fdd7091bef0601894bf576bc68e28c89a Mon Sep 17 00:00:00 2001 From: Stephanie Bryan <121837027+stebryan@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:39:16 -0800 Subject: [PATCH] Update module2-6b.pg --- .../setCH151_LearningChecks/module2-6b.pg | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ProblemLibrary/setCH151_LearningChecks/module2-6b.pg b/ProblemLibrary/setCH151_LearningChecks/module2-6b.pg index 724ef39..c7a484e 100644 --- a/ProblemLibrary/setCH151_LearningChecks/module2-6b.pg +++ b/ProblemLibrary/setCH151_LearningChecks/module2-6b.pg @@ -79,11 +79,11 @@ _In the following table, round each number to the given number of significant fi [@ DataTable([ [['Number ',headerrow=>1],'1 significant figure ','2 significant figures'], -[PGML('`[$val1]`'),PGML('[_____]{$ans11}'),PGML('[_____]{$ans12}')], -[PGML('`[$val2]`'),PGML('[_____]{$ans21}'),PGML('[_____]{$ans22}')], -[PGML('`[$val3]`'),PGML('[_____]{$ans31}'),PGML('[_____]{$ans32}')], -[PGML('`[$val4]`'),PGML('[_____]{$ans41}'),PGML('[_____]{$ans42}')], -[PGML('`[$val5]`'),PGML('[_____]{$ans51}'),PGML('[_____]{$ans52}')]], +[PGML('[```[$val1]```]'),PGML('[_____]{$ans11}'),PGML('[_____]{$ans12}')], +[PGML('[```[$val2]```]'),PGML('[_____]{$ans21}'),PGML('[_____]{$ans22}')], +[PGML('[```[$val3]```]'),PGML('[_____]{$ans31}'),PGML('[_____]{$ans32}')], +[PGML('[```[$val4]```]'),PGML('[_____]{$ans41}'),PGML('[_____]{$ans42}')], +[PGML('[```[$val5]```]'),PGML('[_____]{$ans51}'),PGML('[_____]{$ans52}')]], midrules=>1 , tablecss=>'border:solid 1px;border-collapse: separate;border-radius: 5px; border: 1px solid; padding: 5px; ', captioncss=>'font-variant:small-caps; ', @@ -114,11 +114,11 @@ BEGIN_PGML_SOLUTION [@ DataTable([ [['Number ',headerrow=>1],'1 significant figure ','2 significant figures'], -[PGML('`[$val1]`'),PGML('[$ans11]'),PGML('[$ans12]')], -[PGML('`[$val2]`'),PGML('[$ans21]'),PGML('[$ans22]')], -[PGML('`[$val3]`'),PGML('[$ans31]'),PGML('[$ans32]')], -[PGML('`[$val4]`'),PGML('[$ans41]'),PGML('[$ans42]')], -[PGML('`[$val5]`'),PGML('[$ans51]'),PGML('[$ans52]')]], +[PGML('[```[$val1]```]'),PGML('[$ans11]'),PGML('[$ans12]')], +[PGML('[```[$val2]```]'),PGML('[$ans21]'),PGML('[$ans22]')], +[PGML('[```[$val3]```]'),PGML('[$ans31]'),PGML('[$ans32]')], +[PGML('[```[$val4]```]'),PGML('[$ans41]'),PGML('[$ans42]')], +[PGML('[```[$val5]```]'),PGML('[$ans51]'),PGML('[$ans52]')]], midrules=>1 , tablecss=>'border:solid 1px;border-collapse: separate;border-radius: 5px; border: 1px solid; padding: 5px; ', captioncss=>'font-variant:small-caps; ',