Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 233 Rev 234
Línea 758... Línea 758...
758
                                }
758
                                }
759
                            }
759
                            }
Línea 760... Línea 760...
760
 
760
 
761
                            console.log(totalOption)
761
                            console.log(totalOption)
762
                            console.log(valueQuestion);
762
                            console.log(valueQuestion);
763
                            if (objFormGenerator.sections[i].questions[j].type == 'multiple' && totalOption > valueQuestion) {
763
                            if (objFormGenerator.sections[i].questions[j].type == 'multiple' && totalOption != valueQuestion) {
764
                                $.fn.showError('ERROR_OPTIONS_SUM_VALUES'.replace('%s', objFormGenerator.sections[i].name).replace('%n', questionNumber));
764
                                $.fn.showError('ERROR_OPTIONS_SUM_VALUES'.replace('%s', objFormGenerator.sections[i].name).replace('%n', questionNumber));
765
                                return false;
765
                                return false;
766
                            }
766
                            }
767
                            if (objFormGenerator.sections[i].questions[j].type == 'rating-open' && maxOption > valueQuestion) {
767
                            if (objFormGenerator.sections[i].questions[j].type == 'rating-open' && maxOption > valueQuestion) {