Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 552 | Rev 554 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 552 Rev 553
Línea 423... Línea 423...
423
            $valueFormSections = $valueFormSections + $valueSection;
423
            $valueFormSections = $valueFormSections + $valueSection;
Línea 424... Línea 424...
424
 
424
 
425
            for ($j = 0; $j < count($sections[$i]['questions']); $j++) {
425
            for ($j = 0; $j < count($sections[$i]['questions']); $j++) {
426
                $totalQuestion = $totalQuestion + $this->getPtosAnswer($sections[$i]['questions'][$j]);
426
                $totalQuestion = $totalQuestion + $this->getPtosAnswer($sections[$i]['questions'][$j]);
427
                if(isset($sections[$i]['questions'][$j]['comment'])){
427
                if(isset($sections[$i]['questions'][$j]['comment'])){
428
                    $comments = $comments.' '.$sections[$i]['questions'][$j]['comment'];
428
                    $comments = $comments.' '.$sections[$i]['questions'][$j]['comment'].'\n';
429
                }
429
                }
Línea 430... Línea 430...
430
            }
430
            }
431
 
431