+$disuri
$obsoletewarning
-$versiondisplay
+$versiondisplay
+
'.$lt{$_}.' | '. + if ($uri=~/\.(problem|exam|quiz|assess|survey|form)$/) { + if (exists($dynmeta{'stdno'}) || + exists($dynmeta{'avetries'}) || + exists($dynmeta{'difficulty'}) || + exists($dynmeta{'disc'})) { + # This is an assessment, print assessment data + $r->print('
'.$lt{'stdno'}.' | '. ''. - &prettyprint($_,$dynmeta{$_})." |
'.$lt{$_}.' | '. + ''. + &prettyprint($_,sprintf('%5.2f',$dynmeta{$_})). + ' | '."
Course | '. + 'Section(s) | '. + 'Num Students | '. + 'Mean Tries | '. + 'Degree of Difficulty | '. + 'Degree of Discrimination | '. + 'Time of computation | '. + '
---|---|---|---|---|---|---|
'.$data->{'sections'}.' | '; + $table .= + ''.$data->{'stdno'}.' | '; + foreach ('avetries','difficulty','disc') { + $table .= ''; + if (exists($data->{$_})) { + $table .= sprintf('%.2f',$data->{$_}).' '; + } else { + $table .= ''; + } + $table .= ' | '; + } + $table .= + '