-
Treceti fiecare propozitie la Trecutul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Trecut Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "hadn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I learn all day. (interogativ)",
"They swim. (negativ)",
"You aren't planting. (interogativ)",
"It started. (interogativ)",
"He sold a map. (negativ)",
"They will buy cereals. (negativ)",
"You will play chess. (interogativ)",
"Sam brings a donkey. (negativ)",
"You went to the museum. (interogativ)",
"I'm washing my face. (negativ)",
"Her sister left. (negativ)",
"We get a good meal. (interogativ)"
]
["Had I been learning all day?","They hadn't been swiming","Had you been planting?","Had it been starting?","He hadn't been selling a map","They hadn't been buying cereals","Had you been playing chess?","Sam hadn't been bringing a donkey","Had you been going to the museum?","I hadn't been washing my face","Her sister hadn't been leaving","Had we been geting a good meal?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care atribut face ca optiunea din <select> sa fie selectata?
checked="checked" selected="selected" disabled="disabled"<select name="a_name">
<option value="val1">Optiune 1</option>
<option value="val2" selected="selected">Optiune 2</option>
</select>
Care din aceste valori CSS creaza culoare gradient pentru fundal?
contain repeat-x linear-gradient#id {
background: linear-gradient(top left, #1f1, #fff, #11f);
}
Care cod creaza un array in JavaScript?
[] {} new Object()var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicati functia PHP folosita pentru redirect la alta pagina.
function() header() switch()header("Location: http://coursesweb.net/");
exit;
Indicati articolul corect la cuvantul "garden" in propozitia: "... garden is a place with flowers".
An The AThe garden is a place with flowers.
- Gradina este un loc cu flori.
Indicati articolul corect pentru cuvantul: "jardín" (gradina)
la los elEl jardín es un lugar de flores.
- Gradina e un loc cu flori.