Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 320 Rev 321
Línea 532... Línea 532...
532
        if(question.type =='open' || question.type == "rating-open" ){
532
        if(question.type =='open' || question.type == "rating-open" ){
Línea 533... Línea 533...
533
 
533
 
534
            return question.aswer;
534
            return question.aswer;
Línea 535... Línea 535...
535
        }
535
        }
Línea 536... Línea 536...
536
        
536
        
Línea 537... Línea 537...
537
        return question.options.filter((opt) => opt.slug_option == question.aswer))[0].text;
537
        return question.options.filter((opt) => opt.slug_option == question.aswer))[0];