This commit is contained in:
jmoya 2018-07-31 21:33:33 +00:00
parent 60fd4d3753
commit 98fea45d89

View file

@ -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
});