Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 331 Rev 332
Línea 533... Línea 533...
533
 
533
 
534
            return answer;
534
            return answer;
Línea 535... Línea 535...
535
        }
535
        }
-
 
536
 
536
 
537
        if(type=='multiple'){
537
        if(type=='multiple'){
538
 
-
 
539
            var opt  = '';
Línea 538... Línea -...
538
            return ''
-
 
539
        }
-
 
540
        
-
 
541
        let opt = options.filter((opt) => opt.slug_option == answer)[0];
-
 
542
        if(opt){
540
 
543
            return removeTags(opt.text)
541
            let opt += removeTags(options.filter((opt) =>  answer.include(opt.slug_option))[0].text).' ';
Línea -... Línea 542...
-
 
542
        
-
 
543
            return opt;
Línea 544... Línea 544...
544
        }else{
544
        }
Línea 545... Línea 545...
545
            return '';
545
        
546
        }
546
        return removeTags(options.filter((opt) => opt.slug_option == answer)[0].text);