Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 240 Rev 241
Línea 235... Línea 235...
235
                        'multiline': multiline,
235
                        'multiline': multiline,
236
                        'range': range,
236
                        'range': range,
237
                        'options': [],
237
                        'options': [],
238
                        'answer': type=='multiple' ? [] : ''
238
                        'answer': type=='multiple' ? [] : ''
239
                    }
239
                    }
240
                    this.sections[i].push({'status':0});
-
 
241
                    this.sections[i].questions.push(question);
240
                    this.sections[i].questions.push(question);
242
                    renderTable = true;
241
                    renderTable = true;
243
                    break;
242
                    break;
244
                }
243
                }
245
            }
244
            }
Línea 337... Línea 336...
337
                                'slug_section': slug_section,
336
                                'slug_section': slug_section,
338
                                'slug_question': slug_question,
337
                                'slug_question': slug_question,
339
                                'slug_option': slug_option,
338
                                'slug_option': slug_option,
340
                                'text': text,
339
                                'text': text,
341
                                'correct': correct,
340
                                'correct': correct,
342
                                'value': value
341
                                'value': value,
-
 
342
                                'checked': false
343
                            }
343
                            }
344
                            this.sections[i].questions[j].options.push(option);
344
                            this.sections[i].questions[j].options.push(option);
345
                            renderTable = true;
345
                            renderTable = true;
346
                            break;
346
                            break;
347
                        }
347
                        }