--- loncom/homework/optionresponse.pm 2004/04/23 21:37:41 1.108 +++ loncom/homework/optionresponse.pm 2004/05/06 07:31:32 1.109 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.108 2004/04/23 21:37:41 albertel Exp $ +# $Id: optionresponse.pm,v 1.109 2004/05/06 07:31:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -148,7 +148,8 @@ ENDTABLE } # else nothing changed so just use the default mechanism } if ($target eq 'tex' and $Apache::lonhomework::type ne 'exam') { - $result .= ' \begin{enumerate} '; + $result .= ' \renewcommand{\labelenumi}{\Alph{enumi}.} + \begin{enumerate} '; } return $result; }