forked from: Dictation Machine Beta V2
/**
* Copyright andrewexex886 ( http://wonderfl.net/user/andrewexex886 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/bAWjg
*/
// forked from andrewexex886's Dictation Machine Beta V2
package {
import flash.net.URLRequest;
import flash.media.Sound;
import flash.text.TextFormat;
import flash.display.Stage;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.text.TextField;
import flash.text.TextFieldType;
import flash.display.Sprite;
import flash.ui.Keyboard;
public class FlashTest extends Sprite {
private var butt:Sprite;
private var Cbutt:Sprite;
private var tf:TextField;
private var tf2:TextField;
private var vocalLibE:Array=[""];
private var vocalLibC:Array=["點擊Enter重新開始"];
private var vocalLibS:Array=[""];
private var vocalLibLenght:int;
private var nowVocalNum:int=0;
private var fStage:Stage;
private var mySound:Sound = new Sound();
private var CoursePanel:Sprite;
private var wrongTimes:int=0;
//XML
private var SelectedCourseName:Array=[];
private var SelectedCourseTotal:int;
private var AllCourseName:Array=[];
private var AllCourseCB:Array=[];
private var AllCourseTotal:int;
private var VocabXML:XML;
private var VocabTotal:int;
//custom function
private var CF_RandomVocab:checkbox_t;
private var CF_SAF:checkbox_t;
private var CF_CtEMode:checkbox_t;
private var CF_withANS:checkbox_t;
public function FlashTest() {
fStage=stage;
//inittrace(stage);
//trace("start");
VocabXML=<VocabularyLibrary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>struggle</Eng>
<Chi>艱難</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/str/struggle%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>ultimate</Eng>
<Chi>極限的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/ul/ult/ultimate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>patience</Eng>
<Chi>恆心</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pa/pat/patience%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>renowned</Eng>
<Chi>有名的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/ren/renowned%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>buddhist</Eng>
<Chi>佛教徒</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Buddhist.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>philosopher</Eng>
<Chi>哲學家</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/ph/phi/philosopher%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>author</Eng>
<Chi>作者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/au/aut/author%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>obstacle</Eng>
<Chi>障礙</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/ob/obs/obstacle%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>operatic</Eng>
<Chi>歌劇的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/operatic.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>constant</Eng>
<Chi>常數</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconstant%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>doubt</Eng>
<Chi>不確定</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/do/dou/doubt%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>confidence</Eng>
<Chi>舒適的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconfidence%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>capabilities</Eng>
<Chi>才能</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/capability.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>temporarily</Eng>
<Chi>暫時地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/temporarily.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>instead</Eng>
<Chi>代替</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ins/instead%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>concentrated</Eng>
<Chi>決心要做的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconcentrated%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>exceptional</Eng>
<Chi>優秀的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exc/exceptional%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>failure</Eng>
<Chi>失敗者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/failure.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>timid</Eng>
<Chi>膽怯的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/ti/tim/timid%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>long_term_vision</Course>
<Eng>depend</Eng>
<Chi>依靠</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dep/depend%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>anthropology</Eng>
<Chi>人類學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/an/ant/anthropology%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>anthropologist</Eng>
<Chi>人類學家</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/an/ant/anthropologist%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>mongolia</Eng>
<Chi>蒙古</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Mongolia.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>fieldwork</Eng>
<Chi>實地考察</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fi/fie/fieldwork%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>benefit</Eng>
<Chi>益處</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/be/ben/benefit%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>assimilation</Eng>
<Chi>吸收</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/assimilation.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>gradually</Eng>
<Chi>逐漸地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/gr/gra/gradually%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>herd</Eng>
<Chi>放牧</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/herd.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>yak</Eng>
<Chi>牦牛</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/y/ya/yak/yak%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>peak</Eng>
<Chi>山峰</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/pea/peak%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>shield</Eng>
<Chi>保護</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/shield.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>wrist</Eng>
<Chi>手腕</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wr/wri/wrist%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>dangle</Eng>
<Chi>晁來晁去</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/dangle.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>moustache</Eng>
<Chi>鬍子</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mo/mou/moustache%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Anthropology</Course>
<Eng>lip</Eng>
<Chi>唇</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/li/lip/lip%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>ash</Eng>
<Chi>骨灰</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/as/ash/ash%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>indifferent</Eng>
<Chi>漠不關心</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ind/indifferent%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>incredibly</Eng>
<Chi>難以置信地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inc/incredibly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>compassionate</Eng>
<Chi>有同情心</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/com/compassionate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>enormous</Eng>
<Chi>巨大的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/eno/enormous%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>helicopter</Eng>
<Chi>直昇機</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/he/hel/helicopter%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>scattering</Eng>
<Chi>散落</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/scattering.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>meadow</Eng>
<Chi>牧場</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/me/mea/meadow%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>ridden</Eng>
<Chi>騎馬</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ri/rid/ridden%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>pony</Eng>
<Chi>小馬</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/po/pon/pony%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>weeping</Eng>
<Chi>落淚</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/we/wee/weeping%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Ashes</Course>
<Eng>fleck</Eng>
<Chi>微粒</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fl/fle/fleck%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>pregnancy</Eng>
<Chi>懷孕</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pre/pregnancy%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>carry</Eng>
<Chi>拿</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ca/car/carry%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>nappies</Eng>
<Chi>尿布</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/nappy.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>teething</Eng>
<Chi>出牙期</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/teething.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>woolly</Eng>
<Chi>毛製的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wo/woo/woolly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>mitten</Eng>
<Chi>連指手套</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/mitten.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>piece</Eng>
<Chi>一塊</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/piece.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>nursery</Eng>
<Chi>嬰兒室</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/nu/nur/nursery%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>cradling</Eng>
<Chi>搖籃</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/cradling.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>bundle</Eng>
<Chi>包裹</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bu/bun/bundle%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>arrive</Eng>
<Chi>到達</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/arrive.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>congratulations</Eng>
<Chi>恭喜</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/congratulations.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Baby</Course>
<Eng>suppose</Eng>
<Chi>認為</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/su/sup/suppose%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>blind</Eng>
<Chi>失明</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bl/bli/blind%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>excuse</Eng>
<Chi>藉口</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/US/df/dfddsoddstsydrh7.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>sloppily</Eng>
<Chi>馬馬虎虎</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/sloppily.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>immaculate</Eng>
<Chi>特別整潔的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/im/imm/immaculate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>heel</Eng>
<Chi>腳後跟</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/he/hee/heel%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>trainer</Eng>
<Chi>運動鞋</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/trainer.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>silk</Eng>
<Chi>絲</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/si/sil/silk%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>stocking</Eng>
<Chi>長筒女襪</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/sto/stocking%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>skirts</Eng>
<Chi>裙</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sk/ski/skirt%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>jeans</Eng>
<Chi>牛仔褲</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/j/je/jea/jeans%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>blouse</Eng>
<Chi>女襯衫</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/blouse.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>figure</Eng>
<Chi>外形</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fi/fig/figure%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>hug</Eng>
<Chi>緊抱</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/hug.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>figure-hugging</Eng>
<Chi>貼身</Chi>
<Sou></Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>baggy</Eng>
<Chi>寬鬆的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/ba/bag/baggy%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>jumper</Eng>
<Chi>無袖背心裙</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/jumper.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>embarrassed</Eng>
<Chi>尷尬的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/em/emb/embarrassed%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>gently</Eng>
<Chi>溫柔地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/ge/gen/gently%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>trip</Eng>
<Chi>絆倒</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/tr/tri/trip%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Blind</Course>
<Eng>bump</Eng>
<Chi>碰撞</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bu/bum/bump%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>spend</Eng>
<Chi>花費</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sp/spe/spend%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>wondering</Eng>
<Chi>疑惑的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/wondering.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>bulletin</Eng>
<Chi>佈告</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bu/bul/bulletin%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>detailing</Eng>
<Chi>裝飾細部</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/det/detailing%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>pretty</Eng>
<Chi>漂亮的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pre/pretty%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>enclose</Eng>
<Chi>圍住/附上</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/enc/enclose%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>discard</Eng>
<Chi>拋棄</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/discard%401.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>tights</Eng>
<Chi>連褲襪</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/ti/tig/tights%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>stub</Eng>
<Chi>煙/鉛筆 殘餘部份</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/stu/stub%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>whose</Eng>
<Chi>誰的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wh/who/whose%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Bulletin</Course>
<Eng>hardly</Eng>
<Chi>幾乎沒有</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ha/har/hardly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>beautiful</Eng>
<Chi>美麗的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/be/bea/beautiful%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>personality</Eng>
<Chi>個性</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/per/personality%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>wildly</Eng>
<Chi>失控地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wi/wil/wildly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>glad</Eng>
<Chi>高興</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/gl/gla/glad%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>prettier</Eng>
<Chi>嫵媚的</Chi>
<Sou></Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>coronary</Eng>
<Chi>心臟的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/coronary.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>domestic</Eng>
<Chi>家庭的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/do/dom/domestic%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>disputes</Eng>
<Chi>爭執</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/dispute.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>estimate</Eng>
<Chi>估計</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/estimate.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>unwanted</Eng>
<Chi>不需要的/意外</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/un/unw/unwanted%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>embarrassing</Eng>
<Chi>使人慚愧的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/em/emb/embarrassing%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>erection</Eng>
<Chi>豎直/勃起</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/erection.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>havoc</Eng>
<Chi>浩劫</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ha/hav/havoc%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>cigarette</Eng>
<Chi>香煙</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/cigarette.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>yawn</Eng>
<Chi>呵欠</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/yawn.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>succulent</Eng>
<Chi>鮮美多汁的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/su/suc/succulent%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>glossy</Eng>
<Chi>光彩奪目的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/gl/glo/glossy%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Beauty</Course>
<Eng>ambulance</Eng>
<Chi>救護車</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/am/amb/ambulance%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>smash</Eng>
<Chi>打碎/猛烈撞擊</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sm/sma/smash%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>smashing</Eng>
<Chi>猛烈的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sm/sma/smashing%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>cried</Eng>
<Chi>cry過去式</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/US/dg/dgdgsgd5dtdthr.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>above</Eng>
<Chi>在…上面</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ab/abo/above%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>agonise</Eng>
<Chi>極度痛苦</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/agonise.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>wail</Eng>
<Chi>哭號</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wa/wai/wail%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>winding</Eng>
<Chi>纏繞</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wi/win/winding%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>bandage</Eng>
<Chi>繃帶</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/ba/ban/bandage%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>tightly</Eng>
<Chi>緊緊地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/ti/tig/tightly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>crushed</Eng>
<Chi>壓碎</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/crush.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>digit</Eng>
<Chi>手指/腳指</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dig/digit%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>darling</Eng>
<Chi>親愛的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/da/dar/darling%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>Binding</Course>
<Eng>surprised</Eng>
<Chi>驚訝的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/su/sur/surprised%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>swap</Eng>
<Chi>交換</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sw/swa/swap%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>harsh</Eng>
<Chi>殘酷的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ha/har/harsh%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>reality</Eng>
<Chi>現實</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rea/reality%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>yunnan</Eng>
<Chi>雲南</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Yunnan.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>childhood</Eng>
<Chi>童年</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/chi/childhood%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>beneath</Eng>
<Chi>在…下面</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/be/ben/beneath%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>mountain</Eng>
<Chi>高山</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mo/mou/mountain%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>similarity</Eng>
<Chi>相似</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/similarity.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>highland</Eng>
<Chi>高地的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/hi/hig/highland%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>province</Eng>
<Chi>省份</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pro/province%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>envoy</Eng>
<Chi>外交使者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/envoy.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>organized</Eng>
<Chi>有組織的</Chi>
<Sou>http://img.tfd.com/hm/mp3/O0116500.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>charity</Eng>
<Chi>慈善</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/cha/charity%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>unicef</Eng>
<Chi>聯合國兒童基金會</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/un/uni/unicef%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>corn</Eng>
<Chi>穀物/玉米</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/cor/corn%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>tobacco</Eng>
<Chi>煙草</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/to/tob/tobacco%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>each</Eng>
<Chi>各個</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ea/eac/each%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>household</Eng>
<Chi>家庭</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ho/hou/household%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>earn</Eng>
<Chi>賺得</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ea/ear/earn%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>annual</Eng>
<Chi>每年的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/an/ann/annual%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>afloat</Eng>
<Chi>漂浮</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/af/afl/afloat%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>aside</Eng>
<Chi>到旁邊</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/as/asi/aside%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>tough</Eng>
<Chi>艱苦的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/to/tou/tough%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>cherish</Eng>
<Chi>愛護</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/che/cherish%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>typical</Eng>
<Chi>典型的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/ty/typ/typical%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>farming</Eng>
<Chi>務農</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fa/far/farming%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>kilometre</Eng>
<Chi>公里</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/k/ki/kil/kilometre%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>during</Eng>
<Chi>在…期間</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/du/dur/during%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>dimly</Eng>
<Chi>昏暗地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dim/dimly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>crammed</Eng>
<Chi>擠滿的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/cr/cra/crammed%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>bunk</Eng>
<Chi>卧鋪</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bu/bun/bunk%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>principal</Eng>
<Chi>主要的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pri/principal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>condition</Eng>
<Chi>狀況</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xcondition%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>especially</Eng>
<Chi>尤其</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/es/esp/especially%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>mealtime</Eng>
<Chi>進餐時間</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/me/mea/mealtime%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>portion</Eng>
<Chi>部份</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/po/por/portion%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>generous</Eng>
<Chi>慷慨的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/ge/gen/generous%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>nutritious</Eng>
<Chi>有營養的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/nu/nut/nutritious%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>fortnight</Eng>
<Chi>兩星期</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fo/for/fortnight%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>homesick</Eng>
<Chi>思鄉的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ho/hom/homesick%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>blanket</Eng>
<Chi>毛毯</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bl/bla/blanket%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>tragically</Eng>
<Chi>悲劇地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/tragically.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>accident</Eng>
<Chi>意外</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ac/acc/accident%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>ensure</Eng>
<Chi>保證</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/ens/ensure%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>remain</Eng>
<Chi>保持不變</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rem/remain%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>yearn</Eng>
<Chi>渴望</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/y/ye/yea/yearn%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>beyond</Eng>
<Chi>往更遠處</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/be/bey/beyond%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>valley</Eng>
<Chi>山谷</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/va/val/valley%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>toil</Eng>
<Chi>長時間辛勞</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/to/toi/toil%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>rural</Eng>
<Chi>鄉村的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ru/rur/rural%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>diocesan</Eng>
<Chi>主教管區的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/diocesan.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>rely</Eng>
<Chi>依靠</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rel/rely%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>attend</Eng>
<Chi>出席</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/at/att/attend%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>conference</Eng>
<Chi>會議</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconference%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>abroad</Eng>
<Chi>在國外</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ab/abr/abroad%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>realize</Eng>
<Chi>了解到</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/realize.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>granted</Eng>
<Chi>假定</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/gr/gra/granted%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>might</Eng>
<Chi>may過去式</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mi/mig/might%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>distributed</Eng>
<Chi>分佈式的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/distributed.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>unevenly</Eng>
<Chi>不規則地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/unevenly.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>well-off</Eng>
<Chi>富裕的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/well-off.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>persevere</Eng>
<Chi>持之以恆</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/per/persevere%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>poverty</Eng>
<Chi>貧窮</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/po/pov/poverty%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>brought</Eng>
<Chi>bring過去式</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/US/sg/sgdhsgsjstd5d3srhn.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>currently</Eng>
<Chi>現時</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/cu/cur/currently%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>doctorate</Eng>
<Chi>博士學位</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/doctorate.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>meagre</Eng>
<Chi>貧乏的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/me/mea/meagre%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>existence</Eng>
<Chi>存在</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exi/existence%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>devote</Eng>
<Chi>奉獻</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dev/devote%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>afford</Eng>
<Chi>負擔得起</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/af/aff/afford%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>feed</Eng>
<Chi>飼料</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fe/fee/feed%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>constantly</Eng>
<Chi>不斷地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconstantly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>tuition</Eng>
<Chi>教學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/tu/tui/tuition%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>fee</Eng>
<Chi>費用</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fe/fee/fee%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>bear</Eng>
<Chi>忍受</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/be/bea/bear%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>youngster</Eng>
<Chi>少年</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/y/yo/you/youngster%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>suggest</Eng>
<Chi>建議</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/suggest.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>completed</Eng>
<Chi>完整的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/completed.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>primary</Eng>
<Chi>初等教育</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pri/primary%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>amazingly</Eng>
<Chi>令人驚奇地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/amazingly.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>elder</Eng>
<Chi>年紀較大的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/el/eld/elder%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>begun</Eng>
<Chi>begin過去分詞</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/US/d3/d3dhdsdostshhr.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>physics</Eng>
<Chi>物理學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/ph/phy/physics%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>university</Eng>
<Chi>大學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/un/uni/university%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>electronic</Eng>
<Chi>電子的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/el/ele/electronic%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>science</Eng>
<Chi>科學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sc/sci/science%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>technology</Eng>
<Chi>科技</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/te/tec/technology%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>daughter</Eng>
<Chi>女兒</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/da/dau/daughter%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>chemistry</Eng>
<Chi>化學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/che/chemistry%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>beijing</Eng>
<Chi>北京</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Beijing.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>college</Eng>
<Chi>學院</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/col/college%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>generation</Eng>
<Chi>一代人</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/ge/gen/generation%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>villager</Eng>
<Chi>村民</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/villager.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>mindset</Eng>
<Chi>心態</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mi/min/mindset%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>deal</Eng>
<Chi>分配</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dea/deal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>important</Eng>
<Chi>重要的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/im/imp/important%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>open-minded</Eng>
<Chi>思想開明的</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/US/dg/dgslsjdysjhjshslsdd7dndnh7h3.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>entitle</Eng>
<Chi>給...權力</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/entitle.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>proper</Eng>
<Chi>適當的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pro/proper%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>blossom</Eng>
<Chi>開花</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bl/blo/blossom%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>A_life_as_hard_as_stone</Course>
<Eng>charming</Eng>
<Chi>令人着迷的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/cha/charming%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>abuse</Eng>
<Chi>濫用</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/abuse%402.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>accordingly</Eng>
<Chi>據此</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ac/acc/accordingly%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>activist</Eng>
<Chi>活躍分子</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ac/act/activist%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>against</Eng>
<Chi>反對</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ag/aga/against%23_gb_2.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>Athens</Eng>
<Chi>雅典</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Athens.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>blasphemy</Eng>
<Chi>褻瀆</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/bl/bla/blasphemy%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>border</Eng>
<Chi>邊界</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/border.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>cadet</Eng>
<Chi>學員</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ca/cad/cadet%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>caliph</Eng>
<Chi>哈里發</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ca/cal/caliph%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>century</Eng>
<Chi>世紀</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ce/cen/century%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>christianity</Eng>
<Chi>基督教</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/chr/christianity%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>citizen</Eng>
<Chi>公民</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ci/cit/citizen%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>communication</Eng>
<Chi>通訊</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/com/communication%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>constraint</Eng>
<Chi>限制</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/constraint.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>contract</Eng>
<Chi>契約</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/contract%401.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>couple</Eng>
<Chi>結合</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/couple.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>declaration</Eng>
<Chi>宣言</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/declaration.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>defined</Eng>
<Chi>定義</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/defined.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>denial</Eng>
<Chi>否認</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/den/denial%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>enlightenment</Eng>
<Chi>啟蒙</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/enl/enlightenment%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>enshrine</Eng>
<Chi>供奉</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/ens/enshrine%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>ethics</Eng>
<Chi>倫理學</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/ethics.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>Europe</Eng>
<Chi>歐洲</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/eu/eur/europe%231_us_2.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>evaluate</Eng>
<Chi>評估</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ev/eva/evaluate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>expression</Eng>
<Chi>表達</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exp/expression%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>formed</Eng>
<Chi>形成</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/UK/dg/dgdssksfskdodoh7.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>France</Eng>
<Chi>法國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!France.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>French</Eng>
<Chi>法國的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fr/fre/french%231_gb_4.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>held</Eng>
<Chi>hold過去式</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/UK/dg/dgdtdsdndyht.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>holocaust</Eng>
<Chi>大屠殺</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ho/hol/holocaust%23_us_2.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>human rights</Eng>
<Chi>人權</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/human_rights.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>in other words</Eng>
<Chi>換句話說</Chi>
<Sou></Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>individual</Eng>
<Chi>個人的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ind/individual%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>individualism</Eng>
<Chi>個人主義</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ind/individualism%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>Islamic</Eng>
<Chi>伊斯蘭的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Islamic.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>journalist</Eng>
<Chi>記者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/j/jo/jou/journalist%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>led</Eng>
<Chi>lead過去式</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/le/led/led%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>local</Eng>
<Chi>當地的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/lo/loc/local%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>merely</Eng>
<Chi>只不過是</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/me/mer/merely%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>nation</Eng>
<Chi>國民</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/nation.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>opinion</Eng>
<Chi>意見</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/op/opi/opinion%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>outlaw</Eng>
<Chi>宣佈為不合法</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/outlaw.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>passage</Eng>
<Chi>段落</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pa/pas/passage%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>pearl</Eng>
<Chi>珍珠</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/pea/pearl%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>period</Eng>
<Chi>時期</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/per/period%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>pillar</Eng>
<Chi>支柱</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pi/pil/pillar%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>precious</Eng>
<Chi>珍貴的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pre/precious%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>progressive</Eng>
<Chi>進步的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pro/progressive%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>publish</Eng>
<Chi>出版</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/publish.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>punishable</Eng>
<Chi>可以處罰的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pu/pun/punishable%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>regard</Eng>
<Chi>把…視為</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/reg/regard%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>relevant</Eng>
<Chi>相關的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rel/relevant%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>researcher</Eng>
<Chi>研究員</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/researcher.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>responsible</Eng>
<Chi>負責</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/res/responsible%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>revolution</Eng>
<Chi>革命</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rev/revolution%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>rise</Eng>
<Chi>上升</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ri/ris/rise%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>roman</Eng>
<Chi>羅馬的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/roman.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>rome</Eng>
<Chi>羅馬</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ro/rom/rome%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>Rousseau</Eng>
<Chi>盧梭</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Rousseau.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>social</Eng>
<Chi>社會的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/so/soc/social%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>speech</Eng>
<Chi>講話</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sp/spe/speech%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>statement</Eng>
<Chi>聲明</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/statement.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>such</Eng>
<Chi>這樣的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/su/suc/such%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>themselves</Eng>
<Chi>他們自己</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/th/the/themselves%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>theories</Eng>
<Chi>理論</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/theory.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>thousand</Eng>
<Chi>千</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/th/tho/thousand%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>vary</Eng>
<Chi>不同</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/va/var/vary%23_us_2.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>World_of_difference_on_right_of_expression</Course>
<Eng>vital</Eng>
<Chi>極重要的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/vi/vit/vital%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>although</Eng>
<Chi>雖然</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/al/alt/although%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>Canada</Eng>
<Chi>加拿大</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Canada.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>canadians</Eng>
<Chi>加拿大的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Canadian.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>chain</Eng>
<Chi>鏈</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/cha/chain%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>charter</Eng>
<Chi>憲章</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/cha/charter%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>cite</Eng>
<Chi>引用</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/cite.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>complaints</Eng>
<Chi>投訴</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/com/complaint%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>controversy</Eng>
<Chi>爭論</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xcontroversy%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>examine</Eng>
<Chi>盤問</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exa/examine%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>executive</Eng>
<Chi>行政的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exe/executive%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>explicit</Eng>
<Chi>詳盡的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exp/explicit%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>genocide</Eng>
<Chi>種族滅絕</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/ge/gen/genocide%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>indigo</Eng>
<Chi>靛藍</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ind/indigo%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>lack</Eng>
<Chi>缺乏</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/la/lac/lack%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>lenient</Eng>
<Chi>寬容的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/le/len/lenient%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>memoir</Eng>
<Chi>回憶錄</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/me/mem/memoir%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>monopoly</Eng>
<Chi>壟斷</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mo/mon/monopoly%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>nationwide</Eng>
<Chi>全國性的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/na/nat/nationwide%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>orientation</Eng>
<Chi>方向</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/or/ori/orientation%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>origin</Eng>
<Chi>起源</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/or/ori/origin%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>prescribed</Eng>
<Chi>規定的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/prescribed.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>promote</Eng>
<Chi>促進</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/promote.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>rarely</Eng>
<Chi>罕有</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ra/rar/rarely%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>reasonable</Eng>
<Chi>合理的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rea/reasonable%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>receive</Eng>
<Chi>接收到</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rec/receive%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>relatively</Eng>
<Chi>相對地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rel/relatively%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>scholar</Eng>
<Chi>學者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sc/sch/scholar%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>section</Eng>
<Chi>部分</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sec/section%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>sexual</Eng>
<Chi>性的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sex/sexual%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>sexuality</Eng>
<Chi>性徵</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sex/sexuality%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>shelve</Eng>
<Chi>擱置</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sh/she/shelve%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>stereotype</Eng>
<Chi>刻板印象</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/ste/stereotype%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>stereotyping</Eng>
<Chi>定型</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/stereotyping.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>supply</Eng>
<Chi>供給</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/su/sup/supply%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>valuable</Eng>
<Chi>有價值的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/va/val/valuable%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>violence</Eng>
<Chi>暴力</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/vi/vio/violence%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Canada</Course>
<Eng>virtual</Eng>
<Chi>實質上的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/vi/vir/virtual%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>agency</Eng>
<Chi>代理/機構</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ag/age/agency%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>approved</Eng>
<Chi>被批准的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/approved.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>brutality</Eng>
<Chi>暴虐行為</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/brutality.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>censorship</Eng>
<Chi>審查制度</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ce/cen/censorship%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>calm down </Eng>
<Chi>冷靜下來</Chi>
<Sou></Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>constitution</Eng>
<Chi>憲法</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconstitution%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>crackdown</Eng>
<Chi>鎮壓</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/cr/cra/crackdown%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>democracy</Eng>
<Chi>民主</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dem/democracy%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>departure</Eng>
<Chi>離開</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dep/departure%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>disagreement</Eng>
<Chi>異議</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dis/disagreement%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>fatal</Eng>
<Chi>致命的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fa/fat/fatal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>guaranteed</Eng>
<Chi>必定的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/guaranteed.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>imposes</Eng>
<Chi>強制實行</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/im/imp/impose%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>independence</Eng>
<Chi>獨立</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ind/independence%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>information</Eng>
<Chi>信息</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inf/information%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>injured</Eng>
<Chi>受傷的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inj/injured%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>recent</Eng>
<Chi>最近的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rec/recent%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>secret</Eng>
<Chi>秘密</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sec/secret%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>sensitive</Eng>
<Chi>敏感的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sen/sensitive%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>sidestep</Eng>
<Chi>迴避</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/si/sid/sidestep%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>spiritual</Eng>
<Chi>精神的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sp/spi/spiritual%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>square</Eng>
<Chi>廣場</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sq/squ/square%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>strict</Eng>
<Chi>嚴格的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/str/strict%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>subversion</Eng>
<Chi>顛覆</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/subversion.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>tibetan</Eng>
<Chi>西藏的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Tibetan.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_China</Course>
<Eng>widespread</Eng>
<Chi>分佈廣的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wi/wid/widespread%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>Africa</Eng>
<Chi>非洲</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Africa.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>available</Eng>
<Chi>可用的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/av/ava/available%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>below</Eng>
<Chi>在…下面</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/be/bel/below%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>correspondent</Eng>
<Chi>通訊記者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/cor/correspondent%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>deprived</Eng>
<Chi>被剝奪的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dep/deprived%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>elected</Eng>
<Chi>選舉</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/elect.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>expulsion</Eng>
<Chi>驅逐</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exp/expulsion%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>few</Eng>
<Chi>很少數的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fe/few/few%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>flee</Eng>
<Chi>逃跑</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fl/fle/flee%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>fled</Eng>
<Chi>flee過去式</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/UK/dg/dgdsd3dydyht.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>foreign</Eng>
<Chi>外國的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fo/for/foreign%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>harassment</Eng>
<Chi>騷擾</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/harassment.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>including</Eng>
<Chi>包括…在內</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inc/including%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>intimidation</Eng>
<Chi>恐嚇</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/intimidation.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>jailed</Eng>
<Chi>入獄</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/UK/dg/dgdrdhd5sldodoh7.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>Korea</Eng>
<Chi>韓國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Korea.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>liberty</Eng>
<Chi>自由</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/li/lib/liberty%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>lowest</Eng>
<Chi>最低的</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/UK/sg/sgd7sksodtsysoh7.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>million</Eng>
<Chi>一百萬</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mi/mil/million%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>minimum</Eng>
<Chi>最低限度</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mi/min/minimum%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>monitor</Eng>
<Chi>監控</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mo/mon/monitor%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>northeast</Eng>
<Chi>東北</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/northeast.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>outlet</Eng>
<Chi>出路</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/ou/out/outlet%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>portray</Eng>
<Chi>描寫</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/po/por/portray%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>president</Eng>
<Chi>主席</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pre/president%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>private</Eng>
<Chi>私有的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pri/private%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>privileged</Eng>
<Chi>有特權的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pri/privileged%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>stationed</Eng>
<Chi>駐紮</Chi>
<Sou></Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>strictly</Eng>
<Chi>嚴格地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/str/strictly%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>television</Eng>
<Chi>電視</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/te/tel/television%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>totalitarian</Eng>
<Chi>極權主義</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/to/tot/totalitarian%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>nationalistic</Eng>
<Chi>民族主義的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/na/nat/nationalistic%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Eritrea</Course>
<Eng>ultra-nationalistic</Eng>
<Chi>極端民族主義</Chi>
<Sou></Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>arrest</Eng>
<Chi>被捕</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/arrest.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>backlash</Eng>
<Chi>強烈反對</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/ba/bac/backlash%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>concerns</Eng>
<Chi>牽涉</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconcern%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>correctness</Eng>
<Chi>正確</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/correctness.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>critical</Eng>
<Chi>批評的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/cr/cri/critical%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>criticise</Eng>
<Chi>批評</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/criticise.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>engaged</Eng>
<Chi>忙於</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/eng/engaged%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>erode</Eng>
<Chi>侵蝕</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/erode.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Finland</Eng>
<Chi>芬蘭</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Finland.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Finn</Eng>
<Chi>芬蘭人</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Finn.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Muslim</Eng>
<Chi>伊斯蘭教信徒</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mu/mus/muslim%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Netherlands</Eng>
<Chi>荷蘭</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Netherlands.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Norway</Eng>
<Chi>挪威</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Norway.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>political</Eng>
<Chi>政治的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/po/pol/political%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>prophet</Eng>
<Chi>先知</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pro/prophet%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>prosecute</Eng>
<Chi>起訴</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pro/prosecute%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>recently</Eng>
<Chi>最近</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rec/recently%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Sweden</Eng>
<Chi>瑞典</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Sweden.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Finland</Course>
<Eng>Switzerland</Eng>
<Chi>瑞士</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Switzerland.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>advertisement</Eng>
<Chi>廣告</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ad/adv/advertisement%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>amend</Eng>
<Chi>修正</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/am/ame/amend%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>cinema</Eng>
<Chi>電影院</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/cinema.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>dedicated</Eng>
<Chi>獻身的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/ded/dedicated%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>disturb</Eng>
<Chi>打擾</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dis/disturb%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>extensive</Eng>
<Chi>廣闊的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/ext/extensive%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>faith</Eng>
<Chi>信心</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fa/fai/faith%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>frequently</Eng>
<Chi>頻繁地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fr/fre/frequently%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>Germany</Eng>
<Chi>德國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Germany.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>illegal</Eng>
<Chi>非法的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/il/ill/illegal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>instance</Eng>
<Chi>例子</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ins/instance%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>insulting</Eng>
<Chi>侮辱的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ins/insulting%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>limitation</Eng>
<Chi>限制</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/li/lim/limitation%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>Nazi</Eng>
<Chi>納粹</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/na/naz/nazi%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>obvious</Eng>
<Chi>明顯的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/ob/obv/obvious%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>organisation</Eng>
<Chi>組織</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/organisation.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>peace</Eng>
<Chi>和平</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/pea/peace%231_gb_2.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>preventing</Eng>
<Chi>預防</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/prevent.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>racism</Eng>
<Chi>種族主義</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ra/rac/racism%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>religious</Eng>
<Chi>宗教信仰的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rel/religious%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>Semitism</Eng>
<Chi>反猶太主義</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Semitism.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>society</Eng>
<Chi>社會</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/so/soc/society%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>swastika</Eng>
<Chi>納粹黨徽</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sw/swa/swastika%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Germany</Course>
<Eng>unification</Eng>
<Chi>統一</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/unification.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>Britain</Eng>
<Chi>英國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Britain.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>catholic</Eng>
<Chi>天主教</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ca/cat/catholic%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>characteristic</Eng>
<Chi>獨特的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/cha/characteristic%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>circumstance</Eng>
<Chi>情況</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ci/cir/circumstance%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>condemn</Eng>
<Chi>譴責</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xcondemn%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>criminal</Eng>
<Chi>犯罪的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/cr/cri/criminal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>debate</Eng>
<Chi>辯論</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/deb/debate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>designate</Eng>
<Chi>標出</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/designate.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>discriminate</Eng>
<Chi>區別</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dis/discriminate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>discrimination</Eng>
<Chi>歧視</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dis/discrimination%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>ethnicity</Eng>
<Chi>種族地位</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/et/eth/ethnicity%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>flagrant</Eng>
<Chi>明目張膽的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fl/fla/flagrant%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>funeral</Eng>
<Chi>葬儀</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/funeral.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>gender</Eng>
<Chi>性別</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/ge/gen/gender%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>hatred</Eng>
<Chi>仇恨</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ha/hat/hatred%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>homosexual</Eng>
<Chi>同性戀者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/ho/hom/homosexual%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>humiliate</Eng>
<Chi>羞辱</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/hu/hum/humiliate%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>incite</Eng>
<Chi>煽動</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inc/incite%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>nationality</Eng>
<Chi>國籍</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/na/nat/nationality%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>publication</Eng>
<Chi>出版</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pu/pub/publication%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>race</Eng>
<Chi>比賽</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ra/rac/race%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>religion</Eng>
<Chi>宗教</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/rel/religion%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>serving</Eng>
<Chi>服務</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/ser/serving%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>soldier</Eng>
<Chi>士兵</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/soldier.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Hate_Speech</Course>
<Eng>whether</Eng>
<Chi>是否</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/w/wh/whe/whether%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>adamant</Eng>
<Chi>堅決的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ad/ada/adamant%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>charge</Eng>
<Chi>指控</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/cha/charge%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>common</Eng>
<Chi>常見的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/co/com/common%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>demonstration</Eng>
<Chi>遊行示威</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/dem/demonstration%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>dissident</Eng>
<Chi>持不同政見的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dis/dissident%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>distributor</Eng>
<Chi>分銷商</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dis/distributor%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>enact</Eng>
<Chi>頒佈(法案)</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/ena/enact%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>entertainment</Eng>
<Chi>款待</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/en/ent/entertainment%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>huge</Eng>
<Chi>龐大的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/h/hu/hug/huge%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>involve</Eng>
<Chi>牽涉</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inv/involve%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>involved</Eng>
<Chi>糾纏的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inv/involved%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>journal</Eng>
<Chi>雜誌</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/j/jo/jou/journal%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>liberal</Eng>
<Chi>自由主義的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/l/li/lib/liberal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>premier</Eng>
<Chi>首相</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pre/premier%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>prohibit</Eng>
<Chi>以規定禁止</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pro/prohibit%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>rating</Eng>
<Chi>評價</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ra/rat/rating%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>secession</Eng>
<Chi>退出(政黨,集團)</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sec/secession%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>security</Eng>
<Chi>保安</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sec/security%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>sedition</Eng>
<Chi>煽動叛亂</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/sed/sedition%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>significant</Eng>
<Chi>有重大意義的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/si/sig/significant%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>since</Eng>
<Chi>自…以後</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/si/sin/since%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>seek</Eng>
<Chi>尋找</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/se/see/seek%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>sought</Eng>
<Chi>seek過去式</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/US/sg/sgsgsksydrd7soh7.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>stem</Eng>
<Chi>莖(根源)</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/ste/stem%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>strict</Eng>
<Chi>嚴格的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/st/str/strict%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>treason</Eng>
<Chi>危害國家罪</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/t/tr/tre/treason%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>undermine</Eng>
<Chi>暗中破壞</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/un/und/undermine%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_HK</Course>
<Eng>usually</Eng>
<Chi>經常地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/us/usu/usually%23_gb_2.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>abashed</Eng>
<Chi>羞愧</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ab/aba/abashed%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>balance</Eng>
<Chi>平衡</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/b/ba/bal/balance%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>caricature</Eng>
<Chi>諷刺漫畫</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ca/car/caricature%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>conservative</Eng>
<Chi>保守的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/x/xc/xco/xconservative%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>cultural</Eng>
<Chi>文化的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/cu/cul/cultural%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>degree</Eng>
<Chi>程度</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/deg/degree%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>different</Eng>
<Chi>不同的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/di/dif/different%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>exercise</Eng>
<Chi>行使(權力)</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exe/exercise%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>inconsistently</Eng>
<Chi>不一致地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/inconsistently.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>insult</Eng>
<Chi>侮辱</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/insult%401.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>Malaysia</Eng>
<Chi>馬來西亞</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Malaysia.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>minister</Eng>
<Chi>部長</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mi/min/minister%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>moderate</Eng>
<Chi>適中的</Chi>
<Sou>http://img.tfd.com/pron/mp3/en/UK/df/dfd3skdsdtssdssrd7gk.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>norm</Eng>
<Chi>規範</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/n/no/nor/norm%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>population</Eng>
<Chi>人口</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/po/pop/population%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>prime</Eng>
<Chi>最初的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pri/prime%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>rejected</Eng>
<Chi>去除</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/reject%401.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>respect</Eng>
<Chi>敬重</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/res/respect%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>swearing</Eng>
<Chi>發誓</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sw/swe/swearing%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>upholding</Eng>
<Chi>維護</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/up/uph/uphold%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_Malaysia</Course>
<Eng>voluntary</Eng>
<Chi>自願的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/v/vo/vol/voluntary%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>absolute</Eng>
<Chi>絕對的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/ab/abs/absolute%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>alcohol</Eng>
<Chi>酒精</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/al/alc/alcohol%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>embed</Eng>
<Chi>嵌入</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/embed.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>emirates</Eng>
<Chi>酋長國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/em/emi/emirate%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>forbidden</Eng>
<Chi>禁止的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fo/for/forbidden%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>foreign</Eng>
<Chi>禁止的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fo/for/forbidden%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>independent</Eng>
<Chi>獨立的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/ind/independent%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>known</Eng>
<Chi>知名的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/k/kn/kno/known%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>monarchy</Eng>
<Chi>君主制</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mo/mon/monarchy%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>moral</Eng>
<Chi>道德的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mo/mor/moral%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>require</Eng>
<Chi>需要</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/re/req/require%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_UAE</Course>
<Eng>United Arab Emirates</Eng>
<Chi>阿拉伯聯合酋長國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!United_!Arab_!Emirates.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>advocate</Eng>
<Chi>提倡者</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/advocate%401.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>amendment</Eng>
<Chi>修正</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/am/ame/amendment%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>America</Eng>
<Chi>美國</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!America.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>among</Eng>
<Chi>在…之間</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/a/am/amo/among%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>chief</Eng>
<Chi>領袖</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/c/ch/chi/chief%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>defamation</Eng>
<Chi>誹謗</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/def/defamation%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>describe</Eng>
<Chi>描述</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/d/de/des/describe%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>employee</Eng>
<Chi>雇員</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/em/emp/employee%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>exception</Eng>
<Chi>例外</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/exc/exception%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>explicitly</Eng>
<Chi>明確地</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/explicitly.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>extent</Eng>
<Chi>範圍/程度</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/e/ex/ext/extent%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>federal</Eng>
<Chi>聯邦</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/f/fe/fed/federal%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>government</Eng>
<Chi>政府</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/g/go/gov/government%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>greater</Eng>
<Chi>更大的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/!Greater.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>incident</Eng>
<Chi>事件</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inc/incident%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>incitement</Eng>
<Chi>煽動</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/i/in/inc/incitement%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>military</Eng>
<Chi>軍事的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/m/mi/mil/military%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>obscenity</Eng>
<Chi>淫穢</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/o/ob/obs/obscenity%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>personnel</Eng>
<Chi>人員</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pe/per/personnel%23_us_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>practise</Eng>
<Chi>實習</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pra/practise%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>prisoner</Eng>
<Chi>囚犯</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/p/pr/pri/prisoner%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>relating</Eng>
<Chi>有關</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/relate.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>riot</Eng>
<Chi>騷亂</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/r/ri/rio/riot%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>scrutiny</Eng>
<Chi>詳細的檢查</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/s/sc/scr/scrutiny%23_gb_1.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>stated</Eng>
<Chi>指定的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/stated.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>state</Eng>
<Chi>國家</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/de/0/state.mp3</Sou>
</Vocabulary>
<Vocabulary>
<Course>wodoroe_USA</Course>
<Eng>united</Eng>
<Chi>聯合的</Chi>
<Sou>http://www.gstatic.com/dictionary/static/sounds/lf/0/u/un/uni/united%23_gb_1.mp3</Sou>
</Vocabulary>
</VocabularyLibrary>
;
Cbutt=new Sprite();
Cbutt.graphics.beginFill(0,1);;
Cbutt.graphics.drawRect(0,0,50,50);
Cbutt.graphics.endFill();
Cbutt.x=300;
Cbutt.y=100;
Cbutt.buttonMode=true;
addChild(Cbutt);
Cbutt.addEventListener(MouseEvent.CLICK,updateCourseVocab);
//Course part
getCourseVocab();
CoursePanel=new Sprite();
//custom function random,C>E mode, with ans
CF_RandomVocab= new checkbox_t("Random",false);
CF_SAF= new checkbox_t("speak after fail",true);
CF_CtEMode= new checkbox_t("swap Chi/Eng",false);
CF_withANS= new checkbox_t("with answer",false);
CF_SAF.x=CF_withANS.x=100;
CF_RandomVocab.y=CF_SAF.y=100;
CF_CtEMode.y=CF_withANS.y=120;
CF_RandomVocab.buttonMode=true;
CF_SAF.buttonMode=true;
CF_CtEMode.buttonMode=true;
CF_withANS.buttonMode=true;
addChild(CF_RandomVocab);
addChild(CF_SAF);
addChild(CF_CtEMode);
addChild(CF_withANS);
CF_RandomVocab.addEventListener(MouseEvent.CLICK,function():void{CF_RandomVocab.toggle();});
CF_SAF.addEventListener(MouseEvent.CLICK,function():void{CF_SAF.toggle();});
CF_withANS.addEventListener(MouseEvent.CLICK,function():void{CF_withANS.toggle();});
CF_CtEMode.addEventListener(MouseEvent.CLICK,function():void{CF_CtEMode.toggle();});
//vocab part
//XML setup
XML_vocab_to_Array();
//set Length
vocalLibLenght=vocalLibE.length;
//setup textField
tf = new TextField();
this.addChild(tf);
tf.type=TextFieldType.INPUT;
tf.border=true;
tf.y=50;
tf.width=200;
tf.height=40;
tf2 = new TextField;
tf2.text=vocalLibC[0];
tf2.selectable=false;
tf2.width=300;
tf2.height=40;
this.addChild(tf2);
var txtF:TextFormat= new TextFormat("Arial",30);
//tf.defaultTextFormat=txtF;
tf.defaultTextFormat=txtF;
tf2.defaultTextFormat=txtF;
tf2.setTextFormat(txtF);
//Button
butt=new Sprite();
butt.graphics.beginFill(0,1);;
butt.graphics.drawRect(0,0,50,50);
butt.graphics.endFill();
butt.x=300;
butt.buttonMode=true;
butt.visible=false;
addChild(butt);
butt.addEventListener(MouseEvent.CLICK,postAnsButt);
stage.addEventListener(KeyboardEvent.KEY_DOWN,postAnsKeyboard);
updateCourseVocab();
}
private function postAnsButt(E:MouseEvent=null):void{
if(checkAnswer(tf.text)){
if(CF_RandomVocab.getstate()){
//randomGetVocal();
DRandomGetVocal();
}else{
orderGetVocal();
}
if(!CF_SAF.getstate()){
mySound.play();
}
}else{
tf2.appendText("X");
mySound.play();
}
if(CF_withANS.getstate()){
tf.text=vocalLibE[nowVocalNum];
}else{
tf.text="";
}
}
private function postAnsKeyboard(E:KeyboardEvent=null):void{
if(E.keyCode==Keyboard.ENTER){
postAnsButt();
}else if(E.keyCode==Keyboard.F1){
tf.text=vocalLibE[nowVocalNum];
}
}
private function randomGetVocal():void{
nowVocalNum=Math.round(Math.random() * (vocalLibLenght-1));
tf2.text=vocalLibC[nowVocalNum];
}
private function DRandomGetVocal():void{
//Drop
vocalLibE.splice(nowVocalNum,1);
vocalLibC.splice(nowVocalNum,1);
vocalLibS.splice(nowVocalNum,1);
vocalLibLenght=vocalLibE.length;
//
if(vocalLibLenght != 0){
nowVocalNum=Math.round(Math.random() * (vocalLibLenght-1));
tf2.text=vocalLibC[nowVocalNum];
playmp3(vocalLibS[nowVocalNum]);
}else{
tf2.text="END";
playmp3("");
}
}
private function orderGetVocal():void{
if(nowVocalNum>=(vocalLibLenght-1)){
nowVocalNum=0;
}else{
nowVocalNum++;
}
tf2.text=vocalLibC[nowVocalNum];
playmp3(vocalLibS[nowVocalNum]);
}
private function checkAnswer(ans:String):Boolean{
if(ans==vocalLibE[nowVocalNum]){
return true;
}
return false;
}
private function playmp3(mp3url:String=null):void{
mySound = new Sound();
var request:URLRequest = new URLRequest(mp3url);
mySound.addEventListener(Event.ID3, Id3Handler);
mySound.load(request);
//mySound.play();
}
private function Id3Handler(event:Event):void {
trace(String("播放mp3:"+mySound.id3.artist));
}
private function XML_vocab_to_Array():void{
VocabTotal=VocabXML.Vocabulary.length();
vocalLibE=[""];
vocalLibC=["點擊Enter重新開始"];
vocalLibS=[""];
var k:int=0;
if(CF_CtEMode.getstate()){
for(k=0;k<VocabTotal;k++){
if(check_Selected_Course(VocabXML.Vocabulary.Course[k])){
vocalLibC.push(VocabXML.Vocabulary.Eng[k]);
vocalLibE.push(VocabXML.Vocabulary.Chi[k]);
vocalLibS.push(VocabXML.Vocabulary.Sou[k]);
}
}
}else{
for(k=0;k<VocabTotal;k++){
if(check_Selected_Course(VocabXML.Vocabulary.Course[k])){
vocalLibE.push(VocabXML.Vocabulary.Eng[k]);
vocalLibC.push(VocabXML.Vocabulary.Chi[k]);
vocalLibS.push(VocabXML.Vocabulary.Sou[k]);
}
}
}
}
private function check_Selected_Course(incourse:String):Boolean{
var i:int=0;
while(i<SelectedCourseTotal){
if(incourse==SelectedCourseName[i]){
return true;
}
i++;
}
return false;
}
private function getCourseVocab(e:MouseEvent=null):void{
VocabTotal=VocabXML.Vocabulary.length();
AllCourseName=[];
var k:int=0;
var oi:int=0;
var vocabCount:int=0;
var lastCourse:String="";
for(k=0;k<VocabTotal;k++){
if(VocabXML.Vocabulary.Course[k] != lastCourse){
lastCourse=VocabXML.Vocabulary.Course[k];
AllCourseName.push(VocabXML.Vocabulary.Course[k]);
AllCourseTotal=AllCourseName.length;
AllCourseCB.push(new checkbox_t(VocabXML.Vocabulary.Course[k],false));
AllCourseCB[oi].updatetext(VocabXML.Vocabulary.Course[k-1]+":"+vocabCount);
oi=AllCourseTotal-1;
AllCourseCB[oi].buttonMode=true;
AllCourseCB[oi].x=150*Math.floor((oi)/15);
AllCourseCB[oi].y=150+(oi%15)*20;
//trace(oi+" "+AllCourseCB[oi].x+" "+AllCourseCB[oi].y);
fStage.addChild( AllCourseCB[oi]);
AllCourseCB[oi].addEventListener(MouseEvent.CLICK,CBClick);
vocabCount=0;
}
vocabCount++;
}
function CBClick(e:MouseEvent):void{
e.target.parent.toggle();
}
AllCourseCB[oi].updatetext(VocabXML.Vocabulary.Course[k-1]+":"+vocabCount);
}
private function updateCourseVocab(e:MouseEvent=null):void{
var i:int=0;
SelectedCourseName=[];
while(i<AllCourseTotal){
if(AllCourseCB[i].getstate()){
SelectedCourseName.push(AllCourseName[i]);
}
i++;
}
SelectedCourseTotal=SelectedCourseName.length;
nowVocalNum=0;
//XML setup
XML_vocab_to_Array();
//set Length
vocalLibLenght=vocalLibE.length;
postAnsButt();
}
}
}
import flash.text.TextField;
import flash.display.Sprite;
class checkbox_t extends Sprite{
public var togglestate:Boolean=false;
private var buttback:Sprite;
private var buttup:Sprite;
private var textf:TextField;
public function checkbox_t(butttext:String="",startupboolean:Boolean=false){
togglestate=startupboolean;
buttback=new Sprite;
buttback.graphics.beginFill(0,1);
buttback.graphics.drawRect(0,0,16,16);
buttback.graphics.endFill();
addChild(buttback);
buttup=new Sprite;
buttup.graphics.beginFill(0xFFFFFF,1);
buttup.graphics.drawRect(1,1,14,14);
buttup.graphics.endFill();
addChild(buttup);
textf=new TextField;
textf.x=18;
textf.y=-2;
textf.width=200;
textf.selectable=false;
textf.text=butttext;
addChild(textf);
buttup.visible=!togglestate;
}
public function toggle():Boolean{
buttup.visible=togglestate;
togglestate=!togglestate;
return togglestate;
}
public function getstate():Boolean{
return togglestate;
}
public function updatetext(gettext:String=null):void{
if(gettext){textf.text=gettext;}
}
}
///// WONDERFL TRACE /////
import flash.display.Sprite;
import flash.display.Stage;
import flash.text.TextField;
import flash.text.TextFormat;
function inittrace(s:Stage):void
{
WTrace.initTrace(s);
}
//global trace function
var trace:Function;
//wtreace class
class WTrace
{
private static var FONT:String = "Fixedsys";
private static var SIZE:Number = 12;
private static var TextFields:Array = [];
private static var trace_stage:Stage;
public static function initTrace(stg:Stage):void
{
trace_stage = stg;
trace = wtrace;
}
private static function scrollup():void
{
// maximum number of lines: 100
if (TextFields.length > 100)
{
var removeme:TextField = TextFields.shift();
trace_stage.removeChild(removeme);
removeme = null;
}
for(var x:Number=0;x<TextFields.length;x++)
{
(TextFields[x] as TextField).y -= SIZE*1.2;
}
}
public static function wtrace(... args):void
{
var s:String="";
var tracefield:TextField;
for (var i:int;i < args.length;i++)
{
// imitating flash:
// putting a space between the parameters
if (i != 0) s+=" ";
s+=args[i].toString();
}
tracefield= new TextField();
tracefield.autoSize = "left";
tracefield.text = s;
tracefield.y = trace_stage.stageHeight - 20;
var tf:TextFormat = new TextFormat(FONT, SIZE);
tracefield.setTextFormat(tf);
trace_stage.addChild(tracefield);
scrollup();
TextFields.push(tracefield);
}
}