Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 407 Rev 408
Línea 424... Línea 424...
424
        let status;
424
        let status;
Línea 425... Línea 425...
425
 
425
 
426
     status = type=='multiple' ?
426
     status = type=='multiple' ?
427
           status = options.filter((opt) => answer.includes(opt.slug_option) && opt.correct == '1')
427
           status = options.filter((opt) => answer.includes(opt.slug_option) && opt.correct == '1')
428
     :
428
     :
Línea 429... Línea 429...
429
            status options.filter((opt) => opt.slug_option == answer && opt.correct == '1')
429
            options.filter((opt) => opt.slug_option == answer && opt.correct == '1')
430
        
430
        
431
 
431