Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 513 Rev 514
Línea 441... Línea 441...
441
            $valueFormSections = $valueFormSections + $valueSection;
441
            $valueFormSections = $valueFormSections + $valueSection;
Línea 442... Línea 442...
442
 
442
 
443
            for ($j = 0; $j < count($sections[$i]['questions']); $j++) {
443
            for ($j = 0; $j < count($sections[$i]['questions']); $j++) {
444
                $totalQuestion = $totalQuestion + $this->getPtosAnswer($sections[$i]['questions'][$j]);
444
                $totalQuestion = $totalQuestion + $this->getPtosAnswer($sections[$i]['questions'][$j]);
445
                if (isset($sections[$i]['questions'][$j]['comment'])) {
445
                if (isset($sections[$i]['questions'][$j]['comment'])) {
446
                    $comments = $comments.' '.$sections[$i]['questions'][$j]['comment'].'\n';
446
                    $comments = $comments.' '.$sections[$i]['questions'][$j]['comment'];
447
                }
447
                }
Línea 448... Línea 448...
448
            }
448
            }
449
 
449