--- loncom/interface/loncoursedata.pm 2003/10/09 14:50:01 1.103 +++ loncom/interface/loncoursedata.pm 2003/10/17 21:36:10 1.104 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursedata.pm,v 1.103 2003/10/09 14:50:01 matthew Exp $ +# $Id: loncoursedata.pm,v 1.104 2003/10/17 21:36:10 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2002,7 +2002,8 @@ sub get_optionresponse_data { my $dbh = &Apache::lonmysql::get_dbh(); return undef if (! defined($dbh)); my $request = 'SELECT '. - 'a.response_specific_value, a.submission, b.timestamp, c.tries '. + 'a.awarddetail, a.response_specific_value, a.submission, '. + 'b.timestamp, c.tries '. 'FROM '.$fulldump_response_table.' AS a '. 'LEFT JOIN '.$fulldump_timestamp_table.' AS b '. 'ON a.symb_id=b.symb_id AND a.student_id=b.student_id AND '.