.this, HomeMenuActivity.class);
startActivity(intent_home);
}
});
}
String[] englishQuestion08 = {"96. Why does the flag have 13 stripes? ",
"97. Why does the flag have 50 stars?* ",
"98. What is the name of the national anthem? ",
"99. When do we celebrate Independence Day?* ",
"100. Name two national U.S. holidays. "
};
String[] koreanQuestion08 = {"96. 미국 성조기에는 왜 13개의 줄이 있는가? ",
"97. 미국 성조기에는 왜 50개의 별이 있는가?* ",
"98. 국가의 이름은 무엇인가? ",
"99. 독립 기념일은 언제인가?* ",
"100. 미국의 국가 공휴일 중 두 가지를 말하라. " };
String[] englishAnswer08 = {"▪ because there were 13 original colonies ▪ because the stripes represent the original colonies ",
"▪ because there is one star for each state ▪ because each star represents a state ▪ because there are 50 states ",
"▪ The Star-Spangled Banner ",
"▪ July 4 ",
"▪ New Year’s Day ▪ Martin Luther King, Jr. Day ▪ Presidents’ Day ▪ Memorial Day ▪ Independence Day ▪ Labor Day ▪ Columbus Day ▪ Veterans Day ▪ Thanksgiving ▪ Christmas " };
String[] koreanAnswer08 = {"▪ 최초 식민 이주지가 13개였기 때문에 ▪ 줄무늬는 최초의 13개 식민 이주지를 나타내기 때문에 ",
"▪ 각 주마다 하나의 별이 있기 때문에 ▪ 각 별이 한 주를 나타내기 때문에 ▪ 50개의 주가 있기 때문에 ",
"▪ 성조기 ",
"▪ 7월 4일 ",
"▪ 새해 첫날 ▪ 마틴 루터 킹 2세 기념일 ▪ 대통령 기념일 ▪ 전몰 장병 추도 기념일 ▪ 독립 기념일 ▪ 노동절 ▪ 콜럼버스 기념일 ▪ 재향 군인의 날 ▪ 추수 감사절 ▪ 크리스마스 " };
String[] position88 = { "96", "97", "98", "99", "100" };