-
Treceti fiecare propozitie la Prezentul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi formele complete: "are not", "is not", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I play here. (interogativ)",
"We applaud. (negativ)",
"You swim. (interogativ)",
"It jumps high. (interogativ)",
"He wear a green hat. (negativ)",
"They have many pets. (negativ)",
"She speaks english. (interogativ)",
"Pavel stops the bus. (negativ)",
"You go to the church. (interogativ)",
"I see a cow. (negativ)",
"The bears run fast. (negativ)",
"We make the meal. (interogativ)"
]
["Am I playing here?","We are not applauding","Are you swiming?","Is it jumping high?","He is not wearing green hat","They are not having many pets","Is she speaking english?","Pavel is not stopping the bus","Are you going to the church?","I am not seeing a cow","The bears are not running fast","Are we making the meal?"]
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.