Skip to content

Commit 9ce647a

Browse files
authored
Create Ixtapa.sh
1 parent d81633f commit 9ce647a

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

  • Hochob/Applications/CentralMayaLowlands
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
#!/bin/sh
2+
3+
set -x
4+
5+
# =============================================================================
6+
# Variables
7+
# =============================================================================
8+
9+
. ~/CodeLabs/Hochob/Main.sh
10+
11+
export IXTAPA_PID=$$
12+
export IXTAPA_NAME="Mapimi Application"
13+
export IXTAPA_PATH=$(readlink -f "$0")
14+
export IXTAPA_DIRECTORY=$(dirname "$IXTAPA_PATH")
15+
16+
# =============================================================================
17+
# Functions
18+
# =============================================================================
19+
20+
# None
21+
22+
# =============================================================================
23+
# Main
24+
# =============================================================================
25+
26+
LOCAL_DEVICE="Juum"
27+
LOCAL_INSTITUTION=`Name.sh`
28+
LOCAL_LANGUAGE=`Language.sh`
29+
30+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
31+
"
32+
Que aportaron los Mayas a la tecnologia? \
33+
Uno, Las piramides. \
34+
Dos, El cero. \
35+
Tres, El calendario. \
36+
Cuatro, El chocolate. \
37+
"
38+
SurveyMultipleChoice.sh $LOCAL_DEVICE spanish robot 2
39+
40+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
41+
"
42+
Quienes son los fundadores de Intel? \
43+
"
44+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
45+
"
46+
Uno, Robert Noyce, Gordon Moore. \
47+
Dos, Steve Allen. \
48+
Tres, Elon Musk. \
49+
Cuatro, Larry Page and Sergey Brin. \
50+
"
51+
SurveyMultipleChoice.sh $LOCAL_DEVICE spanish robot 1
52+
53+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
54+
"
55+
Cuantos ingenieros eran cuando empeze Intel Guadalajara?
56+
Uno, 60. \
57+
Dos, 34. \
58+
Tres, 1200. \
59+
Cuatro, 15.
60+
"
61+
SurveyMultipleChoice.sh $LOCAL_DEVICE spanish robot 2
62+
63+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
64+
"
65+
El microprocesador es el cerebro de la computadora?
66+
"
67+
SurveyYesNo.sh $LOCAL_DEVICE spanish robot yes
68+
69+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
70+
"
71+
Las fabricas de Intel son 200 veces mas limpias que un quirofano??
72+
"
73+
SurveyYesNo.sh $LOCAL_DEVICE spanish robot no
74+
75+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
76+
"
77+
Podemos encontrar el microprocesador en?
78+
Uno, Accesorios para las personas. \
79+
Dos, En la tierra. \
80+
Tres, En el espacio. \
81+
Cuatro, En todos los anteriores.
82+
"
83+
SurveyMultipleChoice.sh $LOCAL_DEVICE spanish robot 4
84+
85+
StreamAudio.sh $LOCAL_DEVICE spanish robot \
86+
"
87+
En el sistema binario, el cero significa?
88+
Uno, Encendido. \
89+
Dos, Apagado. \
90+
Tres, Nada. \
91+
Cuatro, Todo.
92+
"
93+
SurveyMultipleChoice.sh $LOCAL_DEVICE spanish robot 1
94+
95+
# End of File

0 commit comments

Comments
 (0)