From 38ecb78796e80bcbdc5a8a8b6e11b565eeb9e2d1 Mon Sep 17 00:00:00 2001 From: flavio Date: Mon, 09 Apr 2012 22:32:04 +0000 Subject: Textos --- diff --git a/FGR_T0101.py b/FGR_T0101.py index 5e78043..091d14e 100644 --- a/FGR_T0101.py +++ b/FGR_T0101.py @@ -165,8 +165,8 @@ class FGR_T0101(gtk.Widget): self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien! Ahora formas parte de la pandilla." - text2= "Natalia, José y Jacinto están muy contentos, sigue con ellos adelante." + text1= "¡Completaron muy bien esta actividad," + text2= "sigan adelante!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -198,8 +198,8 @@ class FGR_T0101(gtk.Widget): self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Les faltaron unos pocos segundos para completar la actividad." + text2= "¡Inténtenlo de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0102.py b/FGR_T0102.py index f00fbb7..324a7c3 100644 --- a/FGR_T0102.py +++ b/FGR_T0102.py @@ -165,8 +165,8 @@ class FGR_T0102(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Bien, consiguieron su primer sticker!" - text2= "" + text1= "¡Lo hicieron muy bien," + text2= "sigan así!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -195,8 +195,8 @@ class FGR_T0102(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Unos segundos más y lo conseguían." + text2= "¡Inténtenlo de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0103.py b/FGR_T0103.py index 4535d64..fce87ec 100644 --- a/FGR_T0103.py +++ b/FGR_T0103.py @@ -160,8 +160,8 @@ class FGR_T0103(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien! Ahora formas parte de la pandilla." - text2= "Natalia, José y Jacinto están muy contentos, sigue con ellos adelante." + text1= "Si continúan así serán un equipo 5 estrellas." + text2= "¡Felicitaciones!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -189,8 +189,8 @@ class FGR_T0103(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Les faltaron unos pocos segundos para completar esta actividad." + text2= "¡Inténtenlo de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -478,7 +478,7 @@ class Textos_Intro(pygame.sprite.OrderedUpdates): return base def load_textos(self): - textos = G.get_Textos_FGR_T0101() + textos = G.get_Textos_FGR_T0103() for linea in textos: label = Sprite_Texto(linea) self.labels.append(label) diff --git a/FGR_T0201.py b/FGR_T0201.py index ba3586c..231aa37 100644 --- a/FGR_T0201.py +++ b/FGR_T0201.py @@ -167,8 +167,8 @@ class FGR_T0201(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Bien, por completar esta etapa consiguieron el primer sticker" - text2= "de este nivel, les queda menos!" + text1= "¡Excelente," + text2= "lo hicieron muy bien!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -197,8 +197,8 @@ class FGR_T0201(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Unos segundos más y lo conseguían." + text2= "¡Pruébenlo de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0202.py b/FGR_T0202.py index 18a2de2..40034e7 100644 --- a/FGR_T0202.py +++ b/FGR_T0202.py @@ -133,8 +133,8 @@ class FGR_T0202(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Excelente, Arturo les agradece su ayuda. Por haber contestado correctamente y haber" - text2= "ayudado a Arturo se ganaron 2 stickers. Les falta sólo 1 para completar este nivel." + text1= "¡Sigan así y" + text2= "serán un equipo 5 estrellas!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -162,8 +162,8 @@ class FGR_T0202(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Te faltaron unos pocos segundos." + text2= "¡Inténtenlo nuevamente!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0204.py b/FGR_T0204.py index bd65baf..d83a089 100644 --- a/FGR_T0204.py +++ b/FGR_T0204.py @@ -163,8 +163,8 @@ class FGR_T0204(gtk.Widget): self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien, ahora saben cuáles son las partes más importantes de una bici y " - text2= "gracias a eso consiguieron 1 sticker más. Sigan adelante!" + text1= "¡Muy bien, son un excelente equipo," + text2= "sigan así!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -195,8 +195,8 @@ class FGR_T0204(gtk.Widget): self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Unos segundo más y lo conseguían." + text2= "¡Prueben de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -649,7 +649,7 @@ class Textos_Intro(pygame.sprite.OrderedUpdates): return base def load_textos(self): - textos= G.get_Textos_FGR_T0301() + textos= G.get_Textos_FGR_T0204() for linea in textos: label= Sprite_Texto(linea) self.labels.append(label) diff --git a/FGR_T0301.py b/FGR_T0301.py index 550dec0..ed026cb 100644 --- a/FGR_T0301.py +++ b/FGR_T0301.py @@ -139,8 +139,8 @@ class FGR_T0301(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien, ahora saben cuáles son las partes más importantes de una bici y " - text2= "gracias a eso consiguieron 1 sticker más. Sigan adelante!" + text1= "¡Lo hicieron muy bien," + text2= "felicitaciones!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -169,8 +169,8 @@ class FGR_T0301(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Unos segundo más y lo conseguían." + text2= "¡Prueben de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0302.py b/FGR_T0302.py index 48807ee..444353d 100644 --- a/FGR_T0302.py +++ b/FGR_T0302.py @@ -134,8 +134,8 @@ class FGR_T0302(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Excelente, ahora sí que están preparados para circular en bici." - text2= "Consiguieron otro sticker, les falta sólo 1 para completar la imagen." + text1= "Muy bien," + text2= "sigan demostrando todo lo que saben!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -163,8 +163,8 @@ class FGR_T0302(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Les faltaron algunos segundos." + text2= "¡Inténtenlo nuevamente!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0303.py b/FGR_T0303.py index 5007f54..bb6fccc 100644 --- a/FGR_T0303.py +++ b/FGR_T0303.py @@ -134,8 +134,8 @@ class FGR_T0303(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien, completaron el nivel “Seré conductor”, ahora sí tienen" - text2= "todos los conocimientos para circular correctamente en su bici." + text1= "¡Felicitaciones," + text2= "lo hicieron muy bien, sigan así!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -163,8 +163,8 @@ class FGR_T0303(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Sólo faltaron unos segundos." + text2= "¡Prueben de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0401.py b/FGR_T0401.py index af6d350..2256d2c 100644 --- a/FGR_T0401.py +++ b/FGR_T0401.py @@ -130,8 +130,8 @@ class FGR_T0401(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Excelente, son pasajeros ejemplares! Les queda una etapa más y completan" - text2= "este nivel, sigan adelante, no les queda casi nada para el objetivo final." + text1= "¡Felicitaciones, demostraron ser pasajeros ejemplares!" + text2= "Sigan así." mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -159,8 +159,8 @@ class FGR_T0401(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Con unos segundos más de seguro lo conseguían." + text2= "¡Inténtenlo nuevamente!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0402.py b/FGR_T0402.py index 3f47c1d..84f384d 100644 --- a/FGR_T0402.py +++ b/FGR_T0402.py @@ -134,8 +134,8 @@ class FGR_T0402(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien, se ganaron el sticker que completa la imagen de este nivel." - text2= "Les queda sólo el último. Sigan avanzando pandilla!" + text1= "¡Lo han hecho muy bien," + text2= "continúen así!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -163,8 +163,8 @@ class FGR_T0402(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Les faltaron unos pocos segundos para completar esta actividad." + text2= "¡Inténtenlo de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0501.py b/FGR_T0501.py index b9bd9de..985c13f 100644 --- a/FGR_T0501.py +++ b/FGR_T0501.py @@ -130,8 +130,8 @@ class FGR_T0501(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "FELICITACIONES !!! Lograron obtener la quinta imagen. Ya son miembros del club" - text2= "del tránsito. Lo han hecho muy bien en grupo. Pandilla, hasta el próximo reto!" + text1= "¡Lo hicieron muy bien," + text2= "continúen de esta forma!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -159,8 +159,8 @@ class FGR_T0501(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Con unos segundos más de seguro lo conseguían." + text2= "¡Inténtenlo nuevamente!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) diff --git a/FGR_T0502.py b/FGR_T0502.py index 8cbdb1e..6d706af 100644 --- a/FGR_T0502.py +++ b/FGR_T0502.py @@ -157,8 +157,8 @@ class FGR_T0502(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Muy bien, ahora saben cuáles son las partes más importantes de una bici y " - text2= "gracias a eso consiguieron 1 sticker más. Sigan adelante!" + text1= "Lo han hecho muy bien en equipo." + text2= "¡Felicitaciones!" mensaje= Mensaje(self, "Victory", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -186,8 +186,8 @@ class FGR_T0502(gtk.Widget): self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0)) pygame.display.update() pygame.time.wait(1000) - text1= "Te han Faltado Unos Segundos Para Completar la Actividad." - text2= "Prueba Nuevamente." + text1= "Les faltaron unos pocos segundos para completar esta actividad." + text2= "¡Inténtenlo de nuevo!" mensaje= Mensaje(self, "End", text1, text2) self.fondo= self.fondo1 self.ventana.blit(self.fondo, (0,0)) @@ -613,7 +613,7 @@ class Textos_Intro(pygame.sprite.OrderedUpdates): return base def load_textos(self): - textos= G.get_Textos_FGR_T0301() + textos= G.get_Textos_FGR_T0502() for linea in textos: label= Sprite_Texto(linea) self.labels.append(label) diff --git a/Globals.py b/Globals.py index 4a57512..3990ce4 100644 --- a/Globals.py +++ b/Globals.py @@ -184,13 +184,18 @@ def get_Posicion_Carteles_FGR_T0101(): return [(250,604), (600,604), (950,604), (370,780), (830,780)] # Textos: -INTRO_FGR_T0101='''Primero lo primero. +'''INTRO_FGR_T0101=Primero lo primero. Para poder formar parte de la pandilla y conseguir el objetivo final, tienes que demostrar algunos conocimientos. ¿Te animas a unir las señales de tránsito que aparecen con sus respectivas definiciones? Ej: señal “Curva peligrosa” con Curva peligrosa. Recuerda que el tiempo corre. ''' +INTRO_FGR_T0101 = ''' En esta actividad tienen que unir las señales de +tránsito que figuran, con sus respectivas definiciones. +¡Realícenlo sin equivocarse y en el menor tiempo posible +así obtendrán un mejor puntaje!''' + def get_Textos_FGR_T0101(): textos= [] for linea in INTRO_FGR_T0101.split("\n"): @@ -292,12 +297,15 @@ def get_Posicion_Carteles_FGR_T0102(): return [(375, 170), (815, 170), (180, 475), (590, 475), (1010, 475)] # Textos: -INTRO_FGR_T0102='''José Máforo: +'''INTRO_FGR_T0102=José Máforo: Tenemos que colocar cada una de las señales de tránsito en el grupo al que corresponden y así conseguiremos nuestro primer sticker. Ej: señal: “Hospital” en Grupo: Informativa. Es por tiempo, no lo olvidemos!''' +INTRO_FGR_T0102 = '''Equipo, tienen que colocar cada una de las señales de +tránsito en el grupo al que corresponden.''' + def get_Textos_FGR_T0102(): textos= [] for linea in INTRO_FGR_T0102.split("\n"): @@ -320,6 +328,17 @@ def get_seniales_FGR_T0103(): (os.path.join(IMAGENES, "Seniales2", "Pare.png"), "Pare", "Prioridad"), (os.path.join(IMAGENES, "Seniales2", "Sentido Obligacion.png"), "Sentido Obligacion", "Obligación"), (os.path.join(IMAGENES, "Seniales2", "Paso a Nivel.png"), "Paso a Nivel", "Peligro")] + +INTRO_FGR_T0103 = '''Pongan a prueba su memoria con este "Juego de la memoria". +Tienen que eliminar los 6 pares de tarjetas que +aparecen en el tablero, en el menor tiempo posible, +así conseguirán un mejor puntaje.''' + +def get_Textos_FGR_T0103(): + textos= [] + for linea in INTRO_FGR_T0103.split("\n"): + textos.append(linea) + return textos # ------------- T0103 ------------- # ------------- T0201 ------------- @@ -336,7 +355,7 @@ def get_Imagenes_FGR_T0201(): return imagenes # Textos: -INTRO_FGR_T0201= '''Natalia Vansilla: +'''INTRO_FGR_T0201=Natalia Vansilla: Hoy en mi clase aprendimos sobre seguridad vial y cómo debemos actuar como peatón. Juguemos por tiempo a completar los espacios en blanco con @@ -344,6 +363,11 @@ las palabras que tenemos. Ej: Las personas que circulan a pie son: Peatones. Titu Titu, pasa el tiempo.''' +INTRO_FGR_T0201 = '''En esta actividad tienen que demostrar sus conocimientos sobre +seguridad vial y cómo se debe actuar como peatón. +Completen los espacios en blanco con las palabras que +figuran y estarán más cerca del objetivo final.''' + def get_Textos_FGR_T0201(): textos= [] for linea in INTRO_FGR_T0201.split("\n"): @@ -351,8 +375,10 @@ def get_Textos_FGR_T0201(): return textos def get_palabras_FGR_T0201(): - return ["PEATONES", "ACERA", "BORDE", "CALLE", "CRUZAR", "SEMAFORO", "CEBRA", "AMBOS LADOS", "CARRETERA", "ESTACIONADOS", "OPUESTA", -"FILA", "JUGAR", "VISIBILIDAD", "DISTANCIA", "VELOCIDAD", "SENTIDOS", "BANQUINA", "ACERA", "CRUZAR", "ESQUINA"] + return ["PEATONES", "ACERA", "BORDE", "CALLE", "CRUZAR", "SEMAFORO", + "CEBRA", "AMBOS LADOS", "CARRETERA", "ESTACIONADOS", "OPUESTA", + "FILA", "JUGAR", "VISIBILIDAD", "DISTANCIA", "VELOCIDAD", "SENTIDOS", + "BANQUINA", "ACERA", "CRUZAR", "ESQUINA"] def get_Posicion_Palabras_FGR_T0201(): w,h= RESOLUCION @@ -413,12 +439,16 @@ def get_afirmaciones_FGR_T0202(): return afirmaciones # Textos: -INTRO_FGR_T0202= '''Parece que Arturo recién está aprendiendo +'''INTRO_FGR_T0202=Parece que Arturo recién está aprendiendo cómo circular en la calle y necesita ayuda. Enséñenle cuáles de estas afirmaciones son verdaderas y cuáles son falsas. Ej: La senda peatonal (“cebra”) indica donde el peatón puede cruzar la calle. Esto es verdadero. No olviden el tiempo.''' +INTRO_FGR_T0202 = '''¿Saben cómo circular correctamente por la calle? +Muestren sus conocimientos contestando este +verdadero o falso. ¡Es muy fácil!''' + def get_Textos_FGR_T0202(): textos= [] for linea in INTRO_FGR_T0202.split("\n"): @@ -440,7 +470,7 @@ def get_imagen_FGR_T0301(imagen): return pygame.transform.scale(pygame.image.load(DIRECTORIO_BASE+"/Imagenes/FGR_T0301/%s.png" % (imagen)), (300,300)) # Textos: -INTRO_FGR_T0301= '''Jacinto Puesto: +'''INTRO_FGR_T0301=Jacinto Puesto: Pandilla, mis padres me dijeron que si sabía las partes más importantes de una bicicleta me la regalaban para mi cumpleaños. José Máforo: @@ -448,6 +478,10 @@ Genial, aprendámoslas juntos con esta sopa de letras, sólo hay que encontrar las palabras en el recuadro. Ej: Rueda. Tic Tac, tic tac.''' +INTRO_FGR_T0301 = '''¿Cuánto saben sobre las partes más importantes de una bici? +Para demostrarlo tienen que encontrar las palabras que +figuran en esta "Sopa de letras" en el menor tiempo posible.''' + def get_Textos_FGR_T0301(): textos= [] for linea in INTRO_FGR_T0301.split("\n"): @@ -463,13 +497,18 @@ def get_Fondos_FGR_T0302(): return (fondo1,fondo2) # Textos: -INTRO_FGR_T0302= '''Ahora que aprendieron las partes más importantes de la bici, +'''INTRO_FGR_T0302=Ahora que aprendieron las partes más importantes de la bici, demuestren que saben circular correctamente en ella. Sólo tienen que marcar la opción correcta a estas afirmaciones. Ej: Cuando voy a atravesar un cruce sin semáforo, si hay cebra, primero me bajo de la bici y la cruzo caminando. No olvidar el tiempo.''' +INTRO_FGR_T0302 = '''Equipo, en esta actividad pueden aprender cómo se +debe circular correctamente en una bicicleta. +Es muy fácil y divertido, sólo tienen que marcar la +opción correcta a las afirmaciones que aparecen.''' + def get_Textos_FGR_T0302(): textos= [] for linea in INTRO_FGR_T0302.split("\n"): @@ -544,7 +583,7 @@ def get_Fondos_FGR_T0401(): return (fondo1,fondo2) # Textos: -INTRO_FGR_T0401= '''Les queda muy poco para conseguir su Carnet. +'''INTRO_FGR_T0401=Les queda muy poco para conseguir su Carnet. Veamos cuánto saben sobre la forma correcta de comportarse como pasajero. Tienen que seleccionar para cada afirmación una respuesta correcta. Ej: Cuando llega el transporte escolar, espero en orden y si hay @@ -552,6 +591,9 @@ niños más pequeños les permito que suban primero. Parece difícil, pero juntos de seguro lo van a lograr! Recuerden que el tiempo pasa.''' +INTRO_FGR_T0401 = '''Veamos cuánto saben sobre cómo comportarse como pasajeros. +Tienen que seleccionar la opción correcta a estas afirmaciones.''' + def get_Textos_FGR_T0401(): textos= [] for linea in INTRO_FGR_T0401.split("\n"): @@ -624,7 +666,7 @@ def get_Fondos_FGR_T0501(): return (fondo1,fondo2) # Textos: -INTRO_FGR_T0501= '''Llegaron al último nivel. Arturo también puede sumarse en esta actividad. +'''INTRO_FGR_T0501 = Llegaron al último nivel. Arturo también puede sumarse en esta actividad. Ayúdenlo y demuestren todo lo que saben sobre cómo debemos caminar por la ciudad. Es muy fácil, tienen que elegir la opción correcta para completar las frases. Ej: Debemos caminar por la vereda y @@ -632,6 +674,10 @@ lejos del cordón, porque el riesgo de un siniestro con los automóviles que circulan, es menor. Juntos es más divertido finalizar el juego y así obtener el tan esperado carnet. No se olviden que acá también corre el tiempo! ''' +INTRO_FGR_T0501 = '''Equipo, tienen que demostrar todo lo que saben sobre +cómo se debe caminar correctamente por la ciudad. +Tienen que elegir la opción que completa la oración correctamente.''' + def get_Textos_FGR_T0501(): textos= [] for linea in INTRO_FGR_T0501.split("\n"): @@ -693,12 +739,16 @@ def get_Fondos_FGR_T0303(): return (fondo1,fondo2) # Textos: -INTRO_FGR_T0303= '''Natalia Vansilla: Para finalizar este nivel y ser +'''INTRO_FGR_T0303=Natalia Vansilla: Para finalizar este nivel y ser “Ciclistas y peatones precavidos y expertos “ tenemos que encontrar en la imagen las respuestas a las preguntas que tenemos. Ej: ¿Qué personajes se desplazan en esta escena de un modo ecológico? Los peatones y ciclistas. Tic Tac, el tiempo pasa. ''' +INTRO_FGR_T0303 = '''En esta etapa tienen que encontrar en la imagen, +las respuestas a las preguntas que aparecen, +en el menor tiempo posible. ¡Es muy fácil y divertido!''' + def get_Textos_FGR_T0303(): textos= [] for linea in INTRO_FGR_T0303.split("\n"): @@ -734,13 +784,17 @@ def get_Fondos_FGR_T0402(): return (fondo1,fondo2) # Textos: -INTRO_FGR_T0402= '''Jacinto Puesto: Hoy en clase la maestra nos habló sobre +'''INTRO_FGR_T0402 = Jacinto Puesto: Hoy en clase la maestra nos habló sobre cómo comportarnos como pasajeros y como ya lo habíamos estudiado, nos puso un Ste en orales a José y a mí. José Máforo: Sí y ahora tenemos que hacer un deber que consiste en encontrar en la imagen los 7 pasajeros imprudentes. ¿Nos ayudan? Es muy divertido! Ej: Un niño tocando la corneta. Imprudente.''' +INTRO_FGR_T0402 = '''En esta actividad tienen que encontrar en la imagen, +los 7 pasajeros imprudentes. +¡Si son pasajeros ejemplares les será muy fácil!''' + def get_Textos_FGR_T0402(): textos= [] for linea in INTRO_FGR_T0402.split("\n"): @@ -806,6 +860,16 @@ def get_Texto_FGR_T0502(): " utilizando mi . . .", "8- En el auto y en mi bicicleta, debo", " asegurarme que funcione correctamente la . . ."] + +INTRO_FGR_T0502 = '''En esta actividad tienen que completar este crucigrama, +colocando las palabras que figuran, en el lugar que corresponde. +¡Háganlo en el menor tiempo posible, así obtendrán un mejor puntaje!''' + +def get_Textos_FGR_T0502(): + textos= [] + for linea in INTRO_FGR_T0502.split("\n"): + textos.append(linea) + return textos # ------------- T0502 ------------- # ------------- T0204 ------------- @@ -846,6 +910,17 @@ def get_Texto_FGR_T0204(): " me desplazo en . . .", "8- Cualquier persona que circula", " a pie es un . . ."] + +INTRO_FGR_T0204 = '''¡Esta actividad es muy fácil y divertida! +Tienen que completar este crucigrama colocando las +palabras que figuran donde corresponden. ''' + +def get_Textos_FGR_T0204(): + textos= [] + for linea in INTRO_FGR_T0204.split("\n"): + textos.append(linea) + return textos + # ------------- T0204 ------------- class Controles(pygame.sprite.OrderedUpdates): -- cgit v0.9.1