This commit is contained in:
jmoya 2018-08-03 19:08:43 +00:00
parent 267da7b9e8
commit 98ac862c74

View file

@ -134,7 +134,8 @@ this.AgregarPregunta = function () {
respuestas = {
Respu: item[0],
}
Arrayrespuesta.push(respuestas);
Arrayrespuesta.push(respuestas.Respu);
});
@ -161,7 +162,7 @@ this.AgregarPregunta = function () {
$('#txtTituloPregunta').val(),
$('#txtNombrePregunta').val(),
requerido,
Arrayrespuesta[].Respu,
Arrayrespuesta.join(" | "),
option
]).draw();