Skip to content

Commit e0e8244

Browse files
authored
Merge pull request #1351 from Tanaquil18/patch-13
update alt-text format in Michigan/Chap2Sec3/Q09
2 parents 58bbde2 + 33b53b3 commit e0e8244

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

OpenProblemLibrary/Michigan/Chap2Sec3/Q09.pg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Consider the function \(f(x)\) shown in the graph below.
9494
$BR
9595
$BCENTER
9696
\{ image( insertGraph($gr), tex_size=>500, height=>250, width=>250,
97-
extra_html_tags=>'alt="graph of a function"' ) \}
97+
alt=>"Graph of a function" ) \}
9898
$BR
9999
${BITALIC}(Note that you can click on the graph to get a larger version of
100100
it, and that it may be useful to print that larger version to be able to
@@ -125,8 +125,7 @@ foreach my $d ( @derivs ) {
125125
# ANS(num_cmp( [@derivs], 'tol'=>0.25 ) );
126126

127127
Context()->texStrings;
128-
SOLUTION(EV3(<<'END_SOLUTION'));
129-
$PAR SOLUTION $PAR
128+
BEGIN_SOLUTION
130129

131130
At each value of \(x\), we estimate the derivative by estimating the
132131
slope (=rise/run) from the graph. This allows us to both sketch the

0 commit comments

Comments
 (0)