From 74e3c265b028f9adddcc8b61751ee54eadddc924 Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:01:51 -0600 Subject: [PATCH] =?UTF-8?q?cambios=20en=20cr=C3=A9ditos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/controller/Usuario/escolares.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/server/controller/Usuario/escolares.js b/server/controller/Usuario/escolares.js index 78a15b6..030f184 100644 --- a/server/controller/Usuario/escolares.js +++ b/server/controller/Usuario/escolares.js @@ -5,27 +5,27 @@ const dbPath = '../../db/tablas'; const Usuario = require(`${dbPath}/Usuario`); const Carrera = require(`${dbPath}/Carrera`); const creditosCarreras = [ - { carrera: 'LIC. EN ACTUARIA', creditos: 70 }, + { carrera: 'LIC. EN ACTUARIA', creditos: 64 }, { carrera: 'LIC. EN ARQUITECTURA', creditos: 70 }, - { carrera: 'LIC. EN CIENCIAS POLITICAS Y ADMON PUB', creditos: 70 }, - { carrera: 'LIC. EN CIENCIAS POLITICAS Y ADMON.PUBL.', creditos: 70 }, - { carrera: 'LIC. EN COMUNICACION', creditos: 67 }, - { carrera: 'LIC. EN DERECHO', creditos: 70 }, - { carrera: 'LIC. EN DERECHO (SUA)', creditos: 70 }, + { carrera: 'LIC. EN CIENCIAS POLITICAS Y ADMON PUB', creditos: 67.46 }, + { carrera: 'LIC. EN CIENCIAS POLITICAS Y ADMON.PUBL.', creditos: 67.46 }, + { carrera: 'LIC. EN COMUNICACION', creditos: 67.28 }, + { carrera: 'LIC. EN DERECHO', creditos: 68 }, + { carrera: 'LIC. EN DERECHO (SUA)', creditos: 67 }, { carrera: 'LIC. EN DISEÑO GRAFICO', creditos: 70 }, - { carrera: 'LIC. EN ECONOMIA', creditos: 70 }, - { carrera: 'LIC. EN ENSEÑANZA DE INGLES', creditos: 70 }, + { carrera: 'LIC. EN ECONOMIA', creditos: 66.35 }, + { carrera: 'LIC. EN ENSEÑANZA DE INGLES', creditos: 69.89 }, { carrera: 'LIC. EN FILOSOFIA', creditos: 70 }, { carrera: 'LIC. EN HISTORIA', creditos: 70 }, { carrera: 'LIC. EN INGENIERIA CIVIL', creditos: 70 }, { carrera: 'LIC. EN LENGUA Y LITERATURA HISPANICAS', creditos: 70 }, - { carrera: 'LIC. EN MAT. APLICADAS Y COMPUTACION', creditos: 68 }, - { carrera: 'LIC. EN MATEMATICAS APLICADAS Y COMP.', creditos: 68 }, + { carrera: 'LIC. EN MAT. APLICADAS Y COMPUTACION', creditos: 66 }, + { carrera: 'LIC. EN MATEMATICAS APLICADAS Y COMP.', creditos: 66 }, { carrera: 'LIC. EN PEDAGOGÍA', creditos: 70 }, { carrera: 'LIC. EN PERIODISMO Y COMUNICACION COL.', creditos: 70 }, { carrera: 'LIC. EN RELACIONES INTERNACIONALES', creditos: 70 }, { carrera: 'LIC. EN RELACIONES INTERNACIONALES (SUA)', creditos: 70 }, - { carrera: 'LIC. EN SOCIOLOGIA', creditos: 70 }, + { carrera: 'LIC. EN SOCIOLOGIA', creditos: 68 }, { carrera: 'LIC. ENSEÑANZA DE ALEMÁN (LENG. EXTRANJS', creditos: 70 }, { carrera: 'LIC. ENSEÑANZA DE ESPAÑOL(LENG. EXTRANJ)', creditos: 70 }, { carrera: 'LIC. ENSEÑANZA DE INGLÉS(LENG. EXTRANJE)', creditos: 70 },