【单选题】【消耗次数:1】
____ it was finished in time.?
As the work was difficult ?
Difficult as the work was?
Difficult as was the work ?
As was the work difficult?
参考答案:
复制
纠错
相关题目
【单选题】 The?( )?from?school?to?work?can be?difficult
①  transformation
②  transport
③  transition
④  transmission
【单选题】 On the first day at work, he was ( ) with a difficult task.
①  focused
②  concentrated
③  confronted
④  possessed
【单选题】 ____ the math problem is difficult, Ill try very hard to work it out.
①  Though
②  When
③  Before
④  After
【单选题】 When Sarah and I ____ on an article for the school newspaper, we found it difficult to work together.
①  compiled
②  gathered
③  collaborated
④  collected
【单选题】 Her team have helped her to get ( ) the difficult time.
①  across
②  away
③  through
④  around
【单选题】 he tried [] but failed to finish his work in time.
①  hard
②  hardly
【简答题】 Directions: Fill in the blanks with the phrases given below. Change the form if necessary.[comprise of; vote for; access to; wake up; be hooked to; in the long run; work at; to ones joy; pay off; be associated with]1. Learning a foreign language may be difficult at the beginning, but your hard work will[填空1].
【单选题】 You need money and time. _____________, you need to work hard.
①  In addition
②  such as
③  In a word
④  For instance
【单选题】 ______, this book is not very difficult.
①  Generally say
②  Generally saying
③  Generally speak
④  Generally speaking
【单选题】 Which of the following is the time when students work in groups?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small group
④  When students are expected to work on their own at their own speed.
【单选题】 Which of the following is the time when students work in a pair?
①  When all the students are under the control of the teacher
②  When students work in pairs on an exercise or a task
③  When students work in small groups
④  When students are expected to work on their own at their own speed.
随机题目
【单选题】 关于class和id使用方法,正确的是( )
①  同一个元素可以使用多个class,但id不行。
②  class有缺省的浏览器参数,id没有
③  同一个元素可以使用多个id,但class不行。
④  id有缺省的浏览器参数,class没有
【单选题】 下列( )表示p元素中的字体是粗体。
①  p{text-size:bold}
②  p{font-weight:bold}
③  p style=text-size:bold
④  p style=font-size:bold
【单选题】 下列哪段代码能够定义所有P标签内文字加粗?(??)
①  p style=text-size:bold
②  p style=font-size:bold
③  p{text-size:bold}
④  p{font-weight:bold}
【单选题】 下列( )表示列表项符号是小方块。
①  list-style-type:square
②  type:square
③  list-type:square
④  type:2
【单选题】 下列样式定义字体间距为0.5倍间距、水平左对齐、垂直顶端对齐、有下划线,正确的定义是:( )
①  p{text-decoration:underline;letter-spacing:0.5em;vertical-align:top;text-align:left;}
②  p{text-decoration:0.5em;letter-spacing:underline;vertical-align:top;text-align:left;}
③  p{text-decoration:left;letter-spacing:top;vertical-align:0.5em;text-align:underline;}
④  p{text-decoration:underline;letter-spacing:0.5em;vertical-align:left;text-align:top;}
【单选题】 下面说法不正确的是( )
①  CSS2中没有选择器,CSS3才有选择器
②  表示颜色是“rgba”中a指的是不透明度;
③  文字阴影“text-shadow”是CSS2中原有的元素属性
④  给元素的边框设定图片使用的是Border-image属性
【单选题】 下面不属于CSS插入形式的是(?????)
①  索引式
②  内联式
③  嵌入式
④  外部式
【单选题】 在HTML中,以下关于CSS样式中文本属性的说法,错误的是( )
①  font-size用于设置文本字体的大小
②  font-family用于设置文本的字体类型
③  color用于设置文本的颜色
④  text-align用于设置文本的字体形状
【多选题】 在CSS属性中,与背景图像相关的属性有(????)。
①  background-image
②  backgroundcolor
③  background-repeat
④  background-position
【单选题】 下列选项中,可以设置页面中某个DIV标签相对页面水平居中的CSS样式是(????)
①  margin:0 auto;
②  padding:0 auto;
③  text-align:center;
④  vertical-align:middle;