git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C380
This commit is contained in:
parent
267da7b9e8
commit
98ac862c74
1 changed files with 3 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue