git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C364
This commit is contained in:
parent
60fd4d3753
commit
98fea45d89
1 changed files with 3 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ this.CrearEncuesta = function (data) {
|
|||
var body = data.questions;
|
||||
|
||||
var survey = new Survey.Survey();
|
||||
survey.locale = "es";
|
||||
survey.title = data.DetalleEncuestas[0].EncabezadoEncuesta.Descripcion;
|
||||
survey.showProgressBar = "top";
|
||||
|
||||
|
|
@ -43,7 +44,8 @@ this.CrearEncuesta = function (data) {
|
|||
if (q.choices.length % 3 == 0 && q.choices.length > 4)
|
||||
q.colCount = 3
|
||||
}
|
||||
|
||||
q.isRequired = true
|
||||
//item.Requerido
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue