--- loncom/homework/optionresponse.pm 2011/09/13 21:42:58 1.177 +++ loncom/homework/optionresponse.pm 2011/09/16 02:27:59 1.178 @@ -1,7 +1,7 @@ # LearningOnline Network with CAPA # option list style responses # -# $Id: optionresponse.pm,v 1.177 2011/09/13 21:42:58 raeburn Exp $ +# $Id: optionresponse.pm,v 1.178 2011/09/16 02:27:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -279,12 +279,14 @@ sub end_foilgroup { } $temp += $numrows; } else { + $response=&Apache::response::getresponse($temp); if ($response=~/\S/) { $response = $opt[$response]; } $temp ++; } } else { + $response=&Apache::response::getresponse($temp); $temp ++; } if ( $response =~ /[^\s]/) { 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.