Curs Engleza

Cu acest joc de Trivia va puteti testa cunostintele gramaticale de limba engleza.
Incepeti initial cu nivelul usor (Level 1) la fiecare set de intrebari (de la Trivia Category), iar dupa ce raspundeti corect la toate testele incercati si nivelul dificil (Level 2).
De asemenea, va puteti juca cu modul Random si "Countdown Timer".

Welcome to Trivia Game

- Choose the set of questions from the "Trivia Category".

Levels:
  • Level 1 - Easy - It is displayed a list of answers to each quiz. Click the correct answer.
  • Level 2 - Difficult - You write the answer into a text field, then click on Send button. The last letter from the possible answers is deleted.
Mode
  • Consecutive - The quiestions start from the quiz with index number added into a text field, and are added in their order till the last quiz.
  • Random - The quizzes are choosed randomly, till the last quiz, without repeat.
- Countdown Timer - If that button is checked, you have 15 seconds to answer till the next quiz is added automatically.

- Click the Start button to start the quizzes. The Reset button resets the Trivia.
Trivia Category

Mode


From to

Quizzes: 0 of

0 - Correct
0 - Incorrect

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut e folosit in tag-ul <a> pentru adresa link-ului?
src href rel
<a href="http://coursesweb.net/" title="CoursesWeb.net">CoursesWeb.net</a>
Ce proprietate CSS seteaza tipul fontului utilizat?
font-family text-decoration font-size
h2 {
  font-family:"Calibri", sans-serif;
}
Ce instructiune selecteaza toate tag-urile <div> cu class="cls"?
querySelector("div.cls") getElementsByTagName("div") querySelectorAll("div.cls")
var elm_list = document.querySelectorAll("div.cls");
var nr_elms = elm_list.length;       // numar elemente selectate
alert(nr_elms);
Indicati functia care returneaza suma valorilor dintr-un array.
array_sum() array_diff() array_shift()
$arr =[1, 2, 3, 4);
$arr_sum = array_sum($arr);
echo $arr_sum;       // 10
Indicati forma corecta a verbului "study" (a studia) la Trecutul Simplu in aceasta propozitie: "We (study) English."
studyed studys studied
We studied English.
- Noi am studiat engleza.
Indicati forma corecta a verbului "decir" (a spune) la Prezent in aceasta propozitie: "Yo (decir) siempre la verdad."
digas digo decir
Yo digo siempre la verdad.
- Eu spun mereu adevarul.
Teste Trivia Engleza

Last accessed pages

  1. Autobiografia unui Yoghin, Paramhansa Yogananda (2290)
  2. Numeralul - Exercitii incepatori (8160)
  3. Prepozitii - Exercitii si teste engleza incepatori (11180)
  4. Alphabet and Pronunciation - Alfabetul si pronuntia in limba engleza (60849)
  5. Gramatica limbii engleze - Prezentare Generala (218169)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (693)
  2. Curs HTML gratuit Tutoriale HTML5 (379)
  3. Coduri pt culori (349)
  4. Exercitii engleza - English Tests and exercises - Grammar (324)
  5. Gramatica limbii engleze - Prezentare Generala (319)