Skip to content

Commit 14eb20b

Browse files
authored
Update FormulasPolyatomics.pg
1 parent 7f1ac08 commit 14eb20b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ProblemLibrary/setCH151_Nomenclature/FormulasPolyatomics.pg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ Fill in the following table with the neutral compound formed from the ions.
191191
*Rules for entering formulas:* Instead of subscriping the numbers in formulas, you will type an underscore when you want the next number to be a subscript. The 2 in the formula [`H_2 O`], the formula for water, is a subscript. It sits lower than the rest. The formula for water will be written H_2O in a WeBWorK answer blank. The _ before the 2 tells the computer it is a subscript. You can type that character on a Windows computer using shift and the dash button.
192192

193193
[@ DataTable([
194-
[[' ',headerrow=>1],PGML('`[$anion1]^{[$acharge1]}`'),PGML('`[$anion2]^{[$acharge2]}`'), PGML('`[$anion3]^{[$acharge3]}`')],
195-
[PGML('`[$cat1]^{[$pcharge1]}`'),PGML('[_________]'), PGML('[_________]') , PGML('[_________]')],
196-
[PGML('`[$cat2]^{[$pcharge2]}`'),PGML('[_________]'), PGML('[_________]'), PGML('[_________]')],
197-
[PGML('`[$cat3]^{[$pcharge3]}`'),PGML('[_________]'), PGML('[_________]'), PGML('[_________]')],
198-
[PGML('`[$cat4]^{[$pcharge4]}`'),PGML('[_________]'), PGML('[_________]'), PGML('[_________]')],
199-
[PGML('`[$cat5]^{[$pcharge5]}`'),PGML('[_________]'),PGML('[_________]'), PGML('[_________]')]],
194+
[[' ',headerrow=>1],PGML('[`[$anion1]^{[$acharge1]}`]'),PGML('[`[$anion2]^{[$acharge2]}`]'), PGML('[`[$anion3]^{[$acharge3]}`]')],
195+
[PGML('[`[$cat1]^{[$pcharge1]}`]'),PGML('[_________]'), PGML('[_________]') , PGML('[_________]')],
196+
[PGML('[`[$cat2]^{[$pcharge2]}`]'),PGML('[_________]'), PGML('[_________]'), PGML('[_________]')],
197+
[PGML('[`[$cat3]^{[$pcharge3]}`]'),PGML('[_________]'), PGML('[_________]'), PGML('[_________]')],
198+
[PGML('[`[$cat4]^{[$pcharge4]}`]'),PGML('[_________]'), PGML('[_________]'), PGML('[_________]')],
199+
[PGML('[`[$cat5]^{[$pcharge5]}`]'),PGML('[_________]'),PGML('[_________]'), PGML('[_________]')]],
200200
midrules=>1 ,
201201
tablecss=>'border:solid 1px; border-collapse: separate;border-radius: 5px; border: 1px solid; padding: 5px; ',
202202
captioncss=>'font-variant:small-caps; ',

0 commit comments

Comments
 (0)