说说内容: 写作:内容网上有很多。听力写作的内容是个难点。最好用现成的。 独立写作则容易解决。 口语:考试内容基本上没有太大秘密。可以在软件上做不同的练习。这个好解决。 阅读:可以直接使用。用我定义的一种标记语言就可以。这个好解决。 听力: 需要合适的内容,我现在手头没有现成的。这个问题棘手。 光编写这个标记语言解释器,我就花了一年多时间,用的控件也是自己开发的,因为没法用现成的。阅读体型中六选三的总结题相当棘手。拖拽的时候,形成一个文字形的光标。 所以,如何增添更多的内容,我需要合作。毕竟我是一个人在战斗。 标记语言实例: <p MODIFY(BOLDCHARACTER=TRUE;)>Task 1 - Question 1</p> <p MODIFY(NEWPAR=TRUE;)></p> <p MODIFY(NEWPAR=TRUE;)> Why does the student go to see the professor?</p> <tablerow WIDTH=(600,13750);TABLE_NUMBER=0;> <tablecell> <tablecell> <p MODIFY(TABLETEXT=TRUE LACE=0_0_3;NEWPAR=TRUE;)></p> <image ID=image1.bmp;WIDTH=100;HEIGHT=100;></image> </tablecell> <p MODIFY(TABLETEXT=TRUE LACE=0_1_3;)>To prepare for her graduate school interview</p> </tablecell> </tablerow> <tablerow WIDTH=(600,13750);> <tablecell> <tablecell> <p MODIFY(TABLETEXT=TRUE LACE=1_0_3;)></p> <image ID=image1.bmp;WIDTH=100;HEIGHT=100;></image> </tablecell> <p MODIFY(TABLETEXT=TRUE LACE=1_1_3;DROPSOURCE=2;)>To get advice about her graduate school application</p> </tablecell> </tablerow> <tablerow WIDTH=(600,13750);> <tablecell> <tablecell> <p MODIFY(TABLETEXT=TRUE LACE=2_0_3;)></p> <image ID=image1.bmp;WIDTH=100;HEIGHT=100;></image> </tablecell> <p MODIFY(TABLETEXT=TRUE LACE=2_1_3;)>To give the professor her graduate school application</p> </tablecell> </tablerow> <tablerow WIDTH=(600,13750);> <tablecell> <tablecell> <p MODIFY(TABLETEXT=TRUE LACE=3_0_3;)></p> <image ID=image1.bmp;WIDTH=100;HEIGHT=100;></image> </tablecell> <p MODIFY(TABLETEXT=TRUE LACE=3_1_3;)>To find out if she was accepted into graduate school</p> </tablecell> </tablerow>
[此贴子已经被作者于2009-6-28 18:39:22编辑过] |