Integrated writing|Independent writing
Integrated writing
R-L-W时间20min,字数150-225个词,写多不扣分。
Objective要求客观。
Academic topics主题是生物环境地理历史
Independent writing
W only时间30min,字数350、400+和500+,最好写多。
subjective要求主观自由发挥。
non-academic topics:教育环保政府社科类话题
评分构成(电脑+人工)/2
机器考查Language,即文采。
E-rater=错词数/词数。语法错误包括时态、动词形式和名词单复数等。注意使用word只划一次错误。可通过写文章和语法书提高。资料:张道真语法书
词汇难度一致,避免词不达意。需要直抒胸臆,不要铺垫太多。
练习单词拼写要背单词和台式机练打字练速度。
重复需要diversity,背诵近义词,综合使用同义词词汇,和三种从句。
Organization:开头段<主体段
unity是指文对题,内容避免跑偏。开头段和主体段有对应。
coherent progression逻辑连接词可用于强调和逻辑连贯,要熟练使用。
Word choice:词汇水平均等,避免使用高难度词汇,最好使用中等难度词汇(日常化),四六级、高中和托福即可。
避免使用中式比喻;避免诡异表达;
因果表达的几种方法:
喜欢的表达:Be into;感情程度like<be fond of<love
I like() you because of your beautiful/because of the beauty you have.
The reason why I like you is that your beauty.
The reason why I like you is that you are pretty.
You are beautiful,so I like you.
You are so beautiful that I cannot help like you.
I like you for your beauty.
You are so beautiful,for which I like you.
将主体和宾语名词化:Your appearance results in(lead to/cause) my love for you.
将因果含义转为使动,使用Vt:eg:make:Your beauty makes me fall for you.
将Vt改换成被动语态:Your face fascinates me.
省略,注意使用时要求主从句主语一致:Being beautiful,you enjoy great popularity.
人工考查content,强调development,关注detail、example和 reason,总分结构的观点+支持。注意:避免口语化表达。例子不用在乎真假,但是需要大量展开。最好主体段和第一段前后对应。通篇观点连贯一致。主体段最好写两段。
Integrated writing|Independent writing的更多相关文章
- Gender, Genre, and Writing Style in Formal Written Texts
http://u.cs.biu.ac.il/~koppel/papers/male-female-text-final.pdf Abstract. This paper explores di ...
- (完全背包)Writing Code -- Codeforce 544C
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=99951#problem/C (zznu14) Writing Code Writin ...
- Writing in the Science 01
INTRODUCTION What makes good writing? Good writing communicates an idea clearly and effectively. Goo ...
- Some notes of An Insider's Guide to TOEFL iBT
尽早把托福这个坑填上方是正道,在正式上托福课之前阅读了这本Guide,颇受启发——只要是考试,总是有固定的方法的= = An Insider's Guide to TOEFL iBT It is NO ...
- Google C++ Style Guide
Background C++ is one of the main development languages used by many of Google's open-source project ...
- (转)A Survival Guide to a PhD
Andrej Karpathy blog About Hacker's guide to Neural Networks A Survival Guide to a PhD Sep 7, 2016 T ...
- review again and again
盲评结果出来了.然而对于我并没有太大的影响.从头到尾我没有紧张过,自然也不会有如释重负的感觉. 昨天说了事情要提前做准备.早上,到教研室挺早,review的时候,发现论文中一个关于目录的小问题,解决掉 ...
- Awesome C/C++
Awesome C/C++ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. In ...
- (转) A Survival Guide to a PhD
A Survival Guide to a PhD Sep 7, 2016 This guide is patterned after my “Doing well in your courses”, ...
随机推荐
- vue中在时间输入框中默认显示时间
<template> <card> <label>开始时间</label> <DatePicker v-model="startTime ...
- spring学习之第一个spring程序
spring的入门程序 1.在Eclipse中创建Java项目,并将spring的四个核心包和依赖包添加到src里,发布到类路劲下,项目如图所示: 2.UserDao程序如下: package com ...
- git配置报错fatal: Authentication failed for ''问题解决
如果在git配置中报错fatal: Authentication failed for '',其实就是凭证失败的意思 接着输入一下命令行没有出现要求输入用户名或密码,并报错 $ git config ...
- 吴裕雄--天生自然 PHP开发学习:MySQL 插入数据
<?php $servername = "localhost"; $username = "root"; $password = "admin& ...
- 第2章 ZooKeeper安装与启动
第2章 ZooKeeper安装 2-1 JDK的安装 需要先在Linux系统下安装JDK1.8 tar -zxvf jdk-8u231-linux-x64.tar.gz rm -f jdk-8u231 ...
- poj2243前一道题升级(思维构造+ac自动机)
题:http://acm.hdu.edu.cn/showproblem.php?pid=2243 题意:给出m个模式串,求长度小于n的且存在模式串的字符串数有多少个(a~z) 分析:我们反着来,用总的 ...
- sqlserver修改某列为自增
sqlserver如果建表的时候不设自增,之后是没法直接修改的,需要先删再重设: alter table 表名 drop column ID alter table 表名 add ID int ide ...
- SpringBoot 2.2.2集成ElasticSearch 7.5.1
前言:现在公司有一个项目要用到检索功能,检索上面现在最常用的是Solr/ES,最后经过对比选择了ElasticSearch开源组件包,因为这个是公司的一个产品项目,技术版本当然要用最新的啦,最后完全确 ...
- DOCKER 学习笔记2 认识dockerfile自定义镜像
Dockerfile 概念 Dockerfile 是一个文本文件,但包含所构建容器在运行时候的参数.库.资源配置.可以简单理解为我们现有的镜像,比如Centos/Nginx 但我们需要构建一个容器的时 ...
- tomcat高并发配置
最近在项目中负责Tomcat高并发优化方案写一写新得. 优化1)tomcat默认的并发是75,可以启用线程池根据生产环境硬件设定线程池大小. <Executor name="tomca ...