-
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 specifica adresa unde sunt trimise datele din formular?
method action name<form action="script.php" method="post"> ... </form>
Ce proprietate CSS desparte cuvinte lungi, adaugand pe rand nou?
word-wrap line-height font-size#id {
width: 100px;
word-wrap: break-word;
}
Ce functie aranjeaza elementele din array in ordine alfabetica, bazat pe valorile lor?
pop() sort() shift()var tutorials = ["php", "html", "css", "flash"];
tutorials.sort();
alert(tutorials[0]); // css
Indicati functia care returneaza valoarea ultimului element din array.
current() next() end()$code =[10=>"Perl", 20=>"PHP", 21=>"Python", 30=>"JavaScript");
$last = end($code);
echo $last; // JavaScript
Alegeti verbul auxiliar corect care trebuie in propozitia: "Her plane ... just arrived".
have has doesHer plane has just arrived.
- Avionul ei tocmai a sosit.
Indicati forma corecta a verbului SER (a fi) in propozitia: "Vosotros ... muy simpáticos".
son soy soisVosotros sois muy simpáticos.
- Sunteti foarte simpatici.