Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66272ff3ef | |||
| 5b5c2d24ac | |||
| 549e0dbc90 | |||
| 98022ec605 | |||
| 3a560255dd | |||
| 4ff5ef55fa | |||
| 1b3088ed9f | |||
| 96c387420e | |||
| 02cb974be1 | |||
| 728922136a |
@@ -166,7 +166,7 @@ export default {
|
||||
tipo: 'texto',
|
||||
texto:
|
||||
'En caso de que las actividades que realizaste hayan sido distintas a las descritas en el programa, enlistas ¿Cuáles fueron?',
|
||||
limite: 100,
|
||||
limite: 200,
|
||||
condicional: {
|
||||
preguntaId: 'actividades',
|
||||
valor: 'No'
|
||||
@@ -192,7 +192,7 @@ export default {
|
||||
id: 'instalacionesComentarios',
|
||||
tipo: 'texto',
|
||||
texto: 'Si respondiste NO, ¿Por qué?',
|
||||
limite: 100,
|
||||
limite: 200,
|
||||
condicional: {
|
||||
preguntaId: 'instalaciones',
|
||||
valor: 'No'
|
||||
@@ -241,7 +241,7 @@ export default {
|
||||
id: 'actividadesComentarios3',
|
||||
tipo: 'texto',
|
||||
texto: '¿Por qué?',
|
||||
limite: 100,
|
||||
limite: 200,
|
||||
condicional: {
|
||||
preguntaId: 'recomendacion',
|
||||
valor: 'No'
|
||||
@@ -253,7 +253,7 @@ export default {
|
||||
tipo: 'texto',
|
||||
texto:
|
||||
'Menciona los conocimiento o habilidades que te ayudarían a un mejor desempeño para tu actividad profesional a futuro',
|
||||
limite: 100
|
||||
limite: 200
|
||||
}
|
||||
],
|
||||
tablas: [
|
||||
@@ -581,7 +581,7 @@ export default {
|
||||
return false
|
||||
}
|
||||
if (pregunta.tipo === 'texto') {
|
||||
const limite = pregunta.limite || 500
|
||||
const limite = pregunta.limite || 200
|
||||
if (resp.length > limite) {
|
||||
this.$buefy.dialog.alert({
|
||||
title: 'Error',
|
||||
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
numeroPregunta: 1,
|
||||
id: 'actividadesUniversitario',
|
||||
tipo: 'texto',
|
||||
limite: 100,
|
||||
limite: 200,
|
||||
texto:
|
||||
'Mencione las principales actividades que realizó el/la universitario(a) en su programa de servicio social',
|
||||
},
|
||||
@@ -180,7 +180,7 @@ export default {
|
||||
numeroPregunta: 4,
|
||||
id: 'cursosComplementarios',
|
||||
tipo: 'texto',
|
||||
limite: 100,
|
||||
limite: 200,
|
||||
texto:
|
||||
'¿Qué cursos considera que complementarían la formación de nuestros egresados?',
|
||||
},
|
||||
@@ -195,7 +195,7 @@ export default {
|
||||
numeroPregunta: 6,
|
||||
id: 'porqueNoContrataria',
|
||||
tipo: 'texto',
|
||||
limite: 100,
|
||||
limite: 200,
|
||||
texto:
|
||||
'Si su respuesta a la pregunta anterior fue NO, comente ¿por qué?',
|
||||
condicional: {
|
||||
|
||||
Reference in New Issue
Block a user