Scale 1”=1’-0”
Seat height 16”
Total height 3’-2”
seen from Vietnam
seen from South Korea
seen from China
seen from T1

seen from Austria

seen from United States
seen from China

seen from T1
seen from Kazakhstan
seen from China

seen from Russia
seen from United States

seen from Kazakhstan
seen from Germany
seen from Finland
seen from Malaysia
seen from United States

seen from United States
seen from Netherlands

seen from Germany
Scale 1”=1’-0”
Seat height 16”
Total height 3’-2”
Reported / Indirect Speech - Exercise
Write the sentences in reported speech. Remember to change words like "here" and "today" because they are no longer true in reported speech. (Here = there, today = that day, this = that)
<!-- var numQues = 10; var answers = new Array(10); answers[0] = "She would be there later."; answers[1] = "I had been at the park that day."; answers[2] = "He wouldn't give me anymore money."; answers[3] = "She was working that day."; answers[4] = "I had been living there for two years."; answers[5] = "That coffee was delicious."; answers[6] = "I didn't want to go back to Ohio."; answers[7] = "My watch hadn't been working for a while."; answers[8] = "They weren't talking to me then."; answers[9] = "We should have gone to see a movie later."; function getScore(form) { var score = 0; for (i=0; i<numQues; i++) { var answer = form.elements[i].value; var answer_length = answer.length; var last_char = answer.charAt(answer_length-1); if (last_char == " ") { form.elements[i].value = (answer.substring(0, answer_length-1)) ; i=i-1; } } for (i=0; i<numQues; i++) { if (form.elements[i].value.toUpperCase() == answers[i].toUpperCase()) { score++; } } score = Math.round(score/numQues*100); form.percentage.value = score + "%"; var correctAnswers = ""; for (i=1; i<=numQues; i++) { correctAnswers += i + ". " + answers[i-1] + "\r\n"; } form.solutions.value = correctAnswers; } // -->
1. I said, "She will be here later."
2. I said, "I was at the park today."
3. I said, "He won't give me anymore money."
4. I said, "She is working today."
5. I said, "I have been living here for two years."
6. I said, "This coffee is delicious."
7. I said, "I don't want to go back to Ohio."
8. I said, "My watch hasn't been working for a while."
9. I said, "They aren't talking to me right now."
10. I said, "We should go see a movie later."
Skor = Doğru Cevaplar:
Used to, Be used to, Get Used to - Exercise
Change these sentences to use "used to".
<!-- var numQues = 10; var answers = new Array(10); answers[0] = "I used to go to the park all the time when I was a child."; answers[1] = "He used to drink coffee every morning until he became allergic to it."; answers[2] = "I used to watch my favorite show every Friday until it was cancelled."; answers[3] = "I used to take Spanish class in college."; answers[4] = "The dog used to run around the block every morning."; answers[5] = "I used to feel sick every time I looked at the disgusting seafood."; answers[6] = "I used to do so much homework every night last year."; answers[7] = "His grandma used to bake him apple pie every Thanksgiving."; answers[8] = "I used to love black and white movies when I was a kid."; answers[9] = "They used to enjoy giving their time to charities."; function getScore(form) { var score = 0; for (i=0; i<numQues; i++) { var answer = form.elements[i].value; var answer_length = answer.length; var last_char = answer.charAt(answer_length-1); if (last_char == " ") { form.elements[i].value = (answer.substring(0, answer_length-1)) ; i=i-1; } } for (i=0; i<numQues; i++) { if (form.elements[i].value.toUpperCase() == answers[i].toUpperCase()) { score++; } } score = Math.round(score/numQues*100); form.percentage.value = score + "%"; var correctAnswers = ""; for (i=1; i<=numQues; i++) { correctAnswers += i + ". " + answers[i-1] + "\r\n"; } form.solutions.value = correctAnswers; } // -->
1. I went to the park all the time when I was a child.
2. He drank coffee every morning until he became allergic to it.
3. I watched my favorite show every Friday until it was cancelled.
4. I took Spanish class in college.
5. The dog ran around the block every morning.
6. I felt sick every time I looked at the disgusting seafood.
7. I did so much homework every night last year.
8. His grandma baked him apple pie every Thanksgiving.
9. I loved black and white movies when I was a kid.
10. They enjoyed giving their time to charities.
Skor = Doğru Cevaplar: