merging 6.2.9 changes
This commit is contained in:
parent
1bb82bd7b9
commit
48caad2d74
42 changed files with 224 additions and 119 deletions
|
|
@ -947,7 +947,7 @@ sub www_viewGradebook {
|
|||
push(@responseloop, {
|
||||
'response.url'=>WebGUI::URL::page('func=viewIndividualSurvey&wid='.$self->get("wobjectId")
|
||||
.'&responseId='.$user->{Survey_responseId}),
|
||||
'response.user.name'=>($user->{userId} == 1) ? $user->{ipAddress} : $user->{username},
|
||||
'response.user.name'=>($user->{userId} eq '1') ? $user->{ipAddress} : $user->{username},
|
||||
'response.count.correct' => $correctCount,
|
||||
'response.percent' => round(($correctCount/$var->{'question.count'})*100)
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue