|
|
|
@ -4017,6 +4017,7 @@ class SurveyUtil { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$counter = 0; |
|
|
|
$counter = 0; |
|
|
|
|
|
|
|
if(is_array($answers_x)){ |
|
|
|
foreach ($answers_x as $user => $answers) |
|
|
|
foreach ($answers_x as $user => $answers) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// check if the user has given $option_x as answer |
|
|
|
// check if the user has given $option_x as answer |
|
|
|
@ -4029,6 +4030,7 @@ class SurveyUtil { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
return $counter; |
|
|
|
return $counter; |
|
|
|
} |
|
|
|
} |
|
|
|
/** |
|
|
|
/** |
|
|
|
|