Skip to content

Commit

Permalink
Renamed unittest files and a small change due to evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Jan 4, 2010
1 parent fa95cb4 commit b286b6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/workshop/form/accumulative/lib.php
Expand Up @@ -273,9 +273,9 @@ public function supports_evaluation(workshop_evaluation $evaluation) {
public function get_assessments_recordset($restrict) {
global $DB;

$sql = 'SELECT a.id AS assessmentid,a.weight AS assessmentweight,a.reviewerid,
$sql = 'SELECT a.id AS assessmentid, a.weight AS assessmentweight, a.reviewerid, a.gradinggrade,
s.id AS submissionid,
g.dimensionid,g.grade,
g.dimensionid, g.grade,
d.weight AS dimensionweight
FROM {workshop_submissions} s
JOIN {workshop_assessments} a ON (a.submissionid = s.id)
Expand Down

0 comments on commit b286b6e

Please sign in to comment.