Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13075 Rev 13076
Línea 334... Línea 334...
334
		}
334
		}
Línea 335... Línea 335...
335
 
335
 
336
		content.forEach(section => section.questions.map(question => {
336
		content.forEach(section => section.questions.map(question => {
337
			if (question.type !== 'open') {
337
			if (question.type !== 'open') {
-
 
338
				questionsToOptions = [...questionsToOptions, question]
338
				questionsToOptions = [...questionsToOptions, question]
339
				console.log(questionsToOptions)
339
			}
340
			}
Línea 340... Línea -...
340
		}))
-
 
Línea 341... Línea 341...
341
 
341
		}))
Línea 342... Línea 342...
342
		console.log(questionsToOptions)
342