Skip to content

Commit

Permalink
Update multiDimensionalAnalysis5.pg
Browse files Browse the repository at this point in the history
removed $showhint and fixed the initial value displaying in the problem
  • Loading branch information
stebryan authored Jun 17, 2024
1 parent 53f0873 commit e000b8d
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ TEXT(beginproblem());
BEGIN_PGML
##Unit Conversion

Convert [$display] to [``\frac{g}{\mu L}``]. [``\ ``]Use uL for microliters.
Convert [``[$m]\frac{mg}{L}``] to [``\frac{g}{\mu L}``]. [``\ ``]Use uL for microliters.

[@conversionEQ($display,[ans_rule(10),ans_rule(10),ans_rule(10),ans_rule(10)],ans_rule(10));@]*

Expand All @@ -148,10 +148,7 @@ WEIGHTED_ANS($finalAns, $finalAnswerWeight); # sets weighting for final answer
# each answer blank will be worth the same amount of points.

##############################################
BEGIN_TEXT
$PAR
If you don't get this in $showHint tries, you can get a hint.
END_TEXT


BEGIN_PGML_HINT

Expand Down Expand Up @@ -179,4 +176,3 @@ END_PGML_SOLUTION

ENDDOCUMENT();


0 comments on commit e000b8d

Please sign in to comment.