-
Treceti fiecare propozitie la Prezentul perfect continuu (unele propozitii sunt la alt timp, trebuie trecute la Prezent perfect continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "haven't" si "hasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I play. (interogativ)",
"We sit. (negativ)",
"You are cooking. (interogativ)",
"It falls. (interogativ)",
"He bought a can. (negativ)",
"They will sell cereals. (negativ)",
"You will study english. (interogativ)",
"Paul planted a tree. (negativ)",
"You went to the library. (interogativ)",
"I am watching the waves. (negativ)",
"Your brother is singing. (negativ)",
"We make boxes. (interogativ)"
]
["Have I been playing?","We haven't been sitting","Have you been cooking?","Has it been falling?","He hasn't been buying a can","They hasn't been selling cereals","Have you been studying english?","Paul hasn't been planting a tree","Have you been going to the library?","I haven't been watching the waves","Your brother hasn't been singing","Have we been making boxes?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut face un buton radio sau checkbox sa fie selectat?
checked="checked" selected="selected" disabled="disabled"<input type="checkbox" name="a_name" value="value" checked="checked" />
Ce valoare CSS redimensioneaza imaginea de fundal pana la marimea elementului?
repeat-x contain linear-gradient#id {
background:url("path_to_image.png");
background-size:contain;
background-repeat:no-repeat;
}
Ce operator se foloseste pentru restul impartirii a doua numere?
% * /var rest8_7 = 8 % 7;
alert(rest8_7);
Indicati functia PHP care rotunjeste numarul la valoarea intreaga mare.
floor() ceil() abs()$nr = ceil(3.5);
echo $nr; // 4
Indicati articolul corect la cuvantul "bike" in propozitia: "Alex wants to buy ... bike".
An The AAlex wants to buy a bike.
- Alex vrea sa cumpere o bicicleta.
Indicati articolul nedefinit corect pentru cuvantul: "libros" (carti)
unos una unLeí unos libros.
- Am citit niste carti.