Loading view/unicaen-enquete/resultat/resultats.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ $nbElements = count($elements); <td> <?php echo number_format($ratio, 2, ","); ?>%</td> </tr> <tr> <th> Sans réponses</th> <th> Sans réponse</th> <?php $count = $nbElements - count($counts[$question->getId()]["avec"]) - count($counts[$question->getId()]["sans"]); $ratio = $count / $nbElements * 100; Loading Loading
view/unicaen-enquete/resultat/resultats.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ $nbElements = count($elements); <td> <?php echo number_format($ratio, 2, ","); ?>%</td> </tr> <tr> <th> Sans réponses</th> <th> Sans réponse</th> <?php $count = $nbElements - count($counts[$question->getId()]["avec"]) - count($counts[$question->getId()]["sans"]); $ratio = $count / $nbElements * 100; Loading