Skip to content

Commit b0c688d

Browse files
authored
Merge pull request #1353 from Tanaquil18/patch-15
alt-text format in Michigan/Chap2Sec3/Q33
2 parents e447f95 + 790bb3e commit b0c688d

File tree

1 file changed

+2
-3
lines changed
  • OpenProblemLibrary/Michigan/Chap2Sec3

1 file changed

+2
-3
lines changed

OpenProblemLibrary/Michigan/Chap2Sec3/Q33.pg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The graph of a function \(f\) is shown below.
147147
$BR
148148
$BCENTER
149149
\{ image( insertGraph( $gr ), tex_size=>500, height=>200, width=>400,
150-
extra_html_tags=>'alt="graph of the function f"' ) \}
150+
alt=>"Graph of the function f" ) \}
151151
$ECENTER
152152
$PAR
153153
At which of the labeled \(x\)-values is
@@ -166,8 +166,7 @@ ANS($pop3->cmp() );
166166
ANS($pop4->cmp() );
167167

168168
Context()->texStrings;
169-
SOLUTION(EV3(<<'END_SOLUTION'));
170-
$PAR SOLUTION $PAR
169+
BEGIN_SOLUTION
171170

172171
The smallest and largest values of \(f(x)\) are those locations where the
173172
vertical coordinate on the graph is the smallest and largest, which are

0 commit comments

Comments
 (0)