Skip to content

Commit e447f95

Browse files
authored
Merge pull request #1352 from Tanaquil18/patch-14
alt-text format in Michigan/Chap2Sec3/Q31
2 parents e0e8244 + aa3c79e commit e447f95

File tree

1 file changed

+11
-12
lines changed
  • OpenProblemLibrary/Michigan/Chap2Sec3

1 file changed

+11
-12
lines changed

OpenProblemLibrary/Michigan/Chap2Sec3/Q31.pg

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ derivative yourself.
142142
$PAR
143143
$BCENTER
144144
\{ image( insertGraph( $gr ), tex_size=>350, height=>250, width=>250,
145-
extra_html_tags=>'alt="graph of a function f(x)"' ) \}
145+
alt=>"Graph of a function" ) \}
146146
$ECENTER
147147
$PAR
148148
Which of the following graphs is the derivative of \(f(x)\)?
@@ -155,28 +155,28 @@ $BCENTER
155155
\{ begintable(4) \}
156156
\{ row( "${BBOLD}1.$EBOLD" .
157157
image(insertGraph( $graphs[ $shuffle->{0} ] ), tex_size=>$T,
158-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"'),
158+
height=>$H, width=>$W, alt=>"graph"),
159159
"${BBOLD}2.$EBOLD" .
160160
image(insertGraph( $graphs[ $shuffle->{1} ] ), tex_size=>$T,
161-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"'),
161+
height=>$H, width=>$W, alt=>"graph"),
162162
"${BBOLD}3.$EBOLD" .
163163
image(insertGraph( $graphs[ $shuffle->{2} ] ), tex_size=>$T,
164-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"'),
164+
height=>$H, width=>$W, alt=>"graph"),
165165
"${BBOLD}4.$EBOLD" .
166166
image(insertGraph( $graphs[ $shuffle->{3} ] ), tex_size=>$T,
167-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"') ) \}
167+
height=>$H, width=>$W, alt=>"graph") ) \}
168168
\{ row( "${BBOLD}5.$EBOLD" .
169169
image(insertGraph( $graphs[ $shuffle->{4} ] ), tex_size=>$T,
170-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"'),
170+
height=>$H, width=>$W, alt=>"graph"),
171171
"${BBOLD}6.$EBOLD" .
172172
image(insertGraph( $graphs[ $shuffle->{5} ] ), tex_size=>$T,
173-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"'),
173+
height=>$H, width=>$W, alt=>"graph"),
174174
"${BBOLD}7.$EBOLD" .
175175
image(insertGraph( $graphs[ $shuffle->{6} ] ), tex_size=>$T,
176-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"'),
176+
height=>$H, width=>$W, alt=>"graph"),
177177
"${BBOLD}8.$EBOLD" .
178178
image(insertGraph( $graphs[ $shuffle->{7} ] ), tex_size=>$T,
179-
height=>$H, width=>$W, extra_html_tags=>'alt="graph"') ) \}
179+
height=>$H, width=>$W, alt=>"graph") ) \}
180180
\{ endtable() \}
181181
$ECENTER
182182

@@ -186,8 +186,7 @@ Context()->normalStrings;
186186
ANS( $pop->cmp() );
187187

188188
Context()->texStrings;
189-
SOLUTION(EV3(<<'END_SOLUTION'));
190-
$PAR SOLUTION $PAR
189+
BEGIN_SOLUTION
191190

192191
Because the derivative gives the slope of the original function at
193192
each point \(x\), we know that the derivative is negative where
@@ -196,7 +195,7 @@ this to \(f(x)\), we see that the derivative must be
196195
$PAR
197196
$BCENTER
198197
\{ image(insertGraph( $graphs[$shuffle->{$zero}] ), tex_size=>$T,
199-
height=>200, width=>200, extra_html_tags=>'alt="graph"') \}
198+
height=>200, width=>200, alt=>"graph") \}
200199
$ECENTER
201200
$PAR
202201
which is answer \{ $pop->correct_ans()\}.

0 commit comments

Comments
 (0)