-- MySQL dump 10.13  Distrib 5.7.37, for Linux (x86_64)
--
-- Host: localhost    Database: csuha_english
-- ------------------------------------------------------
-- Server version	5.7.37

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `basic_groups`
--

DROP TABLE IF EXISTS `basic_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `basic_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `obs` text NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `basic_groups`
--

LOCK TABLES `basic_groups` WRITE;
/*!40000 ALTER TABLE `basic_groups` DISABLE KEYS */;
INSERT INTO `basic_groups` VALUES (1,'Fruits','','2016-01-15 07:19:28'),(2,'Vegetables','','2016-01-15 07:26:06'),(3,'Health Problems','','2016-01-15 07:30:25'),(4,'House','','2016-01-15 07:34:05'),(5,'Bedroom','','2016-01-16 07:58:12'),(6,'Weather','','2016-01-16 08:04:10'),(7,'Car Parts','','2016-01-16 08:09:36'),(8,'Body','','2016-01-19 13:58:35'),(9,'Animals','','2016-01-20 12:36:40'),(10,'Jobs and Occupations','','2016-01-20 12:47:45'),(11,'Job Application','','2016-01-22 06:49:07'),(12,'Prepositions','<p><a href=\"http://www.talkenglish.com/vocabulary/top-50-prepositions.aspx\" target=\"_blank\">http://www.talkenglish.com/vocabulary/top-50-prepositions.aspx</a></p>','2016-02-04 06:06:02'),(13,'Adjectives: Shape','','2016-02-26 11:27:57'),(14,'Adjectives: Size','','2016-02-26 11:34:10'),(15,'Adjectives: Taste','','2016-03-02 13:14:33'),(16,'Synonyms','','2016-03-21 12:14:03'),(17,'Basic phrases','','2016-04-01 06:58:17');
/*!40000 ALTER TABLE `basic_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `basic_words`
--

DROP TABLE IF EXISTS `basic_words`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `basic_words` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `basic_group_id` int(11) NOT NULL,
  `eng` text NOT NULL,
  `hun` text NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `basic_group_id` (`basic_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=676 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `basic_words`
--

LOCK TABLES `basic_words` WRITE;
/*!40000 ALTER TABLE `basic_words` DISABLE KEYS */;
INSERT INTO `basic_words` VALUES (121,8,'<p>thumbs</p>','<p>hüvelykujj</p>','','2016-01-19 14:04:57'),(454,17,'<p>You are in a wrong box.</p>','<p>Benne vagy a slamasztikában.</p>','','2016-04-01 07:13:03'),(456,17,'<p>Up to a point.</p>','<p>Bizonyos mértékig.</p>','','2016-04-01 07:13:35'),(462,17,'<p>To make a decision.</p>','<p>Döntést hozni.</p>','','2016-04-01 07:15:31'),(473,17,'<p>We only live once.</p>','<p>Egyszer élünk.</p>','','2016-04-01 07:52:14'),(481,17,'<p>To rush a decision</p>','<p>Elsietni egy döntést</p>','','2016-04-01 07:59:30'),(482,17,'<p>To recall the memories.</p>','<p>Emlékeket felidézni.</p>','','2016-04-01 07:59:47'),(484,17,'<p>This knife won’t cut!</p>','<p>Ez a kés nem akar vágni!</p>','','2016-04-01 08:00:23'),(490,17,'<p>This beats me!</p>','<p>Ez nekem magas!</p>','','2016-04-01 08:02:17'),(497,17,'<p>This goes for you too.</p>','<p>Ez rád is vonatkozik!</p>','','2016-04-01 08:04:12'),(509,17,'<p>You are mind reader.</p>','<p>Gondolatolvasó vagy.</p>','','2016-04-01 08:07:24'),(521,17,'<p>Use your loaf!</p>','<p>Használd a fejedet!</p>','','2016-04-01 08:11:13'),(526,17,'<p>What do you mean?</p>','<p>Hogy érted ezt?</p>','','2016-04-01 08:12:43'),(540,17,'<p>To spread good reputation on something.</p>','<p>Jó hírét kelteni valaminek.</p>','','2016-04-01 08:36:27'),(545,17,'<p>You’d better clear out!</p>','<p>Jobban teszed, ha eltűnsz!</p>','','2016-04-01 08:37:49'),(547,17,'<p>You don’t have to jump down my throat!</p>','<p>Jól van, na! Nem kell leharapni a fejem!</p>','','2016-04-01 08:38:23'),(550,17,'<p>Who knows?</p>','<p>Ki tudja?</p>','','2016-04-01 08:39:21'),(551,17,'<p>You’ve got it.</p>','<p>Kitaláltad.</p>','','2016-04-01 08:39:38'),(559,17,'<p>To pay a visit to a friend.</p>','<p>Látogatást tenni egy barátnál.</p>','','2016-04-01 08:41:48'),(564,17,'<p>There may be something in it.</p>','<p>Lehet benne valami.</p>','','2016-04-01 08:43:11'),(573,17,'<p>You drive me crazy.</p>','<p>Megőrjítesz.</p>','','2016-04-01 08:46:44'),(574,17,'<p>To find the golden mean.</p>','<p>Megtalálni az arany középutat.</p>','','2016-04-01 08:47:02'),(575,17,'<p>Would you do me a favour?</p>','<p>Megtenne egy szívességet?</p>','','2016-04-01 08:47:18'),(581,17,'<p>What’s that to you?</p>','<p>Mi közöd hozzá?</p>','','2016-04-01 08:48:57'),(582,17,'<p>What’s going on?</p>','<p>Mi újság?</p>','','2016-04-01 08:49:13'),(588,17,'<p>What are you thinking about?</p>','<p>mire gondolsz?</p>','','2016-04-01 08:51:10'),(589,17,'<p>What do you mean by that?</p>','<p>Mit értesz ezen?</p>','','2016-04-01 08:51:28'),(605,17,'<p>You won’t get round it!</p>','<p>Nem fogod megúszni!</p>','','2016-04-01 08:59:21'),(606,17,'<p>You won’t believe your eyes!</p>','<p>Nem fogsz hinni a szemednek!</p>','','2016-04-01 08:59:37'),(608,17,'<p>You need not worry about me.</p>','<p>Nem kell aggódnod értem.</p>','','2016-04-01 09:00:09'),(622,17,'<p>To sum up the point.</p>','<p>Összefoglalni a lényeget.</p>','','2016-04-01 09:04:01'),(627,17,'<p>What’s more…</p>','<p>Ráadásul…</p>','','2016-04-01 09:05:44'),(637,17,'<p>You never know.</p>','<p>Sosem lehet tudni.</p>','','2016-04-01 09:10:23'),(638,17,'<p>It is raining cats and dogs.</p>','<p>Szakad az eső.</p>','','2016-04-01 09:10:41'),(644,17,'<p>You are welcome!</p>','<p>Szívesen!</p>','','2016-04-01 09:13:28'),(650,17,'<p>You are pulling my leg.</p>','<p>Te ugratsz engem.</p>','','2016-04-01 09:15:11'),(668,17,'<p>There is something wrong with me.</p>','<p>Valami nem stimmel velem.</p>','','2016-04-01 09:19:59'),(675,17,'<p>They are racing against time.</p>','<p>Versenyt futnak az idővel.</p>','','2016-04-01 09:21:41');
/*!40000 ALTER TABLE `basic_words` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `basic_words_v1`
--

DROP TABLE IF EXISTS `basic_words_v1`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `basic_words_v1` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(2555) NOT NULL,
  `words` text NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `basic_words_v1`
--

LOCK TABLES `basic_words_v1` WRITE;
/*!40000 ALTER TABLE `basic_words_v1` DISABLE KEYS */;
INSERT INTO `basic_words_v1` VALUES (1,'Fruits','<p><span>a pineapple - ananász<br /></span><span>grapes - szőllő</span><br /><span>blueberries - áfonya</span><br /><span>a strawberry - eper</span><br /><span>a kiwi - kivi</span><br /><span>bananas - banán</span><br /><span>a pear - körte</span><br /><span>an orange - narancs</span><br /><span>a lemon - citrom</span><br /><span>an apple - alma</span><br /><span>a watermelon - görögdinye</span><br /><span>a peach - barack</span><br /><span>cherries - cseresznye</span><br /><span>a grapefruit - grépfrút</span><br /><span>a plum - szilva</span></p>','2016-01-14 09:45:16'),(2,'Vegetables','<p>cucumber - uborka<br />pumpkin - tök<br />potatoes - krumpli<br />mushrooms - gomba<br />lettuce - saláta<br />cabbage - káposzta<br />broccoli - brokkoli<br />corn - kukorica<br />onions - hagyma<br />radishes - retek<br />green peppers - zöldpaprika<br />eggplant - padlizsán<br />tomatoes - paradicsom<br />peas - borsó<br />carrots - sárgarépa<br />fokhagyma - garlic</p>','2016-01-14 15:38:41'),(3,'Health Problems','<p>a stuffy nose - orrdugulás<br />a cold - <span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">megfázás<br />a stomachache - <span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">hasfájás<br />a sore throat - torokfájás</span></span></span></span><br />a toothache - fogfájás<br />a bruise - zúzódás<br />a cut - egy vágás<br />a sunburn - leégés<br />a cramp - görcs<br />a headache - fejfájás<br />an earache - fülfájás<br />a cough - <span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">köhögés</span></span><br />a fever - láz<br />a runny nose - <span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">orrfolyás</span></span><br />a broken leg - egy törött láb</p>','2016-01-14 15:47:02'),(4,'House','<p>kitchen - konyha<br />bedroom - hálószoba<br />house - ház<br />laundry room - mosókonyha<br />yard - udvar<br />basement - pince, alaksor<br />office - dolgozó szoba<br />living room - nappali<br />garage - garázs<br />dining room - étkező<br />closet - gardrob<br />stairs - lépcső<br />bathroom - fürdőszoba<br />hallway - folyosó</p>','2016-01-14 15:51:52');
/*!40000 ALTER TABLE `basic_words_v1` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `film_words`
--

DROP TABLE IF EXISTS `film_words`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `film_words` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `eng` text NOT NULL,
  `hun` text NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=713 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `film_words`
--

LOCK TABLES `film_words` WRITE;
/*!40000 ALTER TABLE `film_words` DISABLE KEYS */;
INSERT INTO `film_words` VALUES (1,'<p>freak</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">szörnyszülött</span></span></p>','','2016-01-22 15:34:13'),(5,'<p>unconscious</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">öntudatlan</span></span></p>','','2016-02-04 17:59:15'),(8,'<p>suing</p>','<p>beperel</p>','','2016-02-05 18:18:28'),(10,'<p>scoff</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">kötekedés</span></span></p>','','2016-02-06 16:01:17'),(11,'<p>tacky</p>','<p>ragadós</p>','','2016-02-06 16:05:26'),(12,'<p>shellfish</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">rákfélék</span></span></p>','','2016-02-06 16:13:16'),(13,'<p>clue</p>','<p>nyom</p>','','2016-02-06 16:17:46'),(14,'<p>resembles</p>','<p>hasonlít valakihez</p>','','2016-02-07 10:36:26'),(15,'<p>brat</p>','<p>kölyök</p>','','2016-02-07 10:37:26'),(16,'<p>rough</p>','<p>durva</p>','','2016-02-07 10:46:38'),(17,'<p>spare</p>','<p>tartalék</p>','','2016-02-07 10:52:14'),(18,'<p>to spare</p>','<p>megkímélni</p>','','2016-02-07 10:52:39'),(19,'<p>pitiful</p>','<p>könyörületes</p>','','2016-02-07 11:24:51'),(20,'<p>reckless</p>','<p>vakmerő</p>','','2016-02-07 11:25:35'),(21,'<p>endur</p>','<p>eltűr, elviselni</p>','','2016-02-07 11:33:24'),(22,'<p>back then</p>','<p>akkoriban</p>','','2016-02-07 11:33:49'),(23,'<p>obnoxious</p>','<p>kellemetlen</p>','','2016-02-07 11:39:01'),(24,'<p>pot</p>','<p>edény, fazék</p>','','2016-02-07 12:34:58'),(25,'<p>to plead something, pleads</p>','<p>esedezni valamiért, könyörög</p>','','2016-02-14 09:16:25'),(26,'<p>spooky</p>','<p>ijesztő</p>','','2016-02-07 12:46:03'),(27,'<p>pretty darn</p>','<p>átkozottul</p>','','2016-02-07 12:55:34'),(28,'<p>commence</p>','<p>kezdődik</p>','','2016-02-07 13:01:35'),(29,'<p>ceased</p>','<p>megszűnt</p>','','2016-02-08 18:58:07'),(30,'<p>hoax</p>','<p>állhír</p>','','2016-02-08 19:00:36'),(31,'<p>seemingly</p>','<p>látszólag</p>','','2016-02-08 20:00:22'),(32,'<p>screening</p>','<p>eltitkolás</p>','','2016-02-11 19:57:42'),(33,'<p>confess</p>','<p>vall</p>','','2016-02-11 19:57:56'),(34,'<p>kidney</p>','<p>vese</p>','','2016-02-14 09:18:46'),(35,'<p>cheek</p>','<p>arc</p>','','2016-02-12 20:14:59'),(36,'<p>hip</p>','<p>csípő</p>','','2016-02-13 15:56:11'),(37,'<p>sanity</p>','<p>józanság</p>','','2016-02-13 15:56:34'),(38,'<p>closure</p>','<p>bezárás, végszó</p>','','2016-02-13 16:04:20'),(39,'<p>beg, implore</p>','<p>könyörög</p>','','2016-02-14 09:17:21'),(40,'<p>in spite of</p>','<p>valaminek ellenére</p>','','2016-02-14 16:12:26'),(41,'<p>thorn</p>','<p>tüske</p>','','2016-02-14 16:15:51'),(42,'<p>appalling</p>','<p>megdöbbentő, ijesztő</p>','','2016-02-14 16:17:04'),(43,'<p>devote</p>','<p>szentel, szán (időt)</p>','','2016-02-14 16:18:35'),(44,'<p>gosh</p>','<p>a mindenit, a kutyafáját</p>','','2016-02-14 18:36:51'),(45,'<p>gorgeous</p>','<p>nagyszerű, pompás</p>','','2016-02-14 18:39:24'),(46,'<p>meadow</p>','<p>rét</p>','','2016-02-14 18:42:23'),(47,'<p>pigeon</p>','<p>galamb</p>','','2016-02-14 18:46:03'),(48,'<p>whiny</p>','<p>siránkozó</p>','','2016-02-14 18:46:50'),(49,'<p>obsessive</p>','<p>kínzó</p>','','2016-02-18 16:39:40'),(50,'<p>pretend</p>','<p>tettet, színlel</p>','<p><em>CHECKED SO FAR<br /></em></p>','2016-02-23 17:49:38'),(51,'<p>claiming</p>','<p>azt állítva</p>','','2016-02-21 13:05:41'),(52,'<p>languished</p>','<p>lankad, börtönben sínylődik</p>','','2016-02-21 13:47:59'),(53,'<p>filthy</p>','<p>szennyes, mocskos</p>','','2016-02-21 13:42:10'),(54,'<p>heir</p>','<p>örökös</p>','','2016-02-21 13:47:38'),(55,'<p>exile</p>','<p>száműzetés</p>','','2016-02-21 14:00:26'),(56,'<p>merely</p>','<p>csupán</p>','','2016-02-21 14:05:16'),(57,'<p>hence</p>','<p>ezentúl</p>','','2016-02-21 14:54:38'),(58,'<p>tenderness</p>','<p>érzékenység</p>','','2016-02-22 18:29:34'),(59,'<p>neat</p>','<p>tiszta, rendes</p>','','2016-02-24 16:50:16'),(60,'<p>mildew</p>','<p>penész</p>','','2016-02-22 18:35:01'),(61,'<p>bail</p>','<p>óvadék</p>','','2016-02-22 19:36:40'),(62,'<p>trail</p>','<p>nyom</p>','','2016-02-23 18:55:36'),(63,'<p>sirens blare</p>','<p>sziréna harsogás</p>','','2016-02-23 18:56:01'),(64,'<p>lobby</p>','<p>előcsarnok</p>','','2016-02-23 19:00:12'),(65,'<p>entourage</p>','<p>kíséret</p>','','2016-02-23 19:37:36'),(66,'<p>sip</p>','<p>korty</p>','','2016-02-23 20:21:36'),(67,'<p>smudgy</p>','<p>foltos</p>','','2016-02-23 20:30:23'),(68,'<p>cape</p>','<p>köpeny</p>','<p><em>CHECKED SO FAR</em></p>','2016-03-02 15:18:05'),(69,'<p>shovel</p>','<p>lapát</p>','','2016-02-24 19:56:01'),(70,'<p>freaky</p>','<p>furcsa</p>','','2016-02-27 17:03:30'),(71,'<p>bully</p>','<p>verekedő</p>','','2016-02-27 17:06:41'),(72,'<p>barely</p>','<p>alig</p>','','2016-02-27 17:12:59'),(73,'<p>on purpose</p>','<p>szándékosan</p>','','2016-02-27 17:19:27'),(74,'<p>tripped over</p>','<p>megbotlott</p>','','2016-02-27 17:24:15'),(75,'<p>ruse</p>','<p>csel</p>','','2016-02-28 12:59:21'),(76,'<p>overlap</p>','<p>átfedés</p>','','2016-02-28 13:04:30'),(77,'<p>flan</p>','<p>gyümölcstorta</p>','<p><em> </em></p>','2016-04-22 07:54:17'),(78,'<p>hideous</p>','<p>förtelmes</p>','','2016-03-03 21:18:54'),(79,'<p>itchy</p>','<p>viszketős</p>','','2016-03-03 21:20:45'),(80,'<p>slack</p>','<p>laza</p>','','2016-03-03 21:24:24'),(81,'<p>feathers</p>','<p>madártollak</p>','','2016-03-03 21:25:12'),(82,'<p>spilled</p>','<p>kiömlött</p>','','2016-03-03 21:30:42'),(83,'<p>debrief</p>','<p>kikérdez</p>','','2016-03-05 14:36:45'),(84,'<p>ruling</p>','<p>uralkodó</p>','','2016-03-05 14:46:01'),(85,'<p>rusty</p>','<p>rozsdás</p>','','2016-03-06 12:47:36'),(86,'<p>beaker</p>','<p>serleg, csőrös bögre</p>','','2016-03-06 12:53:23'),(87,'<p>courtesy</p>','<p>udvariasság</p>','','2016-03-06 13:15:27'),(88,'<p>humiliating</p>','<p>megalázó</p>','','2016-03-06 16:27:12'),(89,'<p>dignity</p>','<p>méltóság</p>','','2016-04-22 07:53:35'),(90,'<p>liver</p>','<p>máj</p>','','2016-03-08 07:43:06'),(91,'<p>drain</p>','<p>csatorna</p>','','2016-03-09 06:03:28'),(92,'<p>trickling fountains</p>','<p>csörgedező szökőkutak</p>','','2016-03-09 06:13:50'),(93,'<p>cushions</p>','<p>párnák</p>','','2016-03-09 08:56:51'),(94,'<p>lunges</p>','<p>kitörések (lábedzés)</p>','','2016-03-09 09:09:44'),(95,'<p>aloof</p>','<p>tartózkodó</p>','','2016-03-09 18:48:01'),(96,'<p>geek</p>','<p>stréber</p>','','2016-03-10 07:00:38'),(97,'<p>reimburse</p>','<p>visszafizet</p>','','2016-03-10 07:26:50'),(98,'<p>ferrets</p>','<p>görény</p>','','2016-03-10 13:41:23'),(99,'<p>afterward</p>','<p>utána</p>','','2016-03-10 16:11:46'),(100,'<p>lullaby</p>','<p>altatódal</p>','','2016-03-10 16:16:01'),(101,'<p>concerns</p>','<p>aggodalmak</p>','','2016-03-10 17:39:41'),(102,'<p>testify</p>','<p>tanúskodni</p>','','2016-03-10 18:06:12'),(103,'<p>appalled</p>','<p>felháborodva</p>','','2016-03-11 08:02:04'),(104,'<p>betray</p>','<p>elárul</p>','','2016-03-11 08:04:03'),(105,'<p>tweezers</p>','<p>csipesz</p>','','2016-03-11 08:25:10'),(106,'<p>tremendous</p>','<p>borzasztó</p>','','2016-03-11 08:31:00'),(107,'<p>bribery</p>','<p>vesztegetés</p>','','2016-03-11 17:19:43'),(108,'<p>debate</p>','<p>vita</p>','','2016-03-11 17:55:55'),(109,'<p>deceit</p>','<p>csalás</p>','','2016-03-11 18:01:58'),(110,'<p>remorse</p>','<p>bűntudat</p>','','2016-03-11 18:03:51'),(111,'<p>hilarious</p>','<p>vicces</p>','','2016-03-11 18:05:25'),(112,'<p>mending</p>','<p>javulóban van (testi sérülés)</p>','','2016-03-11 18:31:46'),(113,'<p>ankle</p>','<p>boka</p>','','2016-03-11 19:21:16'),(114,'<p>frisky</p>','<p>élénk</p>','','2016-03-12 11:07:26'),(115,'<p>junkyard</p>','<p>roncstelep</p>','','2016-03-12 11:09:50'),(116,'<p>lodge</p>','<p>kunyhó</p>','','2016-03-12 11:24:42'),(117,'<p>foreseeable</p>','<p>előrelátható</p>','','2016-03-12 12:00:57'),(118,'<p>contrition</p>','<p>bűnbánat</p>','','2016-03-12 14:25:59'),(119,'<p>ensure</p>','<p>biztosít</p>','','2016-03-12 14:59:13'),(120,'<p>in charge</p>','<p>felelős</p>','','2016-03-12 16:44:40'),(121,'<p>anxious</p>','<p>izgatott</p>','','2016-03-12 16:56:17'),(122,'<p>homicide</p>','<p>emberölés</p>','','2016-03-12 16:56:55'),(123,'<p>conjecture</p>','<p>sejtés</p>','','2016-03-12 17:17:24'),(124,'<p>relentless</p>','<p>könyörtelen, hajthatatlan</p>','','2016-03-12 17:20:41'),(125,'<p>willful</p>','<p>szándékos</p>','','2016-03-12 18:45:35'),(126,'<p>disposal</p>','<p>elrendezés, felszámolás</p>','','2016-03-12 18:55:16'),(127,'<p>untenable</p>','<p>tarthatatlan</p>','','2016-03-12 19:07:10'),(128,'<p>guts</p>','<p>mersz, belek</p>','','2016-03-13 06:31:14'),(129,'<p>disburse</p>','<p>kifizet</p>','','2016-03-13 19:42:43'),(130,'<p>loathe</p>','<p>utál</p>','','2016-03-13 07:28:04'),(131,'<p>rattling</p>','<p>zajos</p>','','2016-03-13 07:35:22'),(132,'<p>hiatus</p>','<p>kihagyás, űr</p>','','2016-03-13 07:37:36'),(133,'<p>duly</p>','<p>megfelelően</p>','','2016-03-13 07:41:14'),(134,'<p>spank</p>','<p>ütés</p>','','2016-03-13 07:49:12'),(135,'<p>burden</p>','<p>teher</p>','','2016-03-13 08:51:57'),(136,'<p>savage</p>','<p>vad</p>','','2016-03-13 09:16:37'),(137,'<p>curse</p>','<p>átok</p>','','2016-03-13 09:17:15'),(138,'<p>fumble</p>','<p>tapogat, ügyetlenül kezel</p>','','2018-07-26 06:35:52'),(139,'<p>compulsive</p>','<p>megrögzött, kényszeres</p>','','2016-03-13 09:26:37'),(140,'<p>merriment</p>','<p>vidámság</p>','','2016-03-13 09:32:03'),(141,'<p>dork</p>','<p>dinka</p>','','2016-03-13 09:32:55'),(142,'<p>consent</p>','<p>hozzájárulás, beleegyezés</p>','','2016-03-13 12:45:06'),(143,'<p>cozy</p>','<p>kényelmes</p>','','2016-03-13 13:56:13'),(144,'<p>despise</p>','<p>megvet, lenéz</p>','','2016-03-13 14:02:19'),(145,'<p>shore</p>','<p>tengerpart, tópart</p>','','2016-03-18 19:21:21'),(146,'<p>forthright</p>','<p>egyenes</p>','','2016-03-15 18:46:27'),(147,'<p>stirred up</p>','<p>felkavart</p>','','2016-03-17 11:40:11'),(148,'<p>yield</p>','<p>hozam, termelés</p>','','2016-03-16 18:30:26'),(149,'<p>geezer</p>','<p>öreg szivar</p>','','2016-03-16 18:59:16'),(150,'<p>bruises</p>','<p>zúzódások</p>','','2016-03-16 19:39:19'),(151,'<p>coward</p>','<p>gyáva</p>','','2016-03-16 19:40:37'),(152,'<p>uptight</p>','<p>feszült, ideges</p>','','2016-03-16 19:44:39'),(153,'<p>keen</p>','<p>lelkes</p>','','2016-03-17 18:58:59'),(154,'<p>errand</p>','<p>küldetés, megbízás</p>','','2016-03-17 20:03:38'),(155,'<p>sweep</p>','<p>söprés</p>','','2016-03-17 20:08:39'),(156,'<p>warrant</p>','<p>parancs</p>','','2016-03-17 20:18:04'),(157,'<p>toss</p>','<p>dobás</p>','','2016-04-01 06:24:07'),(158,'<p>contend</p>','<p>harcol</p>','','2016-03-18 19:21:11'),(159,'<p>denomination</p>','<p>címlet (pénz)</p>','','2016-03-18 19:26:03'),(160,'<p>bounder</p>','<p>modortalan</p>','','2016-03-18 19:37:12'),(161,'<p>gauge</p>','<p>űrtartalom</p>','','2016-03-18 19:38:19'),(162,'<p>glossy</p>','<p>fényes</p>','','2016-03-18 19:45:09'),(163,'<p>fondly</p>','<p>szeretően, gyengéden</p>','','2016-03-18 19:46:46'),(164,'<p>nasty</p>','<p>csúnya, kellemetlen</p>','','2016-03-18 19:49:10'),(165,'<p>barn</p>','<p>istálló</p>','','2016-03-18 20:19:26'),(166,'<p>snatch</p>','<p>megragad</p>','','2016-03-18 20:21:18'),(167,'<p>nonsensical</p>','<p>képtelen</p>','','2016-03-18 20:23:53'),(168,'<p>shortfall</p>','<p>hiány</p>','','2016-03-19 07:12:26'),(169,'<p>dimly</p>','<p>homályosan</p>','','2016-03-19 07:14:00'),(170,'<p>patting</p>','<p>veregetés</p>','','2016-03-19 07:35:18'),(171,'<p>astound</p>','<p>meglep, megdöbbent</p>','','2016-03-19 07:49:32'),(172,'<p>plot</p>','<p>kiforral (tervet)</p>','','2016-03-20 08:23:58'),(173,'<p>contemplated</p>','<p>tervezett</p>','','2016-03-19 07:52:49'),(174,'<p>coffin</p>','<p>koporsó</p>','','2016-03-19 07:56:08'),(175,'<p>clean slate</p>','<p>tiszta lap</p>','','2016-03-19 08:02:25'),(176,'<p>darn thing</p>','<p>átkozott dolog</p>','','2016-03-19 08:17:45'),(177,'<p>soaked</p>','<p>átázott</p>','','2016-03-19 08:37:44'),(178,'<p>brimming with advice</p>','<p>csupa tanácsadás</p>','','2016-03-19 08:42:39'),(179,'<p>contender</p>','<p>versenyző</p>','','2016-03-19 13:23:11'),(180,'<p>recite</p>','<p>elmond</p>','','2016-03-19 14:36:42'),(181,'<p>blameless</p>','<p>ártatlan</p>','','2016-03-19 15:48:09'),(182,'<p>reckoning</p>','<p>leszámolás</p>','','2016-03-19 15:52:47'),(183,'<p>maiden name</p>','<p>lánykori név</p>','','2016-03-19 16:29:25'),(184,'<p>wig</p>','<p>paróka</p>','','2016-03-19 17:55:38'),(185,'<p>meticulous</p>','<p>aprólékos</p>','','2016-03-20 08:19:31'),(186,'<p>giddy</p>','<p>szeleburdi</p>','','2016-03-20 08:42:47'),(187,'<p>top-notch</p>','<p>tökély</p>','','2016-03-23 18:28:07'),(188,'<p>gist</p>','<p>lényeg</p>','','2016-03-21 17:46:15'),(189,'<p>sane</p>','<p>épelméjű</p>','','2016-03-21 17:49:12'),(190,'<p>suffice</p>','<p>elegendő</p>','','2016-03-21 18:16:29'),(191,'<p>recur</p>','<p>ismétlődik, visszatér</p>','','2016-03-22 20:48:25'),(192,'<p>abide by</p>','<p>ragaszkodik, betartja</p>','','2016-03-23 10:31:47'),(193,'<p>surpass</p>','<p>felülmúl</p>','','2016-03-22 18:36:24'),(194,'<p>seek, sought</p>','<p>keres, keresett</p>','','2016-04-01 06:23:09'),(195,'<p>perp</p>','<p>elkövető</p>','','2016-03-27 17:10:49'),(196,'<p>pickles</p>','<p>savanyúság</p>','','2016-03-28 11:51:16'),(197,'<p>skimp</p>','<p>fukarkodik</p>','','2016-03-28 11:57:47'),(198,'<p>impound</p>','<p>lefoglal</p>','','2016-03-28 14:34:39'),(199,'<p>liable</p>','<p>felelős</p>','','2016-03-28 14:37:29'),(200,'<p>nonetheless</p>','<p>ennek ellenére</p>','','2016-04-14 09:19:28'),(201,'<p>props</p>','<p>kellékek</p>','','2016-04-04 18:28:33'),(202,'<p>dull</p>','<p>unalmas</p>','','2016-04-04 18:29:58'),(203,'<p>compulsion</p>','<p>kényszer</p>','','2016-04-04 18:35:22'),(204,'<p>outstanding</p>','<p>kiemelkedő</p>','','2016-04-06 19:45:19'),(205,'<p>desperate</p>','<p>kétségbeesetten</p>','','2016-04-13 14:55:30'),(206,'<p>hang in there</p>','<p>kitartás</p>','','2016-04-12 16:17:44'),(207,'<p>scornfully, contemptuous</p>','<p>megvetően</p>','','2016-04-13 14:57:09'),(208,'<p>mourning</p>','<p>gyász</p>','','2016-04-12 21:07:49'),(209,'<p>flashforward</p>','<p>jövő emlék</p>','','2016-04-13 05:10:15'),(210,'<p>gather</p>','<p>gyűjt</p>','','2016-04-13 07:37:39'),(211,'<p>shell-shocked</p>','<p>idegsokos</p>','','2016-04-13 05:12:57'),(212,'<p>rehearse</p>','<p>próbál, felsorol</p>','','2016-04-13 05:13:45'),(213,'<p>at large</p>','<p>szabadlábon</p>','','2016-04-13 05:32:24'),(214,'<p>ramshackle</p>','<p>düledező</p>','','2016-04-13 05:33:41'),(215,'<p>dilapidated</p>','<p>tönkrement</p>','','2016-04-13 05:34:45'),(216,'<p>clutch</p>','<p>megragad, kuplung</p>','','2018-08-01 11:26:21'),(217,'<p>extol</p>','<p>magasztal</p>','','2016-04-13 05:55:38'),(218,'<p>groggily</p>','<p>kábultan</p>','','2016-04-13 05:38:51'),(219,'<p>crestfallen</p>','<p>csüggedt, levert</p>','','2016-04-13 05:39:18'),(220,'<p>whether</p>','<p>vajon</p>','','2016-04-13 05:39:58'),(221,'<p>collision</p>','<p>ütközés</p>','','2016-04-13 05:42:27'),(222,'<p>concur</p>','<p>egyetért</p>','','2016-04-13 08:47:20'),(223,'<p>hurl</p>','<p>odadob</p>','','2016-04-13 11:53:03'),(224,'<p>flee</p>','<p>menekül</p>','','2016-04-21 05:19:34'),(225,'<p>aid</p>','<p>támogatás</p>','','2016-04-14 09:19:50'),(226,'<p>moreover</p>','<p>ráadásul</p>','','2016-04-14 09:20:00'),(227,'<p>retention</p>','<p>visszatartás</p>','','2016-04-14 10:07:59'),(228,'<p>halfway through</p>','<p>felénél</p>','','2016-04-14 10:08:17'),(229,'<p>altogether</p>','<p>teljesen</p>','','2016-04-14 10:08:31'),(230,'<p>therefore</p>','<p>azért, ezért</p>','','2016-04-14 10:08:45'),(231,'<p>utmost important</p>','<p>rendkívül fontos</p>','','2016-04-14 10:08:59'),(232,'<p>tangible</p>','<p>megfogható, kézzelfogható</p>','','2016-04-14 10:09:13'),(233,'<p>coax</p>','<p>csalogat</p>','','2016-04-14 11:00:58'),(234,'<p>cluttered</p>','<p>zsúfolt</p>','','2016-04-14 11:01:09'),(235,'<p>prominent</p>','<p>kiemelkedő</p>','','2016-04-14 11:23:17'),(236,'<p>confidently</p>','<p>magabiztosan</p>','','2016-04-15 07:02:54'),(237,'<p>clerk</p>','<p>hivatalnok</p>','','2016-04-15 07:16:15'),(238,'<p>provided</p>','<p>feltéve</p>','','2016-04-15 07:48:46'),(239,'<p>nudge</p>','<p>meglökés</p>','','2016-04-24 10:11:01'),(240,'<p>You bet</p>','<p>Biztosra veheted.</p>','','2016-04-24 08:44:11'),(241,'<p>so do I</p>','<p>én is</p>','','2016-04-23 16:22:31'),(242,'<p>lace</p>','<p>csipke</p>','','2016-04-23 16:42:58'),(243,'<p>couch</p>','<p>kanapé</p>','','2016-04-23 17:04:47'),(244,'<p>onward</p>','<p>előrehaladó, tovább</p>','','2018-08-07 05:12:59'),(245,'<p>distinguished</p>','<p>kiváló</p>','','2016-04-24 10:13:29'),(246,'<p>embezzlement</p>','<p>sikkasztás</p>','','2016-05-05 18:31:47'),(247,'<p>rooster</p>','<p>kakas</p>','','2016-05-05 19:09:36'),(248,'<p>to have a tie</p>','<p>döntetlen</p>','','2016-05-05 19:47:33'),(249,'<p>tonsil</p>','<p>mandula</p>','','2016-05-05 19:52:27'),(250,'<p>ashore</p>','<p>part</p>','','2016-05-08 12:15:48'),(251,'<p>delighted</p>','<p>elragadtatva</p>','','2016-05-08 12:26:33'),(252,'<p>rambling</p>','<p>kószálás</p>','','2016-05-08 12:26:53'),(253,'<p>counterfeit</p>','<p>hamisított</p>','','2016-05-08 12:28:59'),(254,'<p>forfeit</p>','<p>elveszít</p>','','2016-05-09 18:58:19'),(255,'<p>to bear</p>','<p>viselni, hordani</p>','','2016-05-11 16:12:16'),(256,'<p>stock up</p>','<p>feltölt, ellátja magát</p>','','2016-05-11 16:28:06'),(257,'<p>scrubbing</p>','<p>tisztítás, súrolás</p>','','2016-05-11 16:43:12'),(258,'<p>hip</p>','<p>csípő</p>','','2016-05-11 16:49:11'),(259,'<p>whirring sound</p>','<p>búgó hang</p>','','2016-05-12 10:23:57'),(260,'<p>growl, grumble</p>','<p>morog</p>','','2016-05-12 10:27:12'),(261,'<p>affront</p>','<p>sértés</p>','','2016-05-12 10:29:29'),(262,'<p>globetrotting</p>','<p>világjáró</p>','','2016-05-12 10:31:30'),(263,'<p>swiftly</p>','<p>gyorsan</p>','','2016-05-12 10:32:07'),(264,'<p>sobbing</p>','<p>zokogás</p>','','2016-05-12 10:33:28'),(265,'<p>phony</p>','<p>hamis</p>','','2016-05-12 10:36:19'),(266,'<p>concede</p>','<p>elismer</p>','','2016-05-12 10:37:00'),(267,'<p>thong, belt</p>','<p>szíj, öv</p>','','2016-05-12 17:29:09'),(268,'<p>bowel</p>','<p>bél</p>','','2016-05-12 18:33:28'),(269,'<p>ransack</p>','<p>kirabol</p>','','2016-05-12 18:42:15'),(270,'<p>orchard</p>','<p>gyümölcsöskert</p>','','2016-05-13 14:33:43'),(271,'<p>pine</p>','<p>fenyőfa</p>','','2016-05-13 15:32:21'),(272,'<p>stunt</p>','<p>kaszkadőr, szenzációs hír</p>','','2016-05-13 16:02:45'),(273,'<p>hilarious</p>','<p>vicces</p>','','2016-05-13 17:37:44'),(274,'<p>concussion</p>','<p>sokk, rázkódás</p>','','2016-05-13 17:47:38'),(275,'<p>weirdo</p>','<p>különc</p>','','2016-05-13 18:07:11'),(276,'<p>nauseous</p>','<p>undorító</p>','','2016-05-13 18:51:47'),(277,'<p>lax</p>','<p>laza</p>','','2016-05-13 18:54:47'),(278,'<p>craving</p>','<p>sóvárgás</p>','','2016-05-13 18:55:45'),(279,'<p>knot</p>','<p>csomó</p>','','2016-05-13 18:59:24'),(280,'<p>welder</p>','<p>hegesztő</p>','','2016-05-13 19:01:36'),(281,'<p>added expense</p>','<p>járulékos költségek</p>','','2016-05-17 15:42:07'),(282,'<p>certain</p>','<p>bizonyos</p>','','2016-05-14 11:24:15'),(283,'<p>mashed potatoes</p>','<p>krumplipüré</p>','','2016-05-14 19:36:04'),(284,'<p>abide by</p>','<p>ragaszkodik, betartja</p>','','2018-06-26 12:20:37'),(285,'<p>compound</p>','<p>fogolytábor</p>','','2016-05-15 14:22:33'),(286,'<p>drowning</p>','<p>fulladás</p>','','2016-05-15 14:29:24'),(287,'<p>sway</p>','<p>inog</p>','','2016-05-15 14:34:29'),(288,'<p>stubborn</p>','<p>makacs</p>','','2016-05-15 16:14:32'),(289,'<p>debase</p>','<p>lealáz, hamísit</p>','','2016-05-15 16:16:46'),(290,'<p>utterly</p>','<p>teljesen</p>','','2016-05-15 18:26:02'),(291,'<p>pageant</p>','<p>látványosság, parádé</p>','','2016-05-15 18:55:56'),(292,'<p>get clogged</p>','<p>eldugult</p>','','2016-05-15 19:22:07'),(293,'<p>knickers</p>','<p>bugyi</p>','','2016-05-15 19:28:15'),(294,'<p>hasty</p>','<p>gyors, elhamarkodott</p>','<p><strong>CHECKED SO FAR</strong></p>','2016-05-18 17:06:04'),(295,'<p>sequel</p>','<p>folytatás</p>','','2016-05-18 17:11:58'),(296,'<p>exonerate</p>','<p>megszabadít</p>','','2016-05-18 17:51:24'),(297,'<p>bribe</p>','<p>kenőpénz</p>','','2016-05-18 18:06:25'),(298,'<p>salmon</p>','<p>lazac</p>','','2016-05-18 18:19:09'),(299,'<p>hiccups</p>','<p>csuklás</p>','','2016-05-18 18:26:51'),(300,'<p>lawn</p>','<p>gyep</p>','','2016-05-19 18:15:08'),(301,'<p>thee</p>','<p>téged</p>','','2016-05-19 18:30:45'),(302,'<p>lawfully</p>','<p>jogszerűen</p>','','2016-05-19 18:31:04'),(303,'<p>suite</p>','<p>lakosztály</p>','','2016-05-19 18:51:03'),(304,'<p>rote</p>','<p>ismétlés</p>','','2016-05-21 07:51:02'),(305,'<p>pushover</p>','<p>könnyű eset</p>','','2016-05-21 11:03:48'),(306,'<p>deed</p>','<p>tett</p>','','2016-05-22 07:41:32'),(307,'<p>pledge</p>','<p>fogadalom, ígéret</p>','','2016-05-22 07:42:10'),(308,'<p>make a pledge</p>','<p>fejajánlást tenni</p>','','2016-05-22 07:44:29'),(309,'<p>surpass</p>','<p>túlszárnyalni</p>','','2018-06-28 09:00:46'),(310,'<p>knit</p>','<p>kötött</p>','','2016-05-22 09:17:59'),(311,'<p>stunning dress</p>','<p>lenyűgöző ruha</p>','','2017-12-10 18:10:18'),(312,'<p>harshly</p>','<p>durván</p>','','2017-12-13 11:20:40'),(313,'<p>hideous</p>','<p>förtelmes</p>','','2017-12-16 05:55:22'),(314,'<p>sorrow</p>','<p>bánat</p>','','2018-01-09 10:20:15'),(315,'<p>scarcely</p>','<p>alig</p>','','2018-01-11 10:59:05'),(316,'<p>glamorous</p>','<p>elbűvölő</p>','','2018-01-16 06:41:04'),(317,'<p>slender = slim</p>','<p>karcsú</p>','','2018-01-16 06:42:01'),(318,'<p>ribs</p>','<p>borda</p>','','2018-01-16 19:48:49'),(319,'<p>pantry</p>','<p>éléskamra</p>','','2018-01-18 06:31:54'),(320,'<p>furnished</p>','<p>bútorozott</p>','','2018-01-18 06:33:39'),(321,'<p>moody</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>rosszkedvű</span></span></p>','','2018-01-19 07:21:14'),(322,'<p>witty</p>','<p>szellemes</p>','','2018-01-19 07:24:35'),(323,'<p>hoe</p>','<p>kapa</p>','','2018-01-19 07:25:17'),(324,'<p>partake = share</p>','<p>részesül, megoszt</p>','','2018-01-19 07:27:44'),(325,'<p>crucifixion</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>keresztre feszítés</span></span></p>','','2018-01-19 07:28:49'),(326,'<p>veal cutlet</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>borjúszelet</span></span></p>','','2018-01-19 07:30:28'),(327,'<p>wreath</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>koszorú</span></span></p>','','2018-01-19 07:34:51'),(328,'<p>shackle</p>','<p>bilincs</p>','','2018-01-19 09:08:27'),(329,'<p><span [removed]>malnourished</span></p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>alultáplált</span></span></p>','','2018-01-19 09:09:44'),(330,'<p><span [removed]>gruesom</span></p>','<p>hátborzongató</p>','','2018-01-19 09:11:25'),(331,'<p><span [removed]>grievous</span></p>','<p>fájdalmas</p>','','2018-01-19 09:14:59'),(332,'<p>complacent</p>','<p>öntelt</p>','','2018-01-19 09:53:26'),(333,'<p>gist</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>lényeg</span></span></p>','','2018-01-19 11:28:56'),(334,'<p>jeopardy</p>','<p>kockázat, veszély</p>','','2018-01-19 11:40:50'),(335,'<p>wedlock</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>házasság</span></span></p>','','2018-01-19 11:42:28'),(336,'<p>hereditary</p>','<p>örökletes</p>','','2018-01-19 11:43:23'),(337,'<p>mere</p>','<p>puszta</p>','','2018-01-19 12:49:37'),(338,'<p>spare parts</p>','<p>alkatrészek</p>','','2018-01-22 07:13:55'),(339,'<p>stuffed</p>','<p>töltött</p>','','2018-01-22 07:23:29'),(340,'<p>alleviate</p>','<p>enyhít</p>','','2018-01-22 08:16:35'),(341,'<p>caveat</p>','<p>ellentmondás</p>','','2018-01-22 09:10:40'),(342,'<p>hasten = hurry</p>','<p>siettet</p>','','2018-01-22 09:17:05'),(343,'<p>sulky</p>','<p>duzzogó</p>','','2018-01-22 12:25:45'),(344,'<p>repulsive</p>','<p>taszító</p>','','2018-01-22 12:31:58'),(345,'<p>dependant</p>','<p>hozzátartozó</p>','','2018-01-22 12:37:28'),(346,'<p>pale complexion</p>','<p>sápadt arcszín</p>','','2018-01-22 12:49:23'),(347,'<p>savvy</p>','<p>hozzáértés</p>','','2018-01-23 14:14:42'),(348,'<p>redemption</p>','<p>megváltás</p>\r\n<p> </p>','','2018-01-23 17:00:13'),(349,'<p>rat race</p>','<p>létért való küzdelem</p>','','2018-01-24 06:59:51'),(350,'<p>inhabitant = resident</p>','<p>lakos</p>','','2018-01-25 10:20:06'),(351,'<p>muddy</p>','<p>sáros</p>','','2018-01-25 10:22:56'),(352,'<p>oak</p>','<p>tölgy</p>','','2018-01-25 10:23:49'),(353,'<p>fir</p>','<p>fenyő</p>','','2018-01-25 10:24:17'),(354,'<p>slope</p>','<p>lejtő</p>','','2018-01-25 10:24:45'),(355,'<p>conveniences</p>','<p>komfort</p>','','2018-01-25 10:26:41'),(356,'<p>stewed fruits</p>','<p>párolt gyümölcsök</p>','','2018-01-25 10:27:57'),(357,'<p>staircase</p>','<p>lépcsőház</p>','','2018-01-25 10:28:41'),(358,'<p>stainless steel</p>','<p>rozsdamentes acél</p>','','2018-01-25 10:29:33'),(359,'<p>saucepan</p>','<p>lábas</p>','','2018-01-25 10:31:16'),(360,'<p>jug</p>','<p>kancsó</p>','','2018-01-25 10:31:29'),(361,'<p>rolling pin</p>','<p>sodrófa</p>','','2018-01-25 10:37:17'),(362,'<p>cutlery</p>','<p>evőeszköz</p>','','2018-01-25 10:40:00'),(363,'<p>percolator</p>','<p>folyadékszűrő</p>','','2018-01-25 10:40:36'),(364,'<p>lay a table in the living room</p>','<p>asztalt tenni a nappaliba</p>','','2018-01-25 10:41:39'),(365,'<p>deep fryer</p>','<p>fritőz</p>','','2018-01-25 10:42:26'),(366,'<p>washbasin</p>','<p>kagyló fürdőszoba</p>','','2018-01-25 10:43:08'),(367,'<p>tub</p>','<p>kád</p>','','2018-01-25 10:43:22'),(368,'<p>where I own</p>','<p>ahol én tartok</p>','','2018-01-25 10:44:31'),(369,'<p>wardrobe</p>','<p>ruhásszekrény</p>','','2018-01-25 10:45:17'),(370,'<p>ashtray</p>','<p>hamutartó</p>','','2018-01-25 10:45:54'),(371,'<p>settee</p>','<p>kanapé</p>','','2018-01-25 10:46:24'),(372,'<p>chandelier</p>','<p>csillár</p>','','2018-01-25 10:48:52'),(373,'<p>council</p>','<p>önkormányzat</p>','','2018-01-25 10:50:57'),(374,'<p>co-tenancy</p>','<p>társbérlet</p>','','2018-01-25 10:51:25'),(375,'<p>lodgings</p>','<p>albérlet</p>','','2018-01-25 10:52:18'),(376,'<p>shortage</p>','<p>hiány</p>','','2018-01-25 10:53:52'),(377,'<p>monthly instalments</p>','<p>havi részletekben</p>','','2018-01-25 10:55:10'),(378,'<p>harvest</p>','<p>szüret, aratás</p>','','2018-01-25 10:57:18'),(379,'<p>rake</p>','<p>gereblye</p>','','2018-01-25 10:57:51'),(380,'<p>coal</p>','<p>szén</p>','','2018-01-25 11:08:09'),(381,'<p>jug</p>','<p>kancsó</p>','','2018-01-25 11:15:31'),(382,'<p>bedside table</p>','<p>éjjeliszekrény</p>','','2018-01-25 11:17:46'),(383,'<p>state grant</p>','<p>állami támogatás</p>','','2018-01-25 11:23:03'),(384,'<p>well versed in PHP</p>','<p>jól képzett</p>','','2018-01-26 09:03:52'),(385,'<p>rib</p>','<p>borda</p>','','2018-01-26 11:53:01'),(386,'<p>inquiry</p>','<p>vizsgálat</p>','','2018-01-26 13:15:54'),(387,'<p>nursery school</p>','<p>óvoda</p>','','2018-01-26 13:35:43'),(388,'<p>torment</p>','<p>kín</p>','','2018-01-29 08:10:29'),(389,'<p>inquiry (inquiries)</p>','<p>vizsgálat</p>','','2018-01-29 13:07:54'),(390,'<p>adored</p>','<p>imádott, rajong</p>','','2018-02-03 06:01:18'),(391,'<p>vocational = professional</p>','<p>szakmai</p>','','2018-02-03 06:02:10'),(392,'<p>entitled</p>','<p>jogosult</p>','','2018-02-03 06:04:00'),(393,'<p>appeal to me</p>','<p>tetszik nekem</p>','','2018-02-03 06:05:40'),(394,'<p>adequately</p>','<p>megfelelő</p>','','2018-02-03 06:06:47'),(395,'<p>joiner</p>','<p>asztalaos</p>','','2018-02-03 06:08:29'),(396,'<p>turner</p>','<p>esztergályos</p>','','2018-02-03 06:08:58'),(397,'<p>caretaker</p>','<p>gondnok</p>','','2018-02-03 06:10:00'),(398,'<p>glazier</p>','<p>üveges</p>','','2018-02-03 06:10:33'),(399,'<p>aid</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>támogatás</span></span>, segély</p>','','2018-02-03 06:12:37'),(400,'<p>plot of land</p>','<p>telek</p>','','2018-02-03 06:13:28'),(401,'<p>retirement age</p>','<p>nyugdíjas kor</p>','','2018-02-03 06:15:11'),(402,'<p>joint-venture</p>','<p>közös vállalkozás</p>','','2018-02-03 06:17:46'),(403,'<p>prostrate</p>','<p>elterült a földön</p>','','2018-02-05 07:50:03'),(404,'<p>convey = broadcast</p>','<p>közvetít</p>','','2018-02-09 05:51:23'),(405,'<p>thrive</p>','<p>növekszik</p>','','2018-02-05 09:54:26'),(406,'<p>uptake</p>','<p>felfogás</p>','','2018-02-06 11:21:26'),(407,'<p>cloak</p>','<p>köpeny</p>','','2018-02-06 11:22:42'),(408,'<p>gown</p>','<p>köntös</p>','','2018-02-06 11:22:54'),(409,'<p>compulsory = mandatory</p>','<p>kötelező</p>','','2018-02-06 11:23:38'),(410,'<p>enrolled</p>','<p>beiratkozott</p>','','2018-02-06 11:29:31'),(411,'<p>skit</p>','<p>kabaréjelenet</p>','','2018-02-06 11:31:18'),(412,'<p>feast</p>','<p>ünnep</p>','','2018-02-06 11:32:03'),(413,'<p>elective</p>','<p>választáson alapuló</p>','','2018-02-06 11:38:07'),(414,'<p>outing = trip</p>','<p>kriándulás</p>','','2018-02-06 11:43:54'),(415,'<p>rather slow</p>','<p>meglehetősen lassú</p>','','2018-02-06 11:47:00'),(416,'<p>cutthroat</p>','<p>gyilkos</p>','','2018-02-06 12:04:38'),(417,'<p>resent</p>','<p>rossz néven vesz</p>','','2018-02-06 12:06:47'),(418,'<p>acquisition</p>','<p>beszerzés</p>','','2018-02-06 12:44:29'),(419,'<p>humble</p>','<p>szerény</p>','','2018-02-06 13:03:00'),(420,'<p>vintage</p>','<p>szüret</p>','','2018-02-06 13:04:55'),(421,'<p>gathering</p>','<p>összejövetel</p>','','2018-02-06 13:05:09'),(422,'<p>amend = correct</p>','<p>módosít</p>','','2018-02-06 13:42:23'),(423,'<p>fib = lie</p>','<p>füllent</p>','','2018-02-06 13:43:36'),(424,'<p>by fits and starts = off and on</p>','<p>szeszélyesen, megszakítva</p>','','2018-02-07 05:58:21'),(425,'<p>besides</p>','<p>ezen kívűl</p>','','2018-02-07 06:00:56'),(426,'<p>apart from</p>','<p>attól eltekintve</p>','','2018-02-07 06:01:07'),(427,'<p>rely</p>','<p>támaszkodni</p>','','2018-02-07 06:01:43'),(428,'<p>ever since</p>','<p>amióta, azóta</p>','','2018-02-10 13:25:58'),(429,'<p>woollen</p>','<p>gyapjú</p>','','2018-02-12 10:13:36'),(430,'<p>crease</p>','<p>ránc, gyűrődés</p>','','2018-02-12 10:14:43'),(431,'<p>waistcoat</p>','<p>mellény</p>','','2018-02-12 10:44:50'),(432,'<p>leather soles</p>','<p>bőr talppal</p>','','2018-02-12 10:45:57'),(433,'<p>panties</p>','<p>bugyi</p>','','2018-02-12 10:46:36'),(434,'<p>tights = stockings</p>','<p>harisnyanadrág</p>','','2018-02-12 10:47:42'),(435,'<p>marvellous</p>','<p>csodálatos</p>','','2018-02-12 10:48:20'),(436,'<p>charming</p>','<p>bájos</p>','','2018-02-12 10:48:39'),(437,'<p>overcoats</p>','<p>kabát</p>','','2018-02-12 10:51:03'),(438,'<p>straw hat</p>','<p>szalmakalap</p>','','2018-02-12 10:51:53'),(439,'<p>wellingtons</p>','<p>gumicsizma</p>','','2018-02-12 10:52:39'),(440,'<p>settle = solve</p>','<p>megold</p>','','2018-02-12 10:55:08'),(441,'<p>pinprick</p>','<p>tűszúrás</p>','','2018-02-12 10:56:51'),(442,'<p>thick</p>','<p>vastag</p>','','2018-02-12 11:16:10'),(443,'<p>mackintosh</p>','<p>esőköpeny</p>','','2018-02-12 11:17:17'),(444,'<p>praise</p>','<p>dicséret</p>','','2018-02-14 06:09:59'),(445,'<p>pursue</p>','<p>folytat, üldöz</p>','<p>pursue some hobbies</p>','2018-02-21 11:56:39'),(446,'<p>seldom</p>','<p>ritkán</p>','','2018-02-21 11:58:14'),(447,'<p>terrapin</p>','<p>teknős</p>','','2018-02-21 11:58:44'),(448,'<p>angling</p>','<p>sport horgászat</p>','','2018-02-21 12:01:28'),(449,'<p>potholing</p>','<p>barlangászat</p>','','2018-02-21 12:02:07'),(450,'<p>chap</p>','<p>fickó, pasas</p>','','2018-02-21 12:02:40'),(451,'<p>splendid</p>','<p>pompás</p>','','2018-02-21 12:10:04'),(452,'<p>plot</p>','<p>cselekmény</p>','','2018-02-21 12:10:34'),(453,'<p>gripping</p>','<p>izgalmas</p>','','2018-02-21 12:10:55'),(454,'<p>foyer</p>','<p>előcsarnok</p>','','2018-02-21 12:15:17'),(455,'<p>cloakroom</p>','<p>ruhatár</p>','','2018-02-21 12:16:35'),(456,'<p>usherette</p>','<p>jegyszedőnő</p>','','2018-02-21 12:17:02'),(457,'<p>witty</p>','<p>szellemes</p>','','2018-02-21 12:23:01'),(458,'<p>frank</p>','<p>őszinte</p>','','2018-02-21 12:24:12'),(459,'<p>hiking</p>','<p>túrázás</p>','','2018-02-21 12:36:39'),(460,'<p>delighted</p>','<p>elragadtatva</p>','','2018-02-21 12:41:29'),(461,'<p>although</p>','<p>habár</p>','','2018-02-21 12:44:54'),(462,'<p>obituaries</p>','<p>gyászjelentés</p>','','2018-02-21 12:47:50'),(463,'<p>perhaps</p>','<p>talán</p>','','2018-02-21 12:48:36'),(464,'<p>longs for</p>','<p>vágyik vmire</p>','','2018-02-22 06:20:44'),(466,'<p>is due to several factors</p>','<p>több tényezőböl adódik</p>','','2018-02-25 07:01:54'),(467,'<p>solely</p>','<p>kizárólag</p>','','2018-02-25 12:42:05'),(468,'<p>damp weather</p>','<p>nedves/nyírkos időjárás</p>','','2018-03-01 16:23:52'),(469,'<p>quinsy</p>','<p>mandulagyulladás</p>','','2018-03-01 12:01:02'),(470,'<p>indigestion</p>','<p>emésztési zavar</p>','','2018-03-01 12:01:53'),(471,'<p>fatigue</p>','<p>fáradtság</p>','','2018-03-01 12:02:20'),(472,'<p>widespread</p>','<p>széles körben elterjedt</p>','','2018-03-01 12:04:33'),(473,'<p>as fit as a fiddle</p>','<p>makkegészséges</p>','','2018-03-01 12:06:38'),(474,'<p>tonsil</p>','<p>mandula</p>','','2018-03-01 12:29:47'),(475,'<p>sprained ankle</p>','<p>bokaficam</p>','','2018-03-01 12:35:10'),(476,'<p>have it in plaster</p>','<p>begipszelve</p>','','2018-03-01 12:37:41'),(477,'<p>crutch</p>','<p>mankó</p>','','2018-03-01 12:38:22'),(478,'<p>slippery slope</p>','<p>csúszós lejtő</p>','','2018-03-01 12:43:50'),(479,'<p>thus</p>','<p>így, ezért</p>','','2018-03-01 12:46:00'),(480,'<p>torch</p>','<p>fáklya, lámpa</p>','','2018-03-01 12:47:45'),(481,'<p>fete</p>','<p>ünnepség</p>','','2018-03-01 12:57:08'),(482,'<p>feted</p>','<p>ünnepelt</p>','','2018-03-01 12:57:19'),(483,'<p>rather</p>','<p>inkább</p>','','2018-03-02 10:35:05'),(484,'<p>cling</p>','<p>ragaszkodik</p>','','2018-03-02 12:37:29'),(485,'<p>caveat</p>','<p>ellentmondás</p>','','2018-03-04 08:32:23'),(486,'<p>thaw = melt</p>','<p>olvadás</p>','','2018-03-06 19:03:04'),(488,'<p>stale bread</p>','<p>száraz kenyér</p>','','2018-03-10 06:41:32'),(489,'<p>tangerine</p>','<p>mandarin</p>','','2018-03-10 06:42:56'),(490,'<p>marmalade</p>','<p>lekvár</p>','','2018-03-10 06:43:57'),(491,'<p>confectionery</p>','<p>cukrászda</p>','','2018-03-10 06:44:31'),(492,'<p>stuffed sweets</p>','<p>töltött édességek</p>','','2018-03-10 06:45:10'),(493,'<p>lard</p>','<p>disznózsír</p>','','2018-03-10 06:47:40'),(494,'<p>minced meat</p>','<p>darált hús</p>','','2018-03-10 06:48:52'),(495,'<p>lettuce</p>','<p>saláta</p>','','2018-03-10 06:50:56'),(496,'<p>parcel</p>','<p>csomag</p>','','2018-03-10 06:55:59'),(497,'<p>bond</p>','<p>kötvény</p>','','2018-03-10 06:57:47'),(498,'<p>hereby</p>','<p>ezáltal, ezennel</p>','','2018-03-10 07:00:36'),(499,'<p>unobtainable</p>','<p>beszerezhetetlen</p>','','2018-03-10 07:05:08'),(500,'<p>tinned fruit</p>','<p>konzerv gyümölcs</p>','','2018-03-11 05:45:17'),(501,'<p>rye bread</p>','<p>rozskenyér</p>','','2018-03-11 05:46:16'),(502,'<p>concede</p>','<p>elismerni</p>','','2018-03-14 19:13:46'),(503,'<p>surrogate</p>','<p>helyettes</p>','','2018-03-17 11:02:48'),(504,'<p>daunting</p>','<p>ijesztő</p>','','2018-03-18 10:31:45'),(505,'<p>riddle</p>','<p>találós kérdés</p>','','2018-03-18 10:31:59'),(506,'<p>snag</p>','<p>hátrány, nehézség</p>','','2018-03-25 06:21:17'),(507,'<p>provided</p>','<p>feltéve, ha</p>','','2018-03-26 18:50:37'),(508,'<p>produce</p>','<p>felmutat, bemutat</p>','','2018-03-25 06:37:26'),(509,'<p>dutiable</p>','<p>vámköteles</p>','','2018-03-25 06:38:16'),(510,'<p>exempt from duty</p>','<p>vámmentes</p>','','2018-03-25 06:39:24'),(511,'<p>smuggle</p>','<p>csempészik</p>','','2018-03-25 06:40:35'),(512,'<p>ludicrously</p>','<p>nevetségesen</p>','','2018-03-25 06:42:38'),(513,'<p>shelter</p>','<p>menedékhely</p>','','2018-03-25 06:47:21'),(514,'<p>upholstered seats</p>','<p>kárpitozott ülések</p>','','2018-03-25 06:48:23'),(515,'<p>latter one</p>','<p>utóbbi</p>','','2018-03-25 06:49:50'),(516,'<p>to and fro</p>','<p>oda és vissza</p>','','2018-03-25 06:51:32'),(517,'<p>freight train</p>','<p>tehervonat</p>','','2018-03-25 06:52:36'),(518,'<p>mere feeling</p>','<p>puszta érzés</p>','','2018-03-25 06:53:49'),(519,'<p>reclining seats</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>fekvő ülések</span></span></p>','','2018-03-25 06:56:59'),(520,'<p>porthole</p>','<p>hajóablak</p>','','2018-03-25 07:00:19'),(521,'<p>run aground</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>zátonyra fut</span></span></p>','','2018-03-25 07:01:13'),(522,'<p>on a par</p>','<p>átlagosan</p>','','2018-03-26 19:06:46'),(523,'<p>ubiquitous</p>','<p>mindenütt jelenlévő</p>','','2018-04-21 05:14:47'),(524,'<p>mundane</p>','<p>földi</p>','','2018-04-02 09:03:45'),(525,'<p>kettle</p>','<p>tea vízforraló</p>','','2018-04-08 05:57:23'),(526,'<p>to grate</p>','<p>reszel</p>','','2018-04-08 05:59:09'),(527,'<p>fastidious</p>','<p>kényes, finnyás</p>','','2018-04-08 06:20:25'),(528,'<p>garnish</p>','<p>köret</p>','','2018-04-08 06:42:57'),(529,'<p>poppy seed</p>','<p>mákszem</p>','','2018-04-08 06:23:12'),(530,'<p>scones</p>','<p>pogácsa</p>','','2018-04-08 06:23:55'),(531,'<p>cuisine</p>','<p>konyha</p>','','2018-04-08 06:25:11'),(532,'<p>luscious</p>','<p>zamatos</p>','','2018-04-08 06:25:46'),(533,'<p>broth</p>','<p>húsleves</p>','','2018-04-08 06:29:41'),(534,'<p>tray</p>','<p>tálca</p>','','2018-04-08 06:31:32'),(535,'<p>trait</p>','<p>jellemvonás</p>','','2018-04-11 15:48:38'),(536,'<p>conversely</p>','<p>fordítva, viszont</p>','','2018-04-11 19:55:48'),(537,'<p>fuses</p>','<p>biztosítékok</p>','','2018-04-27 09:35:05'),(538,'<p>hinder</p>','<p>megakadályoz</p>','','2018-04-29 04:37:20'),(539,'<p>bonnet</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>motorháztető</span></span></p>','','2018-04-27 09:38:34'),(540,'<p>endanger</p>','<p>veszélyeztet</p>','','2018-04-27 09:54:44'),(541,'<p>immensely</p>','<p>mérhetetlenül</p>','','2018-04-27 09:44:58'),(542,'<p>amber</p>','<p>borostyánsárga</p>','','2018-04-27 09:47:48'),(543,'<p>liable</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>felelős</span></span></p>','','2018-04-27 09:49:44'),(544,'<p>cul-de-sac</p>','<p>zsákutca</p>','','2018-04-27 09:50:44'),(545,'<p>breathalyser</p>','<p>alkoholszonda</p>','','2018-04-27 09:51:51'),(546,'<p>bottleneck</p>','<p>útszűkület, torlódás</p>','','2018-04-27 09:53:21'),(547,'<p>outwit</p>','<p>túljár vki eszén</p>','','2018-04-30 05:25:17'),(548,'<p>dully</p>','<p>megfelelően</p>','','2018-05-05 11:27:10'),(549,'<p>endeavour</p>','<p>törekvés</p>','','2018-05-15 09:51:37'),(550,'<p>amid</p>','<p>közepette</p>','','2018-05-15 11:02:59'),(551,'<p>long haul</p>','<p>hósszú távon</p>','','2018-05-15 12:52:44'),(552,'<p>sorely</p>','<p>súlyosan</p>','','2018-05-16 11:40:58'),(553,'<p>chassis</p>','<p>alváz</p>','','2018-05-18 13:24:27'),(554,'<p>avail</p>','<p>haszon</p>','','2018-05-21 11:10:29'),(555,'<p>ailment</p>','<p>betegség</p>','','2018-05-25 06:00:23'),(556,'<p>appliance = device</p>','<p>készülék</p>','','2018-05-26 14:35:15'),(557,'<p>underpin = confirm</p>','<p>alátámaszt</p>','','2018-05-26 14:38:26'),(558,'<p>albeit = although</p>','<p>habár</p>','','2018-05-26 14:48:11'),(559,'<p>bereaved</p>','<p>gyászoló család</p>','','2018-06-06 10:55:08'),(560,'<p>bogus = false</p>','<p>hamis</p>','','2018-06-12 05:20:25'),(561,'<p>grievous</p>','<p>fájdalmas</p>','','2018-07-23 08:42:52'),(562,'<p>almost certainly</p>','<p>majdnem biztosan</p>','','2018-07-26 05:25:41'),(563,'<p>bedridden</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>ágyhoz kötött beteg</span></span></p>','','2018-08-01 09:22:17'),(564,'<p>stiff = rigid</p>','<p>merev</p>','','2018-08-01 09:32:07'),(565,'<p>culprit</p>','<p>tettes, bűnös</p>','','2018-08-01 11:39:26'),(566,'<p>carcass, corpse</p>','<p>hulla</p>','','2018-08-13 09:51:05'),(567,'<p>ordeal</p>','<p>megpróbáltatás</p>','','2018-08-13 09:51:56'),(568,'<p>turmoil, mess</p>','<p>felfordulás</p>','','2018-08-14 07:37:55'),(569,'<p>navel</p>','<p>köldök</p>','','2018-08-16 11:07:09'),(570,'<p>slain</p>','<p>agyonütött</p>','','2018-08-20 13:02:17'),(571,'<p>vigil</p>','<p>virrasztás</p>','','2018-08-20 13:04:45'),(572,'<p>settlement</p>','<p>település</p>','','2018-08-20 13:06:19'),(573,'<p>foe</p>','<p>ellenség</p>','','2018-08-21 11:56:56'),(574,'<p>pitfall</p>','<p>csapda</p>','','2018-08-21 11:58:40'),(575,'<p>constable</p>','<p>rendőr</p>','','2018-08-21 12:13:52'),(576,'<p>surreptitiously</p>','<p>titokban</p>','','2018-08-21 12:35:32'),(577,'<p>nausea</p>','<p>hányinger, émelygés</p>','','2018-08-21 12:37:18'),(578,'<p>seams</p>','<p>varratok</p>','','2018-08-22 06:19:57'),(579,'<p>duvet</p>','<p>paplan</p>','','2018-08-22 06:20:35'),(580,'<p>limb</p>','<p>végtag</p>','','2018-08-22 06:22:20'),(581,'<p>perjury</p>','<p>hamis eskü</p>','','2018-08-22 12:58:07'),(582,'<p>aghast</p>','<p>megdöbbent</p>','','2018-08-27 12:41:37'),(583,'<p>inadvertently = accidentally</p>','<p>véletlenül</p>','','2018-08-27 12:43:12'),(584,'<p>ferocious = cruel</p>','<p>kegyetlen, vad</p>','','2018-08-27 12:43:55'),(585,'<p>horrendous</p>','<p>borzasztó</p>','','2018-08-29 08:30:53'),(586,'<p>affluent</p>','<p>gazdag</p>','','2018-08-31 10:06:01'),(587,'<p>seamless</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>zökkenőmentes</span></span></p>','','2018-09-04 12:18:53'),(588,'<p>heinous = cruel</p>','<p>kegyetlen</p>','','2018-09-06 12:28:26'),(589,'<p>nadir</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span>mélypont</span></span></p>','','2018-09-07 07:17:01'),(590,'<p>swollen</p>','<p>duzzadt</p>','','2018-09-13 12:18:47'),(591,'<p>woefully</p>','<p>siralmasan</p>','','2018-09-25 12:50:27'),(592,'<p>exquisite</p>','<p>kitűnő, rendkívűl gyönyörű</p>','','2018-10-03 05:34:51'),(593,'<p>anew = again</p>','<p>újra, ismételten</p>','','2018-10-09 08:21:37'),(594,'<p>estranged daughter</p>','<p>elidegendett lány</p>','','2018-10-25 10:19:18'),(595,'<p>pram</p>','<p>babakocsi</p>','','2018-11-21 10:37:42'),(596,'<p>bias</p>','<p>elfogultság</p>','','2018-12-08 08:16:39'),(597,'<p>covertly</p>','<p>titokban</p>','','2018-12-08 08:17:27'),(598,'<p>avowed</p>','<p>közismert</p>','','2018-12-11 09:00:23'),(599,'<p>nebulous</p>','<p>homályos</p>','','2018-12-14 12:13:13'),(600,'<p>fussy eater</p>','<p>válogatós</p>','','2018-12-14 12:39:22'),(601,'<p>abolish</p>','<p>eltöröl, megszüntet</p>','','2018-12-14 12:51:43'),(602,'<p>taunt</p>','<p><span class=\"tlid-translation translation\"><span title=\"\">gúnyolódás</span></span></p>','','2018-12-16 08:04:31'),(603,'<p>frantic</p>','<p>őrjöngő</p>','','2018-12-17 11:45:29'),(604,'<p>prevalent</p>','<p>uralkodó, túlnyomó</p>','','2018-12-17 11:52:38'),(605,'<p>scrutiny</p>','<p>ellenőrzés</p>','','2018-12-17 12:33:18'),(606,'<p>exacerbate</p>','<p>súlyosbít</p>','','2019-06-25 04:55:52'),(607,'<p>swell</p>','<p>duzzad</p>','','2018-12-18 11:50:59'),(608,'<p>eviction</p>','<p>kilakoltatás</p>','','2018-12-18 11:57:26'),(609,'<p>hemp</p>','<p>kender</p>','','2018-12-18 13:24:04'),(610,'<p>weepy</p>','<p>sírós</p>','','2018-12-19 08:12:29'),(611,'<p>goofy, stupid</p>','<p>ostoba</p>','','2018-12-19 08:15:47'),(612,'<p>stringent</p>','<p>szigorú</p>','','2018-12-19 10:29:08'),(613,'<p>flout</p>','<p>gúnyolódás</p>','','2018-12-20 14:16:18'),(614,'<p>taste buds</p>','<p>ízlelőbimbók</p>','','2018-12-21 08:54:05'),(615,'<p>affray</p>','<p>zendülés</p>','','2018-12-21 11:05:26'),(616,'<p>bishop</p>','<p>püspök</p>','','2018-12-21 11:59:19'),(617,'<p>diocese</p>','<p>egyházmegye</p>','','2018-12-21 12:01:19'),(618,'<p>clergy members</p>','<p>papsági tagok</p>','','2018-12-21 12:01:41'),(619,'<p>hamper</p>','<p>akadályoz</p>','','2018-12-23 18:17:13'),(620,'<p>destitution</p>','<p><span class=\"tlid-translation translation\"><span title=\"\">nélkülözés</span></span></p>','','2018-12-23 18:20:11'),(621,'<p>precarious</p>','<p>bizonytalan</p>','','2018-12-23 18:21:11'),(622,'<p>withstand</p>','<p>ellenáll</p>','','2018-12-27 08:28:15'),(623,'<p>innocuous</p>','<p>ártalmatlan</p>','','2018-12-27 10:08:20'),(624,'<p>panhandler</p>','<p>koldus</p>','','2018-12-28 07:34:34'),(625,'<p>feign</p>','<p>színlel</p>','','2018-12-28 11:21:41'),(626,'<p>callous</p>','<p>érzéketlen</p>','','2018-12-28 11:23:25'),(627,'<p>malevolent</p>','<p>rosszindulatú</p>','','2019-01-03 09:32:34'),(628,'<p>horrid</p>','<p>borzalmas</p>','','2019-01-03 09:33:53'),(629,'<p>lofty</p>','<p>magas</p>','','2019-01-03 09:37:49'),(630,'<p>irksome</p>','<p>bosszantó</p>','','2019-01-03 09:40:03'),(631,'<p>astray</p>','<p>téves irányban</p>','','2019-01-03 09:50:12'),(632,'<p>detrimental</p>','<p>hátrányos</p>','','2019-01-03 10:16:03'),(633,'<p>dam</p>','<p>gát</p>','','2019-01-03 10:22:46'),(634,'<p>sunken</p>','<p>elmerült</p>','','2019-01-03 10:23:42'),(635,'<p>tedious</p>','<p>unalmas</p>','','2019-01-03 10:45:11'),(636,'<p>bout</p>','<p>küzdelem</p>','','2019-01-04 09:04:24'),(637,'<p>sham</p>','<p>hamis</p>','','2019-01-04 09:05:38'),(638,'<p>census</p>','<p>népszámlálás</p>','','2019-01-04 09:09:42'),(639,'<p>adversely</p>','<p>hátrányosan</p>','','2019-01-04 09:24:42'),(640,'<p>hamper</p>','<p>akadályoz, gátol</p>','','2019-01-04 09:40:16'),(641,'<p>cram</p>','<p>zsúfol</p>','','2019-01-04 09:42:20'),(642,'<p>comprise</p>','<p>tartalmaz</p>','','2019-01-04 09:47:19'),(643,'<p>interspersed</p>','<p>keverve</p>','','2019-01-04 09:48:50'),(644,'<p>epitomise</p>','<p><span class=\"tlid-translation translation\"><span title=\"\">összefoglalni</span></span></p>','','2019-01-04 10:03:00'),(645,'<p>slump</p>','<p>pangás, zuhanás</p>','','2019-07-10 05:29:52'),(646,'<p>waning</p>','<p>csökkenő, fogyó</p>','','2019-09-19 05:27:16'),(647,'<p>hapless</p>','<p>szerencsétlen</p>','','2019-01-04 10:13:06'),(648,'<p>coaxing</p>','<p>hízelgés</p>','','2019-01-04 10:14:34'),(649,'<p>poignant</p>','<p>megrendítő</p>','','2019-01-04 10:29:48'),(650,'<p>anguish, torment</p>','<p>gyötrelem, kín</p>','','2019-09-19 05:52:15'),(651,'<p>pitifully</p>','<p>szánalmasan</p>','','2019-01-04 14:00:14'),(652,'<p>fend</p>','<p>megvéd</p>','','2019-01-05 13:19:14'),(653,'<p>attainable, achievable</p>','<p>elérhető</p>','','2019-01-07 07:05:00'),(654,'<p>bait, lure, decoy</p>','<p>csali</p>','','2019-01-07 07:05:16'),(656,'<p>swear</p>','<p>káromkodás, esküszik</p>','','2019-09-20 07:40:55'),(657,'<p>untoward</p>','<p>kellemetlen</p>','','2019-01-07 10:26:08'),(658,'<p>hilarity, merriment</p>','<p>vidámság</p>','','2019-01-07 10:50:05'),(659,'<p>adage, proverb</p>','<p>közmondás</p>','','2019-01-07 11:06:28'),(660,'<p>railing</p>','<p>korlát</p>','','2019-01-08 09:37:06'),(661,'<p>remand</p>','<p>vizsgálati fogságban tart</p>','','2019-01-08 11:28:11'),(662,'<p>deter</p>','<p><span class=\"tlid-translation translation\"><span title=\"\">megakadályoz, elrettent<br /></span></span></p>','','2019-09-24 05:09:22'),(664,'<p>precariously</p>','<p>bizonytalanul</p>','','2019-01-10 07:26:12'),(665,'<p>hurdle</p>','<p>akadály</p>','','2019-01-10 09:25:10'),(666,'<p>brazen</p>','<p>szemtelen</p>','','2019-01-10 09:27:58'),(667,'<p>bashfulness</p>','<p>félénkség</p>','','2019-01-10 09:28:45'),(668,'<p>impassively</p>','<p>közömbösen</p>','','2019-01-10 10:07:07'),(669,'<p>purportedly</p>','<p>állítólag</p>','','2019-01-10 10:08:09'),(670,'<p>heartfelt</p>','<p>őszinte</p>','','2019-01-10 10:09:19'),(671,'<p>rebuff, reject</p>','<p>visszautasítás</p>','','2019-01-10 11:32:24'),(672,'<p>onslaught, attack</p>','<p>támadás</p>','','2019-01-10 11:33:11'),(673,'<p>marsh</p>','<p>mocsár</p>','','2019-01-10 11:54:14'),(674,'<p>grueling, exhaustive, tiresome</p>','<p>fárasztó, kimerítő</p>','','2019-01-10 12:09:08'),(675,'<p>prenuptial agreement</p>','<p>házassági szerződés</p>','','2019-01-10 12:39:23'),(676,'<p>lenient</p>','<p>elnéző</p>','','2019-01-15 13:48:27'),(677,'<p>demeanour</p>','<p>viselkedés</p>','','2019-01-15 13:50:43'),(678,'<p>waive</p>','<p>lemond</p>','','2019-01-18 10:31:15'),(679,'<p>forgery, fake</p>','<p>hamisítvány</p>','','2019-01-20 07:21:03'),(680,'<p>cadence</p>','<p><span class=\"tlid-translation translation\"><span title=\"\">hanglejtés</span></span>, ritmus</p>','','2019-01-20 07:44:53'),(681,'<p>bewildered</p>','<p>megzavarodott</p>','','2019-01-20 13:56:38'),(682,'<p>staunch, faithful</p>','<p>hűséges</p>','','2019-01-23 09:45:54'),(683,'<p>mutiny</p>','<p>zendülés, lázadás</p>','','2019-10-02 05:05:35'),(684,'<p>soar, ascend</p>','<p>szárnyal, felszáll</p>','','2019-01-23 10:02:08'),(685,'<p>tendon</p>','<p>ín</p>','','2019-01-23 12:37:40'),(686,'<p>impasse, cul-de-sac</p>','<p>zsákutca, holtpont</p>','','2019-10-03 05:12:51'),(687,'<p>incentive</p>','<p>ösztönző</p>','','2019-01-24 13:23:17'),(688,'<p>furnace, boiler</p>','<p>kazán, kemence</p>','','2019-01-28 07:52:18'),(689,'<p>malevolent</p>','<p><span class=\"tlid-translation translation\"><span title=\"\">rosszindulatú</span></span></p>','','2019-01-29 12:14:10'),(690,'<p>ploy, pastime</p>','<p>időtöltés</p>','','2019-10-04 05:51:30'),(691,'<p>whim</p>','<p>szeszély</p>','<p>He told the tribunal he was suspended the following month after being “interrogated” by his boss, James Owen, for refusing to “call any six-foot-tall bearded man ‘madam’ on his whim”.</p>','2019-07-11 09:43:04'),(692,'<p>coerce</p>','<p>kényszerít</p>','<p>However, in a free society, this is not a good enough reason to censor my beliefs and coerce me to act contrary to my conscience.</p>','2019-07-11 09:46:10'),(693,'<p><span class=\"prop prop_content freetext\">maim</span></p>','<p>megnyomorít, megcsonkít</p>','','2019-09-09 06:29:44'),(694,'<p>staunch</p>','<p>hűséges</p>','<p>Johnson is a staunch Brexiteer who has campaigned to leave the EU since the announcement of the referendum.</p>','2019-09-09 06:47:22'),(695,'<p>maggot</p>','<p>kukac</p>','<div>He used maggots as live bait.</div>','2019-09-20 06:35:53'),(696,'<p>adamant</p>','<div class=\"text-wrap tlid-copy-target\">\r\n<div class=\"result-shield-container tlid-copy-target\"><span class=\"tlid-translation translation\" lang=\"hu\"><span title=\"\">hajthatatlan</span></span></div>\r\n</div>','<p>But Mr Abbell is adamant that he is doing nothing <em>untoward</em>.</p>','2019-09-23 05:16:16'),(697,'<p>nourishment</p>','<p>táplálék</p>','','2019-09-23 05:43:02'),(698,'<p>lenient</p>','<p>elnéző, enyhe</p>','<p>There is little evidence that harsher punishments deter any better than more lenient ones.</p>','2019-09-24 05:15:09'),(699,'<p>conceive</p>','<p>kigondol</p>','','2019-09-28 05:27:35'),(700,'<p>unduly</p>','<p>jogtalanul, indokolatlanul</p>','<p>The judge agreed that it was unduly <em>lenient</em>.</p>','2019-09-30 06:51:19'),(701,'<p>benign</p>','<p>jóindulatú</p>','','2019-10-04 05:20:10'),(702,'<p>murky, dark, gloomy</p>','<p><span class=\"tlid-translation translation\" lang=\"hu\"><span title=\"\">borongós</span></span></p>','<p>This flaw was probably an honest mistake and one that would normally have been picked up in the certification process operated by the FAA. But it wasn’t, and here the story gets murky.</p>','2019-10-27 14:41:24'),(703,'<p>bleak prospect</p>','<p>homályos kilátás</p>','<p>Europol officials say that in the event of no deal, British police officers would be removed from Europol’s headquarters in the Hague. “It’s a very bleak prospect,” said a source.</p>','2019-10-27 14:48:08'),(704,'<p>adjacent</p>','<p>szomszédos, közeli</p>','','2020-01-09 06:17:15'),(705,'<p>till</p>','<p>kassza, pénztár</p>','','2020-01-09 06:35:59'),(706,'<p>hence, therefore</p>','<p>ezért, ezentúl</p>','','2020-01-09 13:46:40'),(707,'<p>duress</p>','<p>kényszer, fogság, börtönbe zárás</p>','','2020-01-28 06:41:26'),(708,'<p>femur</p>','<p>combcsont</p>','','2020-01-29 09:24:13'),(709,'<p>voyeurism</p>','<p>kukkolás</p>','<p>A man who was not charged for allegedly filming a naked sleeping woman might now face prosecution after senior judges clarified the law on voyeurism.</p>','2020-01-29 13:39:07'),(710,'<p>illicit activity</p>','<p>tiltott tevékenység</p>','','2020-02-08 06:24:32'),(711,'<p>entice</p>','<p>elcsalt</p>','','2020-02-12 14:23:10'),(712,'<p>coy, shy</p>','<p>félénk</p>','','2020-02-12 18:24:56');
/*!40000 ALTER TABLE `film_words` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `irregular_verbs`
--

DROP TABLE IF EXISTS `irregular_verbs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `irregular_verbs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `infinitive` varchar(255) NOT NULL,
  `simple_past` varchar(255) NOT NULL,
  `past_participle` varchar(255) NOT NULL,
  `hun` varchar(255) NOT NULL,
  `sentence_eng` text NOT NULL,
  `sentence_hun` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `irregular_verbs`
--

LOCK TABLES `irregular_verbs` WRITE;
/*!40000 ALTER TABLE `irregular_verbs` DISABLE KEYS */;
INSERT INTO `irregular_verbs` VALUES (1,'arise','arose','arisen','felmerülni','<p>A new difficulty has arisen. The turtle arise under the sea.</p>','<p>Egy új nehézség merült fel. A teknős felbukott a tengerből.</p>','2015-11-03 14:04:22'),(2,'awake','awoke','awoken','ébredni','I always awake lately.','Mindig későn ébredek.','2015-10-24 06:12:48'),(3,'be','was / were','been','lenni','<p>Do you want to be rich?</p>','<p>Gazdag akarsz lenni?</p>','2015-11-13 11:55:06'),(4,'beat','beat','beaten','ütni, legyőzni, megverni','<p>Her father beat them both. Her heart was beaten until the end.</p>','<p>Az apja megverte mindkettőjűket. A szive végig dobogot.</p>','2015-12-02 16:41:10'),(5,'become','became','become','valamivé lenni, valamivé vállni','<p>Soon he will become a good doctor.</p>','<p>Hamarosan jo orvos lesz belőle.</p>','2015-11-13 11:49:13'),(6,'begin','began','begun','kezd, kezdődik','When does the film begin?','Mikor kezdődik a film?','2015-10-24 06:05:35'),(7,'bend','bent','bent','hajlani, lehajolni, meghajtani','<p>Does the iPhone 6 bend? The branch of the tree bent under his weight.</p>','<p>Meghajlik az iPhone 6? A fa ágai meghajoltak a súlya alatt.</p>','2015-11-03 14:09:09'),(9,'bid','bid','bid','ajánlatot tenni, ígérni','<p>Is anyone else bidding?</p>','<p>Licitál még valaki?</p>','2015-12-02 17:00:51'),(10,'bite','bit','bitten','harapni, megcsípni','<p>Why do mosquitoes bite some people more than others?</p>','<p>Miért csipnek a szúnyogok néhány embert többször mint a többit?</p>','2015-12-02 17:00:57'),(11,'blow','blew','blown','fújni','<p>I\'ll blow out the candles on my birthday cake.</p>','<p>Én el fogom fújni a gyertyákat a szülinapi tortámon.</p>','2015-11-03 14:05:23'),(12,'break','broke','broken','törni, fékezni','<p>If you break it, you buy it.</p>','<p>Ha eltöröd, megveszed.</p>','2015-11-03 14:05:12'),(13,'bring','brought','brought','hozni','<p>I am bringing bananas and chocolates.</p>','<p>Én hozok banánokat és csokikat.</p>','2015-11-03 14:04:00'),(14,'broadcast','broadcast','broadcast','sugározni, közvetíteni','<p>Do you broadcast yourself on youtube?</p>','<p>Te közvetítted magad a youtube-on?</p>','2015-11-03 14:03:37'),(15,'build','built','built','építeni, szerkeszteni','<p>Chinese company builds 57-storey skyscraper in 19 days.</p>','<p>Egy kínai cég 57 emeletes felhőkarcolót építettek 19 nap alatt.</p>','2015-11-03 14:02:52'),(16,'burn','burned / burnt','burned / burnt','égni, megégni','<p>It looks like it\'s starting to burn good. Will they burn the bridge or not?</p>','<p>Úgy néz ki, hogy jól kezd égni. Ők elégetík a hídat vagy nem?</p>','2015-11-13 11:54:52'),(17,'buy','bought','bought','venni, megvásárolni','<p>Do you want to buy a new car?</p>','<p>Szeretnél új autót venni?</p>','2015-12-02 17:00:39'),(19,'choose','chose','chosen','választani, kiválasztani','<p>He chose to run for election.</p>','<p>Ő úgy döntött hogy indul a választáson.</p>','2015-11-03 14:01:23'),(20,'come','came','come','jönni, közeledni','<p>Winter is coming.</p>','<p>A tél közeleg.</p>','2015-11-03 14:01:03'),(21,'cost','cost','cost','valamibe kerül ','<p>How much does the car cost?</p>','<p>Mennyibe kerül az autó?</p>','2015-11-03 14:00:41'),(22,'cut','cut','cut','vágni','<p>These scissors cut well.</p>','<p>Ezek az ollók jól vágnak.</p>','2015-11-03 14:00:27'),(23,'dig','dug','dug','ásni','<p>Robbers dug tunnel to enter a bank.</p>','<p>A rablók alagutat ástak hogy bejússanak a bankba.</p>','2015-11-03 14:00:19'),(24,'do','did','done','csinálni','<p>Do you hear me?</p>','<p>Hallasz engem?</p>','2015-11-03 14:00:11'),(26,'dream','dreamt / dreamed','dreamt / dreamed','álmodni','<p>Am I dreaming?</p>','<p>Én álmodok?</p>','2015-11-13 11:54:38'),(27,'drive','drove','driven','vezetni','<p>I look forward to drive my new car.</p>','<p>Alig várom, hogy vezessem az új autómat.</p>','2015-11-03 13:59:31'),(28,'drink','drank','drunk','inni','<p>I want to drink a cup of tea.</p>','<p>Szeretnék inni egy csésze teát.</p>','2015-11-03 13:59:17'),(29,'eat','ate','eaten','enni','<p>She sometimes eats in a restaurant.</p>','<p>Ő néha étteremben eszik.</p>','2015-11-04 16:21:16'),(30,'fall','fell','fallen','esni, elesni','<p><span class=\"oneClick-link\">The</span><span> </span><span class=\"oneClick-link oneClick-available\">temperature</span><span> </span><span class=\"oneClick-link\">fell</span><span> </span><span class=\"oneClick-link\">ten</span><span> </span><span class=\"oneClick-link oneClick-available\">degrees.</span></p>','<p>A hőmérséklet tíz fokot eset.</p>','2015-11-03 13:59:56'),(31,'feel','felt','felt','érezni','<p>Have you ever felt love?</p>','<p>Éreztél már valaha szerelmet?</p>','2015-11-03 13:28:57'),(32,'fight','fought','fought','harcolni, küzdeni','<p><span>It is not a sin to fight for the right.</span></p>','<p>Jó ügyért harcolni nem bűn.</p>','2015-11-03 14:00:09'),(33,'find','found','found','találni, megtalálni','<p>I found a great job after university.</p>','<p>Én találtam egy nagszerű munkát egyetem után.</p>','2015-11-03 13:28:37'),(34,'fly','flew','flown','repülni','<p>She has flown to London with Wizz Air five times.</p>','<p>Ő már ötször repült Londonba Wizz Air-rel.</p>','2015-11-04 16:23:04'),(36,'forgive','forgave','forgiven','megbocsájtani','<p><span>You\'ve probably already </span>forgiven<span> me.</span></p>','<p>Valószínűleg te már megbocsátottál nekem.</p>','2015-11-03 14:04:45'),(37,'freeze','froze','frozen','megfagyni, fagyni','<p>Your old fridge hasn\'t frozen well.</p>','<p>A te régi hűtőd nem fagyasztott jól.</p>','2015-11-03 13:27:44'),(39,'give','gave','given','adni','<p>He hasn\'t given up yet.</p>','<p>Ő még nem adta fel.</p>','2015-11-03 13:27:07'),(41,'grow','grew','grown','nőni','<p>You have grown since the last time I saw you.</p>','<p>Te megnőttél mióta utoljára láttalak.</p>','2015-11-05 11:39:08'),(43,'have','had','had','birtokolni','<p>I have got a new car.</p>','<p>Van egy új autóm.</p>','2015-11-05 11:38:47'),(44,'hear','heard','heard','hallani','<p><span>I have been </span><span><span>hearing</span></span><span> strange stories about you recently.</span></p>','<p>Én fúra történeteket hallottam rólad mostanában.</p>','2015-11-05 11:38:38'),(45,'hide','hid','hidden','elrejteni, elbújni','<p>What is the biggest secret you have been hiding?</p>','<p>Mi a legnagyobb rejtett titkod?</p>','2015-11-05 11:38:29'),(46,'hit','hit','hit','ütni, megütni, eltalálni','<p><span>He accidentally </span>hit<span> his thumb with the hammer.</span></p>','<p>Ő véletlenül megütötte a hüvelykujját a kalapáccsal.</p>','2015-11-05 11:38:17'),(47,'hold','held','held','tartani, megfogni','<p>Can you hold the phone for a little bit?</p>','<p>Te tudod kicsit tartani a telefont?</p>','2015-11-05 11:37:53'),(48,'hurt','hurt','hurt','fájni, megsérülni','<p>A sensitive person means a person who is easily hurt emotionally.</p>','<p>Az érzékeny személy olyan személyt jelent aki könnyen megsérthető érzelmileg.</p>','2015-11-05 13:26:15'),(49,'keep','kept','kept','tartani, megtartani','<p><span>She </span>kept<span> her eyes closed.</span></p>','<p>Ő csukva tartotta a szemeit.</p>','2015-11-05 13:26:03'),(50,'know','knew','known','tudni','<p>She knows something about me.</p>','<p>Ő tud valamit rólam.</p>','2015-11-10 10:26:48'),(51,'lay','laid','laid','lefektetni','<p>She laid her head on his shoulder.</p>','<p>Letette a fejét a vállára.</p>','2015-11-10 10:23:21'),(52,'lead','led','led','vezetni','<p>Which road leads to the Zoo?</p>','<p>Melyik út vezet az állatkertbe?</p>','2015-11-10 10:21:37'),(53,'learn','learned / learnt','learned / learnt','tanulni','<p>Haven\'t you learned that yet?</p>','<p>Te még nem tanultad meg ezt?</p>','2015-11-13 11:54:15'),(54,'leave','left','left','elhagyni','<p><span>She hasn\'t left her phone in a taxi.</span></p>','<p>Ő nem felejtette a telefonját egy taxiban.</p>','2015-11-10 10:14:44'),(55,'lend','lent','lent','kölcsönadni','<p>He lend money to his friend for three weeks.</p>','<p>Ő kölcsönadot pénzt a barátjának három hétre.</p>','2015-11-10 10:07:04'),(56,'let','let','let','engedni, hagyni','<p><span class=\"hlight\">When I let my dog out in the parking lot she</span><span> immediately found a rat.</span></p>','<p>Én amikor kiengedtem a kutyámat a parkolóba, ő egyből talált egy patkányt.</p>','2015-11-10 10:03:53'),(57,'lie','lay','lain','feküdni, hazudni','<p><span>She has </span><span>lain there for thirty minutes and she is still resting.</span></p>','<p>Ő harminc percig feküdt ott és még mindig pihen.</p>','2015-11-11 16:17:07'),(58,'lose','lost','lost','veszíteni, elveszíteni','<p>I have lost all my money in Las Vegas.</p>','<p>Én minden pénzem elveszítettem Las Vegas-ban.</p>','2015-11-10 09:18:32'),(59,'make','made','made','csinálni, készíteni','<p>My mother makes breakfast.</p>','<p>Az én anyukám reggelit készít.</p>','2015-11-10 09:15:51'),(60,'mean','meant','meant','jelent valamit','<p><span>What does this sentence mean?</span></p>','<p>Mit jelent ez a mondat?</p>','2015-11-12 06:33:26'),(61,'meet','met','met','találkozni','<p>I am meeting some friends after work.</p>','<p>Én találkozok néhány baráttal munka után.</p>','2015-11-12 06:34:20'),(62,'pay','paid','paid','fizetni','<p><span>You have to pay 20 pounds to go in the Madam Taussauds wax museum in London.</span></p>','<p>Neked húsz fontot kell fizetned hogy beléphess a Madam Taussauds viasz múzeumba Londonban.</p>','2015-11-12 06:36:05'),(63,'put','put','put','tenni','<p>I did put my dirty clothes to the laundry yesterday.</p>','<p>Én betettem tegnap a piszkos ruháimat a mosógépbe.</p>','2015-11-18 16:18:50'),(64,'read','read','read','olvasni','<p><span>Did you read the paper yesterday?</span></p>','<p>Te olvastad tegnap az újságot?</p>','2015-11-12 06:28:15'),(65,'ride','rode','ridden','lovagolni','<p>Have you ever ridden?</p>','<p>Te lovagoltál már valaha?</p>','2015-11-12 06:38:41'),(66,'ring','rang','rung','csőng','<p>I was having a bath when the phone rang.</p>','<p>Én épp fürödtem mikor a telefon megcsörrent.</p>','2015-11-12 06:39:52'),(68,'run','ran','run','futni','<p>Did you ever ran in the forrest?</p>','<p>Te futottál már valaha erdőben?</p>','2015-11-12 06:42:55'),(69,'say','said','said','mondani, beszélni','<p>The suspect didn\'t say anything without the presence of his lawyer.</p>','<p>A gyanúsított nem mondott semmit az ügyvédje jelenléte nélkül.</p>','2015-11-12 06:49:50'),(70,'see','saw','seen','látni, megnézni','<p><span>Did you see anything suspicious in the bank yesterday?</span></p>','<p>Láttál te valami gyanúsat a bankban tegnap?</p>','2015-11-12 06:55:33'),(71,'sell','sold','sold','eladni','<p>Did you sell your house?</p>','<p>Te eladtad a házadat?</p>','2015-11-19 10:53:10'),(72,'send','sent','sent','elküldeni','<p>I already sent my resume to your company.</p>','<p>Én már elküldtem az önéletrajzomat a cégednek.</p>','2015-11-20 07:19:23'),(73,'show','showed','showed / shown','mutatni, bemutatni','<p>I showed the book to a friend.</p>','<p>Én megmutattam a könyvet egy barátnak.</p>','2015-11-20 07:17:23'),(74,'shut','shut','shut','bezárni','<p>Shut the door behind you.</p>','<p>Zárd be az ajtót magad után.</p>','2015-11-20 07:13:17'),(75,'sing','sang','sung','énekelni','<p>A little bird had already sung the good news in my ear.</p>','<p>Egy kismadár már elénekelte a jó hírt a fülembe.</p>','2015-11-20 07:12:23'),(76,'sit','sat','sat','leülni','<p>She was sitting down to other people\'s seat in the cinema.</p>','<p>Ő más helyére ült le a moziban.</p>','2015-11-21 09:49:44'),(78,'speak','spoke','spoken','beszélni','<p>The truth has been spoken.</p>','<p>Az igazság meglett mondva.</p>','2015-11-20 07:05:34'),(80,'stand','stood','stood','állni','<p>Last morning I stood in the bus station and I was waiting for the bus.</p>','<p>Tegnap reggel én álltam a búsz megállóba és vártam a búszra.</p>','2015-11-21 09:50:59'),(81,'swim','swam','swum','úszni','<p>I swam every Saturday in the last summer.</p>','<p>Én minden szombaton úsztam tavaly nyáron.</p>','2015-11-20 06:42:57'),(82,'take','took','taken','vinni / rakni / tenni','<p>All seats at the cinema were already taken.</p>','<p>A moziban az összes szék már foglalt volt.</p>','2015-11-21 09:51:42'),(84,'tear','tore','torn','elszakítani','<p>I was tearing my new pants in the park.</p>','<p>Én elszakítottam az új nadrágomat a parkban.</p>','2015-11-19 10:52:13'),(85,'tell','told','told','megmondani / elmesélni','<p>Has she told you the good news, yet?</p>','<p>Ő elmondta már neked a jó híreket?</p>','2015-11-19 10:48:37'),(86,'think','thought','thought','gondolni','<p>I am thinking about where should I go at this weekend.</p>','<p>Én gonlkozok hogy hova mehetnék hétvégén.</p>','2015-11-21 09:55:08'),(87,'throw','threw','thrown','dobni','<p><span>He asked me to </span>throw<span> the ball back.</span></p>','<p>Ő kérte hogy dobjam vissza a labdát.</p>','2015-11-19 07:39:58'),(88,'understand','understood','understood','megérteni','<p>I understanded why you were crying.</p>','<p>Én mostmár értem hogy miért sírtál.</p>','2015-11-21 09:56:37'),(89,'wake','woke','waken','ébredni','<p>When I was a child I was always waking up late.</p>','<p>Én télen gyerekkoromban mindig későn ébredtem.</p>','2015-11-21 10:01:02'),(90,'wear','wore','worn','viselni','<p>When I was a child I always wore hat and a scarf in the winter</p>','<p>Gyerekkoromban mindig sapkát és sálat viseltem.</p>','2015-11-21 10:00:46'),(91,'win','won','won','nyerni','<p>He is likely to win the game.</p>','<p>Ő valószínűleg megnyeri a játékot.</p>','2015-11-19 07:22:43'),(92,'write','wrote','written','írni','<p>I wrote my homework yesterday.</p>','<p>Én megírtam a házimat tegnap.</p>','2015-11-19 07:18:55');
/*!40000 ALTER TABLE `irregular_verbs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lessons`
--

DROP TABLE IF EXISTS `lessons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lessons` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `websites` text NOT NULL,
  `website1` varchar(255) NOT NULL,
  `website2` varchar(255) NOT NULL,
  `website3` varchar(255) NOT NULL,
  `website4` varchar(255) NOT NULL,
  `website5` varchar(255) NOT NULL,
  `website6` varchar(255) NOT NULL,
  `website7` varchar(255) NOT NULL,
  `website8` varchar(255) NOT NULL,
  `website9` varchar(255) NOT NULL,
  `website10` varchar(255) NOT NULL,
  `website11` varchar(255) NOT NULL,
  `website12` varchar(255) NOT NULL,
  `website13` varchar(255) NOT NULL,
  `website14` varchar(255) NOT NULL,
  `website15` varchar(255) NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lessons`
--

LOCK TABLES `lessons` WRITE;
/*!40000 ALTER TABLE `lessons` DISABLE KEYS */;
INSERT INTO `lessons` VALUES (1,'Lesson 1','2015-10-14','','','','','','','','','','','','','','','','','','2015-10-21 09:07:40'),(2,'Lesson 2 (Present Tense, Time of day, hours)','2015-10-21','<p>1.) <a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" rel=\"\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs1.htm</a><br />2.) <a href=\"http://www.englishpage.com/verbpage/verbs2.htm\" rel=\"\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs2.htm</a><br />3.) <a href=\"http://www.perfect-english-grammar.com/adverbs-of-frequency.html\" rel=\"\" target=\"\">http://www.perfect-english-grammar.com/adverbs-of-frequency.html</a> NEW!!!!<br /><br /></p>\r\n<p>Definition:</p>\r\n<p><a href=\"https://www.youtube.com/watch?v=V3Ch67WSdP8\" rel=\"\" target=\"_blank\">https://www.youtube.com/watch?v=V3Ch67WSdP8</a></p>','http://www.englishpage.com/verbpage/verbs1.htm','http://www.englishpage.com/verbpage/verbs2.htm','https://www.youtube.com/watch?v=V3Ch67WSdP8','','','','','','','','','','','','','','2015-11-04 19:11:29'),(3,'Lesson 3 (Present Continuous)','2015-10-24','<p>1.) <a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" rel=\"\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs1.htm </a> HW<br />2.) <a href=\"http://www.englishpage.com/verbpage/verbs2.htm\" rel=\"\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs2.htm </a> HW<br />3.) <a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" rel=\"\" target=\"_blank\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a> HW<br />4.) <a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" rel=\"\" target=\"_blank\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a> HW<br />5.) <a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" rel=\"\" target=\"_blank\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a> HW<br />6.) <a href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\" rel=\"\" target=\"_blank\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a> HW<br />7.) <a href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\" rel=\"\" target=\"_blank\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a> HW<br />8.) <a href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\" rel=\"\" target=\"_blank\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a> HW</p>\r\n<p>Definition:</p>\r\n<p><a href=\"https://www.youtube.com/watch?v=b7Gw6MFRfLI\" rel=\"\" target=\"_blank\">https://www.youtube.com/watch?v=b7Gw6MFRfLI</a></p>','https://www.youtube.com/watch?v=b7Gw6MFRfLI','http://www.englishpage.com/verbpage/verbs1.htm ','http://www.englishpage.com/verbpage/verbs2.htm ','https://www.ego4u.com/en/cram-up/tests/simple-present-1','https://www.ego4u.com/en/cram-up/tests/simple-present-2','https://www.ego4u.com/en/cram-up/tests/simple-present-3','https://www.ego4u.com/en/cram-up/tests/present-progressive-1','https://www.ego4u.com/en/cram-up/tests/present-progressive-2','https://www.ego4u.com/en/cram-up/tests/present-progressive-3','','','','','','','','2015-11-04 19:10:57'),(4,'Lesson 4 (Non-action verbs)','2015-10-28','<ol>\r\n<li><a href=\"http://www.perfect-english-grammar.com/support-files/stative-verbs-list.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/stative-verbs-list.pdf</a></li>\r\n<li><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></li>\r\n<li><a href=\"http://vipangol.myenglishteacher.eu/blog/statikus-igek-listaja-peldamondatokkal/\" target=\"_blank\">http://vipangol.myenglishteacher.eu/blog/statikus-igek-listaja-peldamondatokkal/</a></li>\r\n</ol>','','','','','','','','','','','','','','','','','2015-10-29 14:21:03'),(6,'Lesson 6 (Present Perfect Continous)','2015-11-04','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercises.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercises.html</a></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs7.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs7.htm</a></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs8.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs8.htm</a></p>\r\n<p> </p>\r\n<p>WH QUESTIONS</p>\r\n<p><a href=\"http://www.myenglishpages.com/site_php_files/grammar-exercise-wh-questions.php\" target=\"_blank\">http://www.myenglishpages.com/site_php_files/grammar-exercise-wh-questions.php</a></p>\r\n<p><a href=\"http://www.myenglishpages.com/site_php_files/grammar-exercise-question-words.php\" target=\"_blank\">http://www.myenglishpages.com/site_php_files/grammar-exercise-question-words.php</a></p>\r\n<p><a href=\"http://www.learnenglish-online.com/grammar/tests/whquestions.html\" target=\"_blank\">http://www.learnenglish-online.com/grammar/tests/whquestions.html</a></p>\r\n<p><a href=\"http://www.learnenglish-online.com/grammar/tests/whquestions2.html\" target=\"_blank\">http://www.learnenglish-online.com/grammar/tests/whquestions2.html</a></p>\r\n<p><a href=\"http://www.learnenglish-online.com/grammar/tests/whquestions3.html\" target=\"_blank\">http://www.learnenglish-online.com/grammar/tests/whquestions3.html</a></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/word_order4.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/word_order4.htm</a></p>\r\n<p> </p>\r\n<h3>How to form questions in English</h3>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/form.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/form.htm</a></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/form2.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/form2.htm</a></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/form3.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/form3.htm</a></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises_list/fragen.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises_list/fragen.htm</a></p>\r\n<p> </p>\r\n<p>Definition:</p>\r\n<p><a href=\"https://www.youtube.com/watch?v=UDCB8bIcudM\" target=\"_blank\">https://www.youtube.com/watch?v=UDCB8bIcudM</a></p>\r\n<p> </p>\r\n<h4><strong> WH QUESTIONS HOMEWORK</strong></h4>\r\n<p><a href=\"http://www.language-worksheets.com/question-words-elementary.html\" target=\"_blank\">http://www.language-worksheets.com/question-words-elementary.html</a></p>\r\n<p><a href=\"http://www.language-worksheets.com/support-files/elementaryquestionwordsexercises.pdf\" target=\"_blank\">http://www.language-worksheets.com/support-files/elementaryquestionwordsexercises.pdf</a></p>\r\n<p><a href=\"http://www.englishforeveryone.org/Topics/Forming-Questions.htm\" target=\"_blank\">http://www.englishforeveryone.org/Topics/Forming-Questions.htm</a></p>\r\n<p> </p>\r\n<p> <strong>PRESENT PERFECT CONTINOUS HOMEWORK</strong></p>\r\n<p><a href=\"http://farmacia.unich.it/farmacologia/didattica/inglese/worksheets.pdf\" target=\"_blank\">http://farmacia.unich.it/farmacologia/didattica/inglese/worksheets.pdf</a></p>\r\n<p>WORKSHEET 11</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>','','','','','','','','','','','','','','','','','2015-11-06 11:01:21'),(7,'Lesson 7 Revision Present Tenses','2015-11-09','','','','','','','','','','','','','','','','','','2015-11-11 12:57:29'),(8,'Lesson 8 (PAST SIMPLE  TENSE )','2015-11-11','<p><strong>DEFINITION</strong></p>\r\n<p><a href=\"https://www.youtube.com/watch?v=YF2jRfFe82Y\" target=\"_blank\">https://www.youtube.com/watch?v=YF2jRfFe82Y</a></p>','','','','','','','','','','','','','','','','','2015-11-18 15:54:53'),(9,'Lesson 9 ( Past Continous)','2015-11-18','<p><strong>DEFINITION</strong></p>\r\n<p><a href=\"https://www.youtube.com/watch?v=S1GpqAw7DBU\" target=\"_blank\">https://www.youtube.com/watch?v=S1GpqAw7DBU</a></p>','','','','','','','','','','','','','','','','','2015-11-20 16:23:33'),(11,'Lesson 11 (Past Perfect)','2015-12-01','','','','','','','','','','','','','','','','','','2015-12-01 14:06:12'),(12,'Lesson 12 (Past Perfect Continuous)','2015-12-03','','','','','','','','','','','','','','','','','','2015-12-03 15:27:00'),(14,'Lesson 14 (Simple Future Tense)','2015-12-13','<p><strong>DEFINITION</strong></p>\r\n<p><a href=\"https://www.youtube.com/watch?v=Ur3aKJvc5Mc\" target=\"_blank\">https://www.youtube.com/watch?v=Ur3aKJvc5Mc</a></p>','','','','','','','','','','','','','','','','','2015-12-14 19:41:49'),(15,'Lesson 15 (Future Perfect Tense)','2015-12-17','<p><strong>DEFINITION</strong></p>\r\n<p><a href=\"https://www.youtube.com/watch?v=_zErY5dar9Y\" target=\"_blank\">https://www.youtube.com/watch?v=_zErY5dar9Y</a></p>','','','','','','','','','','','','','','','','','2015-12-19 06:23:50'),(17,'Lesson 17 (Future Perfect Continuous Tense)','2015-12-22','','','','','','','','','','','','','','','','','','2015-12-22 17:52:02'),(18,'Lesson 18 (Revision Future Tenses)','2015-12-28','','','','','','','','','','','','','','','','','','2015-12-28 17:59:41'),(19,'Lesson 19 (Modal Verbs: Can, Could, Be able to)','2016-01-09','<p><strong>DEFINITION: CAN, COULD</strong></p>\r\n<p><a href=\"https://www.youtube.com/watch?v=zE9VAw6sUOg\" target=\"_blank\">https://www.youtube.com/watch?v=zE9VAw6sUOg</a></p>','','','','','','','','','','','','','','','','<h3> </h3>','2016-01-10 07:41:49'),(21,'Lesson 21 (Modal Verbs: May, Might, Must)','2016-01-12','','','','','','','','','','','','','','','','','','2016-01-12 15:19:48'),(23,'Lesson 23 (Revision Modal Verbs)','2016-01-17','','','','','','','','','','','','','','','','','','2016-01-18 07:07:15'),(26,'Lesson 26 (Tag Questions2)','2016-02-03','','','','','','','','','','','','','','','','','','2016-02-04 09:43:04'),(27,'Lesson 27 (Countable and Uncountable nouns)','2016-02-06','','','','','','','','','','','','','','','','','','2016-02-06 06:50:39'),(28,'Lesson 28 (Prepositions of Time&Place: In, On, At)','2016-02-10','','','','','','','','','','','','','','','','','','2016-02-13 20:01:57'),(29,'Lesson 29 (Revision Prepositions of Time&Location)','2016-02-14','','','','','','','','','','','','','','','','','','2016-02-14 15:26:29'),(30,'Lesson 30 (Prepositions of Directions and Positions)','2016-02-18','','','','','','','','','','','','','','','','','','2016-02-14 15:25:32'),(31,'Lesson 31 (Prepositions Exercises In, On, At)','2016-02-21','','','','','','','','','','','','','','','','','','2016-02-21 11:16:07'),(32,'Lesson 32 (Prepositions of place: In, At, On, To, Into)','2016-02-24','','','','','','','','','','','','','','','','','','2016-02-27 07:31:55'),(33,'Lesson 33 (Prepositions: On, In, At, By)','2016-02-27','','','','','','','','','','','','','','','','','','2016-02-27 06:46:24'),(35,'Lesson 35 (Past Simple)','2016-03-06','','','','','','','','','','','','','','','','','','2016-03-06 10:56:48'),(36,'Lesson 36 (Past Continuous)','2016-03-07','','','','','','','','','','','','','','','','','','2016-03-07 15:12:30'),(37,'Lesson 37 (Past Perfect)','2016-03-14','','','','','','','','','','','','','','','','','','2016-03-14 15:46:16'),(38,'Lesson 38 (Past Perfect Continuous)','2016-03-18','','','','','','','','','','','','','','','','','','2016-03-19 05:11:41'),(39,'Lesson 39 (Much, many, little, few, a lot, plenty)','2016-03-20','','','','','','','','','','','','','','','','','','2016-03-20 06:06:28'),(43,'Lesson 43 (Present Simple and Present Continuous for Future)','2016-04-03','','','','','','','','','','','','','','','','','','2016-04-03 09:11:22'),(44,'Lesson 44 (Will and Shall Modals)','2016-04-04','','','','','','','','','','','','','','','','','','2016-04-04 17:47:40'),(45,'Lesson 45 (Will and Shall)','2016-04-13','','','','','','','','','','','','','','','','','','2016-04-13 14:14:08'),(48,'Lesson 48 (The)','2016-04-24','','','','','','','','','','','','','','','','','','2016-04-24 06:06:10'),(50,'Lesson 50 (Revision of A/An/The)','2016-04-30','','','','','','','','','','','','','','','','','','2016-04-30 06:45:36'),(51,'Lesson 51 (Have something done)','2016-05-05','','','','','','','','','','','','','','','','','','2016-05-09 05:36:22'),(52,'Lesson 52 (Reported Speech)','2016-05-09','','','','','','','','','','','','','','','','','','2016-05-09 18:58:32'),(53,'Lesson 53 (All, all of, most, none, both, neither, either)','2016-05-17','','','','','','','','','','','','','','','','','','2016-05-22 07:03:54'),(54,'Lesson 54','2016-05-23','','','','','','','','','','','','','','','','','','2016-05-24 17:04:56');
/*!40000 ALTER TABLE `lessons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `other_ways_groups`
--

DROP TABLE IF EXISTS `other_ways_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `other_ways_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `obs` text NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `other_ways_groups`
--

LOCK TABLES `other_ways_groups` WRITE;
/*!40000 ALTER TABLE `other_ways_groups` DISABLE KEYS */;
INSERT INTO `other_ways_groups` VALUES (1,'I understand','','2016-04-14 12:21:51'),(2,'I do not understand','','2016-04-14 12:22:04'),(3,'Nice','','2016-04-14 12:22:12'),(4,'Good','','2016-04-18 05:13:48'),(5,'Bad','','2016-04-19 05:50:37'),(6,'Sad','','2016-04-21 05:08:25'),(7,'Happy','','2016-04-22 05:04:32'),(8,'Laughed','','2016-04-22 10:43:42'),(9,'Like','','2016-04-22 11:12:08'),(10,'Big','','2016-04-25 05:03:11'),(11,'Little','','2016-04-26 05:13:47'),(12,'Ran','','2016-04-27 05:10:05'),(13,'Walked','','2016-04-29 05:07:18'),(14,'Pretty','','2016-05-03 07:38:29'),(15,'Looked','','2016-05-04 08:23:13');
/*!40000 ALTER TABLE `other_ways_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `other_ways_words`
--

DROP TABLE IF EXISTS `other_ways_words`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `other_ways_words` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `other_ways_group_id` int(11) NOT NULL,
  `eng` text NOT NULL,
  `hun` text NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `basic_group_id` (`other_ways_group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=197 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `other_ways_words`
--

LOCK TABLES `other_ways_words` WRITE;
/*!40000 ALTER TABLE `other_ways_words` DISABLE KEYS */;
INSERT INTO `other_ways_words` VALUES (1,3,'<p>nice</p>','<p>szép</p>','<p>Have a <strong>nice</strong> day.</p>','2016-04-14 12:23:46'),(2,3,'<p>enjoyable</p>','<p>élvezetes</p>','<p><span>While I was walking at Barceloneta beach the sun was </span><strong>enjoyable</strong><span>. </span></p>','2016-04-16 07:04:54'),(3,3,'<p>pleasurable</p>','<p>kellemes</p>','<p><span>Jennifer gets </span><span>a </span><strong>pleasurable</strong><span><strong> </strong>hot bath after a tiring day.</span></p>','2016-04-14 12:23:46'),(4,3,'<p>thoughtful</p>','<p>figyelmes, gondolkodó</p>','<p>He looked <strong>thoughtful</strong> for a moment.</p>','2016-04-14 12:23:46'),(5,3,'<p>courteous</p>','<p>udvarias</p>','<p>The teacher is helpful and <strong>courteous</strong> all the time.</p>','2016-04-14 12:23:46'),(6,3,'<p>lovely</p>','<p>bájos, kedves</p>','<p>My new colleagues are very <strong>lovely</strong>.</p>','2016-04-16 07:06:56'),(7,3,'<p>likeable</p>','<p>szimpatikus, rokonszenves</p>','<p>Rachel Green is the most <strong>likeable</strong> character in FRIENDS series.</p>','2016-04-14 12:23:46'),(8,3,'<p>pleasing</p>','<p>kellemes</p>','<p>Have a <strong>pleasing</strong> stay in our hotel.</p>','2016-04-14 12:23:46'),(9,3,'<p>gracious</p>','<p>kegyes, szívélyes</p>','<p>Thank you for your <strong>gracious</strong> hospitality.</p>','2016-04-14 12:23:46'),(10,3,'<p>congenial</p>','<p>kellemes, alkalmas</p>','<p><span>The town is a </span><strong>congenial</strong><span><strong> </strong>place for raising children.</span></p>','2016-04-14 12:23:46'),(11,3,'<p>cordial</p>','<p>szívélyes</p>','<p>We received a <strong>cordial</strong> greeting from our hostess at the party.</p>','2016-04-14 12:23:46'),(12,3,'<p>admirable</p>','<p>csodálatos, csodálatra méltó</p>','<p>Loyalty was her most <strong>admirable</strong> quality.</p>','2016-04-14 12:23:46'),(13,3,'<p>considerate</p>','<p>előzékeny</p>','<p>He was <strong>considerate</strong> and turned down the stereo when we asked him to.</p>','2016-04-14 12:23:46'),(14,1,'<p>I understand.</p>','','','2016-04-14 12:24:37'),(15,1,'<p>I follow you.</p>','','','2016-04-14 12:24:37'),(16,1,'<p>I see.</p>','','','2016-04-14 12:24:37'),(17,1,'<p>I know what you mean.</p>','','','2016-04-14 12:24:37'),(18,1,'<p>I take your point.</p>','','','2016-04-14 12:24:37'),(19,1,'<p>I noticed.</p>','','','2016-04-15 06:05:23'),(20,1,'<p>I hear you.</p>','','','2016-04-14 12:24:37'),(21,1,'<p>I got you.</p>','','','2016-04-14 12:24:37'),(22,1,'<p>Fair enough.</p>','','','2016-04-14 12:24:37'),(23,1,'<p>All right.</p>','','','2016-04-14 12:24:37'),(24,1,'<p>I don\'t blame you.</p>','','','2016-04-14 12:24:37'),(25,2,'<p>I do not understand.</p>','','','2016-04-14 12:27:08'),(26,2,'<p>What did you say?</p>','','','2016-04-14 12:27:10'),(27,2,'<p>What do you mean?</p>','','','2016-04-14 12:27:09'),(28,2,'<p>I don\'t understand.</p>','','','2016-04-14 12:27:11'),(29,2,'<p>Excuse me, I didn\'t get it.</p>','','','2016-04-14 12:27:14'),(30,2,'<p>Excuse me, can you please repeat it?</p>','','','2016-04-14 12:27:16'),(31,2,'<p>Sorry, I did not catch that.</p>','','','2016-04-14 12:25:54'),(32,2,'<p>I missed that.</p>','','','2016-04-14 12:25:57'),(33,2,'<p>That went right over my head.</p>','','','2016-04-14 12:25:59'),(34,2,'<p>Can you please speak slowly?</p>','','','2016-04-14 12:26:02'),(35,2,'<p>I don\'t get it.</p>','','','2016-04-14 12:26:05'),(36,2,'<p>Do you mind explaining it again?</p>','','','2016-04-14 12:26:10'),(37,2,'<p>I\'m afraid it\'s not clear what you saying.</p>','','','2016-04-14 12:26:11'),(38,2,'<p>Would you mind clarifying what you said?</p>','','','2016-04-14 12:26:17'),(39,2,'<p>I am sorry, but I don\'t follow what you are saying.</p>','','','2016-04-14 12:26:18'),(40,2,'<p>I don\'t catch what you said. Sorry.</p>','','','2016-04-14 12:26:21'),(41,2,'<p>Could you repeat that please?</p>','','','2016-04-16 05:22:01'),(42,2,'<p>I did not follow what you just said.</p>','','','2016-04-16 05:22:29'),(43,2,'<p>I\'m sorry. What did you just say?</p>','','','2016-04-16 05:22:54'),(44,4,'<p>good</p>','<p>jó</p>','<p>I wish you <strong>good</strong> luck.</p>','2016-04-18 05:20:42'),(45,4,'<p>excellent</p>','<p>kiváló</p>','<p>Her English is <strong>excellent</strong>.</p>','2016-04-18 05:20:48'),(46,4,'<p>amazing</p>','<p>elképesztő</p>','<p>I had an <strong>amazing</strong> date last weekend.</p>','2016-04-18 05:21:32'),(47,4,'<p>wonderful</p>','<p>csodálatos</p>','<p>I have a <strong>wonderful</strong> job.</p>','2016-04-18 05:22:05'),(48,4,'<p>pleasant</p>','<p>kellemes</p>','<p>What a <strong>pleasant</strong> surprise!</p>','2016-04-18 05:22:38'),(49,4,'<p>marvelous</p>','<p>csodálatos</p>','<p>Heaven is a perfectly <strong>marvelous</strong> place.</p>','2016-04-18 05:23:41'),(50,4,'<p>exceptional</p>','<p>kivételes</p>','<p>After the repaint the car looks <strong>exceptional</strong>.</p>','2016-04-18 05:30:57'),(51,4,'<p>fantastic</p>','<p>fantasztikus</p>','<p>I told you the most <strong>fantastic</strong> tale, and you shrug it off like it\'s natural.</p>','2016-04-18 05:26:12'),(52,4,'<p>super</p>','<p>szuper</p>','<p><span>Who\'s your favorite </span><strong>super</strong><span> hero?</span></p>','2016-04-18 05:26:55'),(53,4,'<p>outstanding</p>','<p>kiemelkedő</p>','<p><span>He has an </span><strong>outstanding</strong><span> talent for music.</span></p>','2016-04-18 05:27:27'),(54,4,'<p>terrific</p>','<p>klassz</p>','<p>Going to Paris sounds <strong>terrific</strong>, I can\'t wait to see the Eiffel Tower.</p>','2016-04-20 15:13:29'),(55,4,'<p>splendid</p>','<p>pompás</p>','<div class=\"li_content\">He lived in a <strong>splendid</strong> palace where there was everything that could give delight.</div>','2016-04-18 05:28:24'),(56,4,'<p>stupendous</p>','<p>elképesztő</p>','<p><span>The store did not expect a <strong>stupendous</strong> throng of customers to line up around the building.</span></p>','2016-04-18 05:29:35'),(57,5,'<p>bad</p>','<p>rossz</p>','<p>The weather turned <strong>bad</strong>.</p>','2016-04-19 05:55:01'),(58,5,'<p>awful</p>','<p>szörnyű</p>','<p><span>I had an </span><strong>awful</strong><span> time at the conference.</span></p>','2016-04-19 05:55:31'),(59,5,'<p>rotten</p>','<p>rothadt</p>','<p>The apples that mum bought in the weekend were<strong> rotten</strong>.</p>','2016-04-20 15:00:17'),(60,5,'<p>naughty</p>','<p>csintalan</p>','<p><span>I can\'t tolerate <strong>naughty</strong> children.</span></p>','2016-04-20 15:01:34'),(61,5,'<p>mean</p>','<p>gonosz</p>','<p>The <strong>mean</strong> characters from the movies usually get their punishments.</p>','2016-04-20 15:04:11'),(62,5,'<p>dreadful</p>','<p>borzasztó</p>','<div class=\"li_content\">I\'m sure she caught that <strong>dreadful</strong> disease from one of them and it killed her.</div>','2016-04-19 05:58:59'),(63,5,'<p>nasty</p>','<p>csúnya</p>','<p><span>She gives me a </span><strong>nasty</strong><span> look every time she sees me.</span></p>','2016-04-19 06:41:18'),(64,5,'<p>wicked</p>','<p>gonosz</p>','<p><span>Punish the </span><strong>wicked</strong><span> and save the weak.</span></p>','2016-04-19 06:41:51'),(65,5,'<p>lousy</p>','<p>vacak</p>','<p><span>I\'ve had a </span><strong>lousy</strong><span> day.</span></p>','2016-04-20 15:05:51'),(66,5,'<p>terrible</p>','<p>szörnyű</p>','<p><span>My French is </span><strong>terrible</strong><span>.</span></p>','2016-04-19 06:43:09'),(67,5,'<p>unpleasant</p>','<p>kellemetlen</p>','<p>I<span> know it\'s going to be </span><strong>unpleasant</strong><span> to talk about the accident.</span></p>','2016-04-19 06:43:39'),(68,5,'<p>disagreeable</p>','<p>ellenszenves</p>','<p>In the store walked a person who was absolutely <strong>disagreeable</strong>.</p>','2016-04-20 15:08:07'),(69,5,'<p>wretched</p>','<p>nyomorult</p>','<p>They live in a <strong>wretched</strong> little house.</p>','2016-04-19 06:46:04'),(70,6,'<p>sad</p>','<p>szomorú</p>','<p>The news made her <strong>sad</strong>.</p>','2016-04-21 05:09:08'),(71,6,'<p>depressed</p>','<p>levert</p>','<div class=\"li_content\">His face was <strong>depressed</strong> and gloomy.</div>','2016-04-21 05:09:35'),(72,6,'<p>gloomy</p>','<p>komor, sötét</p>','<div class=\"li_content\">His face was depressed and <strong>gloomy</strong>.</div>','2016-04-21 05:09:46'),(73,6,'<p>miserable</p>','<p>nyomorult</p>','<div class=\"li_content\">I\'ve been <strong>miserable</strong> without you.</div>','2016-04-21 05:10:12'),(74,6,'<p>cheerless</p>','<p>szomorú</p>','<p><span>To the onlookers gathered under a </span><strong>cheerless </strong><span>winter sky, the funeral of Jason Moran is an occasion.</span></p>','2016-04-21 05:17:09'),(75,6,'<p>unhappy</p>','<p>boldogtalan</p>','<p><span>Even with all his wealth and fame, he\'s </span><strong>unhappy</strong><span>.</span></p>','2016-04-21 05:11:37'),(76,6,'<p>forlorn</p>','<p>kétségbeesett</p>','<p>The <strong>forlorn</strong> dog has been inconsolable since his master died.</p>','2016-04-21 05:12:19'),(77,6,'<p>sorrowful</p>','<p>szomorú</p>','<p>She looked at him with <strong>sorrowful</strong> eyes.</p>','2016-04-21 05:13:01'),(78,6,'<p>upset</p>','<p>ideges</p>','<p><span>Tom was pretty </span><strong>upset</strong><span>.</span></p>','2016-04-21 05:14:10'),(79,6,'<p>downcast</p>','<p>lehangolt</p>','<p><span>Letting her arms fall helplessly, she sat with </span><strong>downcast</strong><span> eyes and pondered.</span><span><br /><br /></span></p>','2016-04-21 05:14:53'),(80,6,'<p>tearful</p>','<p>könnyes</p>','<p><span>He refused even to grant her </span><strong>tearful</strong><span> request for Magdeburg.</span><span><br /></span></p>','2016-04-21 05:15:39'),(81,6,'<p>somber</p>','<p>komor</p>','<p><span>The <strong>somber</strong> color of the judge\'s robe reflected the seriousness of his profession.</span></p>','2016-04-21 05:16:16'),(82,7,'<p>happy</p>','<p>boldog</p>','<p>Are you <strong>happy</strong> with how you look?</p>','2016-04-22 05:12:26'),(83,7,'<p>cheerful</p>','<p>vidám</p>','<p><span>She poured a cup of coffee and delivered it to him - along with a </span><strong>cheerful</strong><span> smile.</span><span><br /></span></p>','2016-04-22 05:12:18'),(84,7,'<p>delighted</p>','<p>elragadtatva</p>','<div class=\"li_content\">The little girls were <strong>delighted</strong> to see the lovely shells.</div>','2016-04-22 05:13:36'),(85,7,'<p>pleased</p>','<p>elégedett</p>','<div class=\"li_content\">That <strong>pleased</strong> smile was on his lips again and his eyes held a glint of humor.</div>','2016-04-22 05:14:03'),(86,7,'<p>glad</p>','<p>boldog</p>','<p><span>I think he will be </span><strong>glad</strong><span> to see you.</span></p>','2016-04-22 05:14:30'),(87,7,'<p>joyful</p>','<p>vidám</p>','<p><span id=\"yui_3_17_2_3_1461302079271_1504\" class=\"ya-q-full-text\">I am so ecstatic with my happiness in life that it has me crying with <strong>joyful</strong> tears.</span></p>','2016-04-22 05:15:27'),(88,7,'<p>ecstatic</p>','<p>elragadtatott</p>','<p><span id=\"yui_3_17_2_3_1461302079271_1504\" class=\"ya-q-full-text\">I am so <strong>ecstatic</strong> with my happiness in life that it has me crying with joyful tears.</span></p>','2016-04-22 05:15:41'),(89,7,'<p>content</p>','<p>megelégedett</p>','<p><span>Are you </span><strong>content</strong><span> with your present salary? </span></p>','2016-04-22 05:16:58'),(90,7,'<p>jovial</p>','<p>kedélyes</p>','<p><span>She had no idea what made him angry one minute and </span><strong>jovial</strong><span> the next.</span><span><br /></span></p>','2016-04-22 05:19:01'),(91,7,'<p>amused</p>','<p>derülni</p>','<p><span>He studied her face with </span><strong>amused</strong><span> eyes.</span><span><br /></span></p>','2016-04-24 08:42:05'),(92,7,'<p>merry</p>','<p>vidám</p>','<p><span>I wish you a </span><strong>Merry</strong><span> Christmas.</span></p>','2016-04-22 05:26:00'),(93,7,'<p>thrilled</p>','<p>izgatot</p>','<div class=\"li_content\">She sounded <strong>thrilled</strong> about the baby, on the phone.</div>','2016-04-22 05:26:24'),(94,7,'<p>elated</p>','<p>fellelkesült</p>','<p><span>I was <strong>elated</strong> when I found out I would have no homework for the rest of the week!</span></p>','2016-04-22 05:28:02'),(95,8,'<p>laughed</p>','<p>nevetett</p>','<p><span>I </span><strong>laughed</strong><span> out loud.</span></p>','2016-04-22 10:49:18'),(96,8,'<p>giggled</p>','<p>vihogott</p>','<p><span>The girls </span><strong>giggled.</strong></p>','2016-04-22 10:49:53'),(97,8,'<p>chuckled</p>','<p>kuncogott</p>','<p><span>He </span><strong>chuckled</strong><span> and then coughed.</span></p>','2016-04-22 10:50:45'),(98,8,'<p>roared</p>','<p>ordított</p>','<div class=\"li_content\">He <strong>roared</strong> and slammed his fists against the ground.</div>','2016-04-22 10:51:54'),(99,8,'<p>howled</p>','<p>üvöltött</p>','<p><span>The wind </span><strong>howled.</strong></p>','2016-04-22 10:52:24'),(100,8,'<p>whooped</p>','<p>ujjong</p>','','2016-04-22 10:45:55'),(101,8,'<p>snickered</p>','<p>kuncogás</p>','<div class=\"li_content\">I must have <strong>snickered</strong> involuntarily.</div>','2016-04-24 08:38:04'),(102,8,'<p>guffawed</p>','<p>hahotázás</p>','<p><span>The men </span><strong>guffawed</strong><span> until Davis\'s voice broke in, low and steady.</span><span><br /></span></p>','2016-04-24 08:38:21'),(103,8,'<p>shrieked</p>','<p>visította</p>','<div class=\"li_content\">The man <strong>shrieked</strong> unnaturally.</div>','2016-04-22 10:55:38'),(104,8,'<p>grinned</p>','<p>vigyorgott</p>','<div class=\"li_content\">She <strong>grinned</strong>, enjoying her newfound abilities.</div>','2016-04-22 10:56:26'),(105,8,'<p>cackled</p>','<p>felkárogott</p>','<p><span>She cackled at the poor man. \"<span>So it is that you have one wish left.\"</span></span></p>','2016-04-22 10:57:26'),(106,8,'<p>bellowed</p>','<p>bömbölte</p>','<p><span>Toni </span><strong>bellowed</strong><span>, tearing after her.</span></p>','2016-04-22 10:57:50'),(107,8,'<p>chortled</p>','<p>röhincsélt</p>','<p><span>There is always the original: \"He <strong>chortled</strong> in his joy!\"</span></p>','2016-04-22 10:59:58'),(108,9,'<p>like</p>','<p>kedvel</p>','<p><span>Do you </span><strong>like</strong><span> snow?</span></p>','2016-04-22 11:17:54'),(109,9,'<p>admire</p>','<p>csodál</p>','<p><span>I </span><strong>admire</strong><span> your courage.</span></p>','2016-04-22 11:18:24'),(110,9,'<p>approve</p>','<p>helyesel</p>','<p><span>I can\'t </span><strong>approve</strong><span> the plan.</span></p>','2016-04-22 11:18:53'),(111,9,'<p>adore</p>','<p>rajong</p>','<p>I <strong>adore</strong> the opera.</p>','2016-04-22 11:19:35'),(112,9,'<p>treasure</p>','<p>kincs</p>','<p><span>Tom finally figured out where the </span><strong>treasure</strong><span> was hidden.</span></p>','2016-04-22 11:20:25'),(113,9,'<p>fancy</p>','<p>díszes</p>','<p><span>Her gaze landed on the dining room, which looked much like that of a </span><strong>fancy</strong><span> restaurant.</span><span><br /></span></p>','2016-04-22 11:21:13'),(114,9,'<p>marvel</p>','<p>csoda</p>','<p><span>She has a </span><strong>marvelous</strong><span> sense of humor.</span></p>','2016-04-22 11:22:04'),(115,9,'<p>appreciate</p>','<p>értékelni</p>','<div class=\"li_content\">Any help you can give will be greatly <strong>appreciated</strong>.</div>','2016-04-22 11:24:48'),(116,9,'<p>respect</p>','<p>tisztel</p>','<p><span>You can\'t buy </span><strong>respect</strong><span>.</span></p>','2016-04-22 11:25:23'),(117,9,'<p>cherish</p>','<p>dédelget</p>','<p><span>She </span><strong>cherished</strong><span> his old love letters.</span></p>','2016-04-22 11:26:00'),(118,9,'<p>fond</p>','<p>szerető</p>','<p><span>Are you </span><strong>fond</strong><span> of swimming?</span></p>','2016-04-22 11:27:12'),(119,9,'<p>desire</p>','<p>kívánság</p>','<p><span>Tom has no </span><strong>desire</strong><span> to study French.</span></p>','2016-04-22 11:27:41'),(120,9,'<p>enjoy</p>','<p>élvez</p>','<p><span>Did you </span><strong>enjoy</strong><span> the party yesterday?</span></p>','2016-04-22 11:28:06'),(121,10,'<p>big</p>','<p>nagy</p>','<p><span>A </span><strong>big</strong><span> typhoon is approaching.</span></p>','2016-04-25 05:08:49'),(122,10,'<p>huge</p>','<p>hatalmas</p>','<p><span>Tom has a </span><strong>huge</strong><span> bruise on his right leg.</span></p>','2016-04-25 05:09:47'),(123,10,'<p>giant</p>','<p>óriás</p>','<p><strong>Giant</strong><span> pandas live only in China.</span></p>','2016-04-25 05:10:23'),(124,10,'<p>gigantic</p>','<p>óriási</p>','<p><span>She owns a </span><strong>gigantic</strong><span> house.</span></p>','2016-04-25 05:11:14'),(125,10,'<p>enormous</p>','<p>hatalmas</p>','<p><span>An elephant is an </span><strong>enormous</strong><span> animal.</span></p>','2016-04-25 05:11:58'),(126,10,'<p>large</p>','<p>terjedelmes</p>','<p><span>Japan is not as </span><strong>large</strong><span> as Canada.</span></p>','2016-04-25 05:12:22'),(127,10,'<p>massive</p>','<p>tömeges</p>','<p><span>A portion of the island was destroyed by the </span><strong>massive</strong><span> waves.</span></p>','2016-04-25 05:12:56'),(128,10,'<p>colossal</p>','<p>óriási</p>','<p><span>That was a </span><strong>colossal</strong><span> waste of time.</span></p>','2016-04-25 05:13:27'),(129,10,'<p>immense</p>','<p>óriási</p>','<p><span>Technology has given us </span><strong>immense</strong><span> power.</span></p>','2016-04-25 05:13:57'),(130,10,'<p>bulky</p>','<p>terjedelmes</p>','<p><span>There lay on his table at night a letter; a </span><strong>bulky</strong><span> letter.</span></p>','2016-04-25 05:15:31'),(131,10,'<p>hefty</p>','<p>nehéz</p>','<p><span>The frustrated tennis player smashed his racquet on the court and incurred a </span><strong>hefty</strong><span> fine.</span></p>','2016-04-25 05:16:21'),(132,10,'<p>tremendous</p>','<p>borzasztó</p>','<p><span>You speak </span><strong>tremendously</strong><span> fast.</span></p>','2016-04-25 05:16:53'),(133,10,'<p>jumbo</p>','<p>óriási</p>','<p><span>She cut up the entire water melon and stored it in a <strong>jumbo</strong>-sized plastic bag.</span></p>','2016-04-25 05:17:50'),(134,11,'<p>little</p>','<p>kicsi</p>','<p><span>I have a </span><strong>little</strong><span> money.</span></p>','2016-04-26 05:18:03'),(135,11,'<p>small</p>','<p>kicsi</p>','<p><span>She surprised him with a </span><strong>small</strong><span> gift.</span></p>','2016-04-26 05:18:38'),(136,11,'<p>tiny</p>','<p>apró</p>','<p><span>A </span><strong>tiny</strong><span> object moved in the dark.</span></p>','2016-04-26 05:19:06'),(137,11,'<p>petite</p>','<p>kicsi</p>','<p><span>The <strong>petite</strong> girl has to ask for help reaching something off of the ladder because it was to tall for her to reach.</span></p>','2016-04-26 05:19:38'),(138,11,'<p>miniature</p>','<p>miniatűr</p>','<p><span>He stared at that detailed </span><strong>miniature</strong><span> model of a dinosaur.</span></p>','2016-04-26 05:20:05'),(139,11,'<p>teeny</p>','<p>pici</p>','<p>I\'ll just have a <strong>teeny</strong> piece of cake.</p>','2016-04-26 05:20:53'),(140,11,'<p>itsy-bitsy</p>','<p>ici pici</p>','<p><span><strong>Itsy Bitsy</strong> spider climbed up the water spout.</span></p>','2016-04-26 05:21:57'),(141,11,'<p>miniscule</p>','<p>parányi</p>','<p><span>Many fast food workers are quitting their jobs because of <strong>minuscule</strong> salaries.</span></p>','2016-04-26 05:23:32'),(142,11,'<p>mini</p>','<p>mini</p>','<div class=\"li_content\">She wore black leggings and a <strong>mini-skirt</strong> with a dropped waistline.</div>','2016-04-26 05:24:18'),(143,11,'<p>minute</p>','<p>perc</p>','<p><span>Could I see you a </span><strong>minute</strong><span>, please?</span></p>','2016-04-26 05:25:04'),(144,11,'<p>microscopic</p>','<p>mikroszkopikus</p>','<p><span>I brought some <strong>microscopic</strong> studies of the cellular structure that I got hold of.</span></p>','2016-04-26 05:26:15'),(145,11,'<p>skimpy</p>','<p>fukar</p>','<p><span>You can\'t go out in that <strong>skimpy</strong> dress - it shows your underwear.</span></p>','2016-04-26 05:27:04'),(146,11,'<p>wee</p>','<p>pindurka</p>','<p><span>The baby has done a <strong>wee</strong> in his potty.</span></p>','2016-04-26 05:28:52'),(147,12,'<p>ran</p>','<p>futott</p>','<p><span>We </span><strong>ran</strong><span> after the thief.</span></p>','2016-04-27 05:16:19'),(148,12,'<p>speed</p>','<p>sebesség</p>','<p><span>The train gained </span><strong>speed</strong><span> gradually.</span></p>','2016-04-27 05:16:56'),(149,12,'<p>hurried</p>','<p>sietős</p>','<p><span>I <strong>hurried</strong> so as not to miss the train.</span></p>','2016-04-27 05:17:23'),(150,12,'<p>sprinted</p>','<p>rohanni</p>','<div class=\"li_content\">They <strong>sprinted</strong>, only to find the interloper faster.</div>','2016-04-27 05:21:43'),(151,12,'<p>jogged</p>','<p>kocogás</p>','<div class=\"li_content\">Claire <strong>jogged</strong> to one of the trees and lifted a small satchel from its roots.</div>','2016-04-27 16:03:40'),(152,12,'<p>rushed</p>','<p>rohant</p>','<div class=\"li_content\">They <strong>rushed</strong> suddenly into the village.</div>','2016-04-27 05:22:30'),(153,12,'<p>galloped</p>','<p>vágtatott</p>','<p><span>I saw a horse </span><strong>galloping</strong><span> toward me.</span></p>','2016-04-27 05:23:08'),(154,12,'<p>hustled</p>','<p>sietetteni, lökdösődik</p>','<p><span>Are you </span><strong>hustling</strong><span> me?</span></p>','2016-04-27 16:04:59'),(155,12,'<p>skipped</p>','<p>kihagy, átugrik</p>','<div class=\"li_content\">It was past noon and she had <strong>skipped</strong> breakfast.</div>','2016-04-27 05:24:09'),(156,12,'<p>raced</p>','<p>versenyzett</p>','<div class=\"li_content\">A police car <strong>raced</strong> by with its siren screaming.</div>','2016-04-27 05:26:00'),(157,12,'<p>dashed</p>','<p>kirohani, szaggatott</p>','<div class=\"li_content\">She <strong>dashed</strong> out the door and jumped into the car.</div>','2016-04-27 16:06:36'),(158,12,'<p>fled</p>','<p>elmenekült</p>','<div class=\"li_content\">One army <strong>fled</strong> and the other pursued.</div>','2016-04-27 05:26:56'),(159,13,'<p>walked</p>','<p>jár, sétál</p>','<div class=\"li_content\">She shrugged and then <strong>walked</strong> away.</div>','2016-04-29 05:18:02'),(160,13,'<p>strolled</p>','<p>kószál</p>','<div class=\"li_content\">I <strong>strolled</strong> a discrete distance from her side as we entered the gardens.</div>','2016-04-29 05:18:42'),(161,13,'<p>sauntered</p>','<p>elbalagni</p>','<div class=\"li_content\">She <strong>sauntered</strong> over to him with her hands behind her back.</div>','2016-04-30 07:47:15'),(162,13,'<p>tiptoed</p>','<p>lábujjhegyen</p>','<div class=\"li_content\">She <strong>tiptoed</strong> to the kitchen and peeked in.</div>','2016-04-29 05:20:49'),(163,13,'<p>trotted</p>','<p>ügetett</p>','<div class=\"li_content\">Toni <strong>trotted</strong> down the stairwell leading to the main house.</div>','2016-04-29 05:21:22'),(164,13,'<p>marched</p>','<p>vonult</p>','<div class=\"li_content\">She whirled and <strong>marched</strong> into the kitchen.</div>','2016-04-29 05:25:51'),(165,13,'<p>glided</p>','<p>siklott</p>','<div class=\"li_content\">The ceilings were <strong>gilded</strong>, the chandeliers dripping with crystals.</div>','2016-04-29 05:33:31'),(166,13,'<p>strutted</p>','<p>kevély járás</p>','<p>I saw the rooster <strong>strut</strong> around the chicken\'s area every morning.</p>','2016-04-30 07:51:34'),(167,13,'<p>shuffled</p>','<p>csoszogott</p>','<div class=\"li_content\">The boy <strong>shuffled</strong> his feet, looking down at the ground.</div>','2016-04-29 05:42:05'),(168,13,'<p>crept</p>','<p>lopódzott</p>','<div class=\"li_content\">They cautiously <strong>crept</strong> around the dune.</div>','2016-04-29 05:42:42'),(169,13,'<p>treaded</p>','<p>járás</p>','<div class=\"li_content\">She <strong>treaded</strong> to him and pulled his head down to kiss her then nudged it aside instead to reach his neck.</div>','2016-04-29 05:43:02'),(170,13,'<p>hiked</p>','<p>vándorolt</p>','<div class=\"li_content\">I <strong>hiked</strong> up the path, all the way to the reservoir.</div>','2016-04-29 05:43:21'),(171,13,'<p>paraded</p>','<p>parádézott</p>','<div class=\"li_content\">She was shyly <strong>paraded</strong> forward and introduced by a beaming Fred O\'Connor.</div>','2016-04-29 05:44:57'),(172,14,'<p>pretty</p>','<p>csinos</p>','<p><span>She has a </span><strong>pretty</strong><span> doll.</span></p>','2016-05-03 08:01:08'),(173,14,'<p>beautiful</p>','<p>szép</p>','<p><span>Did you see the sunset earlier? It was really </span><strong>beautiful</strong><span>.</span></p>','2016-05-03 08:01:54'),(174,14,'<p>gorgeous</p>','<p>gyönyörű</p>','<p><span>What a </span><strong>gorgeous</strong><span> sunset! Let\'s hang around for a couple of minutes and watch it.</span></p>','2016-05-03 08:03:15'),(175,14,'<p>appealing</p>','<p>megnyerő</p>','<p><span>Nothing is so </span><strong>appealing</strong><span> as the innocent face of a sleeping baby.</span></p>','2016-05-05 16:11:47'),(176,14,'<p>cute</p>','<p>aranyos</p>','<p><span>Even without makeup, she\'s very </span><strong>cute</strong><span>.</span></p>','2016-05-03 08:07:44'),(177,14,'<p>lovely</p>','<p>bájos</p>','<p><span>I\'ve never seen such a </span><strong>lovely</strong><span> girl.</span></p>','2016-05-03 08:08:21'),(178,14,'<p>exquisite</p>','<p>kitűnő, tökéletes</p>','<p><span>The tourists were fascinated with the </span><strong>exquisite</strong><span> scenery.</span></p>','2016-05-03 08:08:55'),(179,14,'<p>attractive</p>','<p>vonzó</p>','<p><span>The older he grew, the more </span><strong>attractive</strong><span> he became.</span></p>','2016-05-03 08:10:19'),(180,14,'<p>elegant</p>','<p>elegáns</p>','<p><span>A very elderly couple is having an </span><strong>elegant</strong><span> dinner to celebrate their 75th wedding anniversary.</span></p>','2016-05-03 08:11:03'),(181,14,'<p>handsome</p>','<p>jóképű</p>','<p><span>He looked quite </span><strong>handsome</strong><span> in his suit and tie. </span></p>','2016-05-03 08:12:06'),(182,14,'<p>stunning</p>','<p>lenyűgöző</p>','<div class=\"li_content\">Inside she found a <strong>stunning</strong> pair of diamond and ruby drop earrings.</div>','2016-05-03 08:12:33'),(183,14,'<p>fair</p>','<p>szép</p>','<p>They say the lady is virtuous and <strong>fair</strong>.</p>','2016-05-05 16:14:32'),(184,14,'<p>dazzling</p>','<p>káprázatos</p>','<p><span>It was another day of <strong>dazzling</strong> brightness and intense heat.</span><span><br /></span></p>','2016-05-05 16:14:51'),(185,15,'<p>looked</p>','<p>nézett</p>','<div class=\"li_content\">He <strong>looked</strong> back and saw the innkeeper still standing by the door.</div>','2016-05-04 08:29:28'),(186,15,'<p>gazed</p>','<p>bámul</p>','<p><span>She </span><strong>gazed</strong><span> up into his eyes that were full of tenderness.</span><span><br /></span></p>','2016-05-05 16:15:37'),(187,15,'<p>examined</p>','<p>vizsgált</p>','<div class=\"li_content\">He took the hat and <strong>examined</strong> it carefully, returning it afterward to the Wizard.</div>','2016-05-04 08:31:03'),(188,15,'<p>glanced</p>','<p>pillantott</p>','<div class=\"li_content\">He <strong>glanced</strong> up and smiled when she came in, his gaze drifting from her to the door.</div>','2016-05-04 08:32:17'),(189,15,'<p>viewed</p>','<p>megnéz</p>','<p>I <strong>viewed</strong> your profile on Facebook yesterday.</p>','2016-05-04 08:44:36'),(190,15,'<p>observed</p>','<p>megfigyelt</p>','<p><span>My hands felt every object and </span><strong>observed</strong><span> every motion, and in this way I learned to know many things.</span><span><br /></span></p>','2016-05-04 08:34:59'),(191,15,'<p>peeked</p>','<p>kukucskál</p>','<p><span>Carmen </span><strong>peeked</strong><span> out the window and saw the blue BMW.</span><span><br /></span></p>','2016-05-04 08:35:44'),(192,15,'<p>stared</p>','<p>mereven néz</p>','<div class=\"li_content\">She <strong>stared</strong> up at his face, but he ignored her.</div>','2016-05-04 08:36:10'),(193,15,'<p>watched</p>','<p>figyelte</p>','<div class=\"li_content\">A deer <strong>watched</strong> them from the trees.</div>','2016-05-04 08:38:03'),(194,15,'<p>inspected</p>','<p>ellenőrzött</p>','<div class=\"li_content\">Foods and drugs have been <strong>inspected</strong> since 1882.</div>','2016-05-04 08:38:34'),(195,15,'<p>spied</p>','<p>kémkedett</p>','<p><span>Standing at the car digging in her purse for the key, she </span><strong>spied</strong><span> Alex\'s truck.</span><span><br /></span></p>','2016-05-04 08:39:14'),(196,15,'<p>noticed</p>','<p>észrevette</p>','<p><span>As she glanced into the last bedroom, she </span><strong>noticed</strong><span> it had a patio door.</span><span><br /></span></p>','2016-05-04 08:39:51');
/*!40000 ALTER TABLE `other_ways_words` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `websites`
--

DROP TABLE IF EXISTS `websites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `websites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `websites`
--

LOCK TABLES `websites` WRITE;
/*!40000 ALTER TABLE `websites` DISABLE KEYS */;
INSERT INTO `websites` VALUES (1,'https://www.ego4u.com/','','2015-10-21 12:20:19'),(2,'http://www.englishpage.com/','Grammar','2015-10-21 17:05:32'),(3,'https://www.englishclub.com/vocabulary/irregular-verbs-list.htm','Irregular Verbs1','2015-10-21 17:19:19'),(4,'http://www.englishpage.com/verbpage/verbs1.htm','Homework Lesson 3 Simple present and present continuous exercises 1','2015-10-25 13:55:26'),(5,'http://www.englishpage.com/verbpage/verbs2.htm','Homework Lesson 3 Simple present and present continuous exercises 2','2015-10-25 13:55:37'),(6,'https://www.ego4u.com/en/cram-up/tests/simple-present-1','Homework Lesson 3<br>','2015-10-24 11:17:53'),(7,'https://www.ego4u.com/en/cram-up/tests/simple-present-2','Homework Lesson 3<br>','2015-10-24 11:17:46'),(8,'https://www.ego4u.com/en/cram-up/tests/simple-present-3','Homework Lesson 3<br>','2015-10-24 11:17:38'),(9,'https://www.ego4u.com/en/cram-up/tests/present-progressive-1','Homework Lesson 3<br>','2015-10-24 11:17:27'),(10,'https://www.ego4u.com/en/cram-up/tests/present-progressive-2','Homework Lesson 3<br>','2015-10-24 11:17:20'),(11,'https://www.ego4u.com/en/cram-up/tests/present-progressive-3','Homework Lesson 3<br>','2015-10-24 11:17:12'),(12,'http://agendaweb.org/','Exercises collections','2015-10-28 09:51:12'),(13,'http://www.reverso.net/text_translation.aspx?lang=EN','','2015-11-08 07:30:37'),(14,'http://www.edufind.com','','2015-11-10 11:16:14'),(15,'https://onedrive.live.com/redir?resid=91912CBF6C6C2AF6!5141&authkey=!AD7P8PBcutJ92w4&ithint=folder,pdf','<p>BEA & RUDI FILES</p>','2015-11-10 19:29:35'),(16,'http://www.angolkerdezzfelelek.hu/angol-tesztek/','','2015-12-05 08:48:21'),(17,'http://first-english.org/','','2015-12-05 12:37:49'),(18,'http://speechyard.com/us/','','2015-12-10 12:50:58'),(19,'http://www.autoenglish.org','','2016-01-22 12:14:15'),(20,'http://www.havefunteaching.com/?s=spelling','<p>SPELLING</p>','2016-01-09 12:55:38'),(21,'https://www.anglo-link.com/index.php?/home','','2016-01-16 06:17:47'),(22,'http://justenglish.me/2014/04/18/synonyms-for-the-96-most-commonly-used-words-in-english/','<p><strong>SYNONYMS</strong></p>','2016-03-20 09:01:43'),(23,'https://books.google.ro/books?id=AQMiCwAAQBAJ&pg=PT103&lpg=PT103&dq=rendben+nem+gond+angolul&source=bl&ots=KYOeWPdq9M&sig=oDM0ENcH-qAKHRyXtwdFbhI6Juo&hl=en&sa=X&ved=0ahUKEwj9oJ2tnvXLAhXGHJoKHX75Du4Q6AEIMzAF#v=onepage&q=rendben nem gond angolul&f=false','<p>Phrases</p>','2016-04-04 14:55:52'),(24,'http://www.engvid.com/','<p>ep01<br />In a flashback Gale was unpacking the new high-tech lab equipment while Gus was visiting Gale in the lab to check on his work.<br />Gale analyzed the blue meth that Gus had given him. Gale said that the purity of the meth is beyond the purity that he or anyone else he knows of could produce.</p>\r\n<p>Back in the present Victor arrived at Gale\'s home and found Gale dead. Outside Victor spotted Jesse in his car. Victor jumpped in the car and oredered J to drive.</p>\r\n<p>At the lab Walt and Mike were waiting when victor returned with j. W thought that J failed.<br />Mike asked if Victor sweeped of Gale\'s home. Victor replied that he couldn\'t because people were already there.</p>\r\n<p>In the next morning M appeard at Skyler\'s house with a stack of unpaid medical bills. Marie saw W\'s car so she assumed that W and S reunited.<br />After Marie left, S moved W\'s car to a nearby street so W J won\'t ask questions when he wokes up.</p>\r\n<p>Back at the lab W explained tok Mike and Victor the fact that he\'s the only one who can maintain the meth production schedule. In response for that Victor was starting the equipment and he was cooking by himself.</p>\r\n<p>Saul was looking for bugs in his office when he received a call from S asking where W is. Saul lied and said that W is fine; then he told his new bodyguard Huell that they might need to leave town.</p>\r\n<p>Skylre droves with Holl to W\'s home, but he wasn\'t at home so S had opened the door with the help of a locksmith. S was searching the apartment but she found no clues of W\'s whereabouts.</p>\r\n<p>Meanwhile Marie was feeling good for Hank\'s progress in physical therapy. Hank said that she was exaggerating because he only walked sixteen feet in twenty minutes.</p>\r\n<p>At the lab W was waiting and hopping for Victor to miss a step in the cook, actually he didn\'t.<br />When Gus arrived W tried to defend his and Jesses\'s actions. Gus didn\'t say anything then he changed into one of the lab\'s sutis. W was trying to convince Gus that he and J are only can cook. and they are still needed. Victor said that he knows the recipe as he had memorised all the steps. Gus picked up a box-cutter and walked toward W and J. then he walked behind Victor and surprisingly sliced his throat. After that Gus was walking away dropped the box cutter and changed back into his street clothes. From the top of the stairs he looked back down and ordered them to get back to work.</p>\r\n<p>As mike watched W and J dropped Victor\'s dead body into a plastic barrel then pour in acid. The drum was shipped off with a lot of hazardous material.</p>\r\n<p>Later at a dinner J was eating while W apppeared and he asked J what their next move should be because he thought that they have bought time until Gus find another chemist. J disaggreed with W.</p>\r\n<p>W arrived at S\'s house in a cab but couldn\'t find his car. S met him in the driveway and told him she moved it to avoid questiosn from W Jr. W found his car and returned home.</p>\r\n<p> </p>\r\n<p>ep02</p>\r\n<p>ep02<br />In a motel room W purchased a gun from a gun dealer recommended by Saul.<br />The dealer advised W to practice.</p>\r\n<p>At a bar Mike discovered Victor\'s dried blood on his jacket sleeve. He wiped it off.</p>\r\n<p>J showed off his new sound system to Badger and Skinny Pete. They were drinking and playing video games when J decided to throw a party therefore the house got quickly filled with a lot of people drinking and dancing.</p>\r\n<p>At his home W was parcticing drawing the gun.</p>\r\n<p>Meanwhile at Hank\'s home in the middle of the ninght Hank was examining his minerals while Marie was arguing with him about that.</p>\r\n<p>In the next morning W and S were discussing about their intention to buy a car wash. S was willing to talk directly with Saul but W couldn\'t want to let it happen so they were talking over it.</p>\r\n<p>At J\'s home in the morning after the party he orderd Badger to buy everyone breakfast and keep the party going until he returns.</p>\r\n<p>At the lab, W with the gun in his belt was waiting for Gus to arrive. Actually, Tycus arrived who\'s Victor replacement. Tyrus wanted to pick up the batch when Mike demanded a second weighing. W asked to see Gus but Mike replied \"You\'re never gonna see him again\".</p>\r\n<p>Skyler was watching the car wash from across the street and counting the customers of it. She was making an idea of how much this business can earn.</p>\r\n<p>At J\'s house the party was still going on when Andrea arrived asked J if he sent her an envelope of cash the night her brother\'s killers were murdered. J said that he did then asked her to use the money to buy a house at a better neighborhood.</p>\r\n<p>Later in the night W went to Gus\'s house with the gun in his hand when Tyrus called him told him to go home. Walter was looking around but he can\'t see Tyrus, so he figured out that his every move is watched.</p>\r\n<p>AT the car wash S approached Bogdan with a proposal to buy his business. Bogand wanted too much money for the business.</p>\r\n<p>W at a bar was telling Mike he did his last move to protect Jesses and himself. W was trying to convince Mike to help him to get rid off gus. As a response Mike knocked Walt to the floor with a punch.</p>\r\n<p>Jesses\' party has finished.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>page145 / 72.2<br />page147 / 73.2<br />page149 / 74.3<br />75.4<br />77.2<br />77.3</p>','2016-05-09 11:46:08'),(25,'http://www.angol-tanulas.hu/68/angol-mult-ido-teszt-present-perfect-igeido/','','2016-07-05 10:18:19');
/*!40000 ALTER TABLE `websites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `words`
--

DROP TABLE IF EXISTS `words`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `words` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `lesson_id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL COMMENT 'word, expression',
  `homework` tinyint(1) NOT NULL DEFAULT '0',
  `eng` text NOT NULL,
  `hun` text NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `lesson_id` (`lesson_id`)
) ENGINE=InnoDB AUTO_INCREMENT=800 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `words`
--

LOCK TABLES `words` WRITE;
/*!40000 ALTER TABLE `words` DISABLE KEYS */;
INSERT INTO `words` VALUES (1,1,'word',0,'noun','főnév','book, girl, pen, ball, person, man','2015-10-21 09:15:33'),(2,1,'word',0,'adverb','határozószó','slowly, badly, actively, carefully, deeply, daily, kindly','2015-10-21 09:15:59'),(3,1,'word',0,'preposition','prepozíció, elöljáró','in, on, by, at, since, for, ago, before, to, till, until, next to, beside, into, towards, through','2015-10-21 09:12:23'),(4,1,'expression',0,'Have a good journey','Jó utat, kirándulást','somebody is going away','2015-10-21 09:21:16'),(5,1,'expression',0,'Do you have a moment?','Van egy perced?','have some time','2015-10-21 09:23:18'),(6,1,'expression',0,'I\'ve got three sisters. Have you got any brothers and sisters?','Van három nővérem. Vannak testvéreid?','have+got (speking/informal) = have(writing/formal)','2015-10-21 09:26:11'),(7,1,'expression',0,'The museum\'s not free. You have to pay $10 to go in.','A múzeum nem ingyenes. 10 dollárt kell fizetni a belépésért.','have to = must to do something','2015-10-21 09:28:10'),(8,1,'expression',0,'have a shower','tussol','','2015-10-21 14:30:40'),(9,1,'expression',0,'Got / Catch A Cold','megfázni','','2015-10-21 14:31:30'),(10,1,'word',0,'sister-in-law','sógornő','','2015-10-21 14:32:50'),(11,1,'word',0,'aunt','nagynéni','','2015-10-21 14:33:04'),(12,1,'word',0,'mug','bögre','','2015-10-21 14:33:30'),(13,1,'expression',0,'Have An Appointment','Időpont','orvos, ügyvéd, fodráasz stb.','2015-10-21 14:34:32'),(14,1,'expression',0,'Have a swim','úszás','','2015-10-21 14:36:51'),(15,1,'word',0,'To Sneeze','tüszenteni','Egészségedre = Bless you!','2015-10-21 14:38:30'),(16,1,'word',0,'Snoring','horkolás','','2015-10-21 14:39:13'),(18,2,'sentence',0,'He play<b>s</b> the piano','Ő zongorázik','vb+s','2015-10-22 06:06:50'),(19,2,'sentence',0,'He do<b>es</b>n\'t need help now','Ő neki nincs szüksége segitségre most','do+es+vb','2015-10-22 06:26:51'),(20,2,'sentence',0,'He live<b>s</b> at 13 Cool Lane','Ő a 13-as utcán lakik','vb+s','2015-10-22 06:42:40'),(21,2,'sentence',0,'He wash<b>es</b> his dog','Ő megmossa a kutyáját','vb+es<br>-ch, -s, -ss, -sh, -x, -o: s => es<br>watch, kiss, pass, brush, relax, do','2015-10-22 06:27:09'),(22,2,'sentence',0,'She like<b>s</b> dogs','Ő szereti a kutyákat','vb+s','2015-10-22 06:27:19'),(23,2,'sentence',0,'She play<b>s</b> softball','Ő szoftballt játszik','vb+s','2015-10-22 06:27:29'),(24,2,'sentence',0,'She read<b>s</b> books everyday','Ő könyveket olvas minden nap','vb+s','2015-10-22 06:27:44'),(25,2,'sentence',0,'She do<b>es</b> homework','Ő megírja a házifeladatait','do+es','2015-10-22 06:28:05'),(26,2,'sentence',0,'She go<b>es</b> to school','Ő iskolába megy','go =&gt; goes<br>-ch, -s, -ss, -sh, -x, -o: s => es<br>watch, kiss, pass, brush, relax, do<br>','2015-10-22 06:27:55'),(27,2,'sentence',0,'He work<b>s</b> at the fire station','Ő a tűzoltóságon dolgozik','Firefighter vb+s','2015-10-22 06:32:03'),(28,2,'sentence',0,'He help<b>s</b> people','Ő segít az embereken','Firefighter vb+s','2015-10-22 06:28:30'),(29,2,'sentence',0,'He fight<b>s</b> fire','Ő tűzzel harcol','Firefighter vb+s','2015-10-22 06:28:33'),(30,2,'sentence',0,'He drive<b>s</b> the fire truck','Ő vezeti a tűzoltó autót','Firefighter vb+s','2015-10-22 06:28:37'),(31,2,'sentence',0,'She work<b>s</b> at a hospital','Ő egy korházban dolgozik','Doktornő vb+s','2015-10-22 06:28:39'),(32,2,'sentence',0,'She give<b>s</b> shots','Ő injekciókat ad','Doktornő vb+s','2015-10-22 06:32:11'),(33,2,'sentence',0,'She help<b>s</b> people','Ő segít az embereken','Doktornő vb+s','2015-10-22 06:28:43'),(34,2,'sentence',0,'She give<b>s</b> medicine / drug','Ő gyógyszert ad','Doktornő vb+s','2015-10-22 06:29:45'),(35,2,'sentence',0,'He fli<b>es</b> airplane','Repül repülőgépen','Pilota vb+ies &nbsp;y =&gt; ies','2015-10-24 05:05:39'),(36,2,'sentence',0,'He wear<b>s</b> a helmet','Ő sisakot visel','Pilóta vb+s','2015-10-22 14:11:42'),(37,2,'sentence',0,'He watch<b>es</b> training videos','Ő oktató videókat nézz','Pilóta vb+es','2015-10-22 06:29:30'),(38,2,'sentence',0,'He <b>has</b> a dangerous job','Ő neki veszélyes munkája van','Pilóta have =&gt; has','2015-10-22 06:30:24'),(39,2,'sentence',0,'She pull<b>s</b> teeth','Ő fogat húzz','Fogorvosnő vb+s','2015-10-22 06:28:46'),(40,2,'sentence',0,'She wear<b>s</b> a uniform','Ő egyenruhát visel','Fogrovosnő vb+s','2015-10-22 06:30:09'),(41,2,'sentence',0,'She stud<b>ies</b> hard','Ő keményen tanul','Fogorvosnő study =&gt; studies (y =&gt; ies)','2015-10-24 05:06:25'),(42,2,'sentence',0,'She clean<b>s</b> teeth','Ő fogat tisztít','Fogorvosnő vb+s','2015-10-22 06:06:13'),(43,2,'sentence',0,'<p>She <strong>has</strong> a drill</p>','<p>Ő neki van egy fúrója</p>','<p>Fogorvosnő have => has</p>','2015-11-08 11:52:01'),(44,2,'sentence',0,'<p>Do you play tennis?</p>','<p>Tenisszezel?</p>','<p>1.) I do play tennis. <br />2.) Yes I do play tennis. <br />3.) Yes I do.</p>','2015-11-10 10:40:41'),(45,2,'sentence',0,'Does he play tennis?','Ő teniszezik?','1.) He does play tennis.<br>2.) Yes, he does play tennis.<br>3.) Yes, he does.<br><br>','2015-10-24 05:38:55'),(46,2,'sentence',0,'Does she like snakes?','Szereti ő a kígyókat?','1.) She doesn\'t like snakes.<br>2.) No she doesn\'t like snakes.<br>3.) She doesn\'t.<br>','2015-10-24 05:07:40'),(47,2,'sentence',0,'<p>Does she like fried chicken?</p>','<p>Szereti ő a sültkrumplit?</p>','<p>1.) Yes she like<strong>s</strong> fried chicken. <br />2.) Yes she do<strong>es</strong> like fried chiken. <br />3.) Yes, she do<strong>es</strong>.</p>','2015-11-10 10:40:50'),(48,2,'sentence',0,'<p>Does Ann have brothers?</p>','<p>Vannak testvérei Annnek?</p>','<p>Yes she has brothers.</p>','2015-11-10 10:40:53'),(49,2,'sentence',0,'<p>Does Ann like snakes?</p>','<p>Szereti-e Ann a kígyókat?</p>','<p>No, she doesn\'t like snakes.</p>','2015-11-10 10:40:58'),(50,2,'sentence',0,'<p>Does Ann play sports after school?</p>','<p>Sportol Ann iskola után?</p>','<p>Yes, she does play sports after school</p>','2015-11-10 10:41:03'),(51,2,'sentence',0,'<p>Does Frank can play drum?</p>','<p>Frank tud dobolni?</p>','<p>Yes, he does can play drum.</p>','2015-11-10 10:41:07'),(52,2,'sentence',0,'Does Frank play sports after school?','Frank sportol iskola után?','He do sports after school.','2015-10-24 06:22:45'),(53,2,'sentence',0,'Does Frank like hot dogs?','Szereti-e Frank a hot-dogot?','Yes, he does like hot dogs,','2015-10-22 06:31:22'),(54,2,'sentence',0,'<p>Does Frank live at 1 Cat Street?</p>','<p>Az 1 Cat utcán él Frank?</p>','<p>1.) Yes he lives at 1 Cat Street. <br />2.) Yes he does live at 1 Cat Street. <br />3.) Yes he does.</p>','2015-11-10 10:41:16'),(55,2,'sentence',0,'Does Lynn play football?','Focizik Lynn?','1.) Yes, she does.\r\n<br>2.) Yes, she does play football.\r\n<br>3.) Yes she plays football.','2015-10-25 05:53:18'),(56,2,'sentence',0,'Does Lynn like mosquitoes?','Szereti-e Lynn a szúnyogokat?','1.) No, she doesn\'t.\r\n<br>2.) No, Lynn doesn\'t like mosquitoes.\r\n<br>3.) No, Lynn don\'t likes mosquitoes.','2015-10-24 06:23:26'),(57,2,'sentence',0,'Does Lynn has 11 years old?','Lynn 11 éves?','1.) Yes, Lynn has 11 years old.<br>2.) Yes, she has.','2015-10-22 06:31:55'),(58,2,'sentence',0,'Does Lynn can play flute?','Tud Lynn fuvolázni?','1.) Yes, she does play flute.<br>2.) Yes she plays flute.<br>3.) Yes she does.<br>','2015-10-25 05:54:30'),(59,2,'word',0,'dawn','hajnal','6:00am dawn/sunrise','2015-10-21 18:31:04'),(60,2,'word',0,'sunrise','napfelkelte','6;00am dawn/sunrise','2015-10-21 18:31:30'),(61,2,'word',0,'sunset','napnyugta','6:00pm sunset/dusk','2015-10-21 18:31:59'),(62,2,'word',0,'dusk','szürkület','6:00pm sunset/dusk','2015-10-21 18:32:20'),(63,2,'sentence',0,'10:30 AM','10:30 AM','1.) Ten past thirty minutes.\r\n<br>2.) Half past ten.','2015-10-22 06:30:01'),(64,2,'word',0,'10:45 AM','10:45 AM','1.) It\'s quarter to eleven.\r\n<br>2.) It\'s fifteen to eleven.','2015-10-22 05:23:08'),(65,2,'sentence',0,'<p>11:05 PM</p>','<p>11:05 PM</p>','<p>It\'s five past eleven.</p>','2015-11-10 11:23:00'),(66,2,'word',0,'12:00','12:00','1.) It\'s twelve o\'clock.\r\n<br>2.) Twelve o\'clock.','2015-10-22 05:10:57'),(67,2,'sentence',0,'What\'s the time?','Hány óra van?','','2015-10-22 06:32:31'),(68,2,'sentence',0,'Could you tell me the time please?','Hány óra van?','','2015-10-22 06:32:33'),(69,2,'sentence',0,'Do you happen to have the time?','Hány óra van?','','2015-10-22 06:32:36'),(70,2,'sentence',0,'Do you know what time it is?','Hány óra van?','','2015-10-22 06:32:38'),(71,2,'word',0,'habbit','szokás','','2015-10-21 18:41:12'),(72,2,'word',0,'purse','táska','','2015-10-21 18:41:20'),(73,2,'word',0,'wallet','pénztárca','','2015-10-21 18:41:30'),(74,2,'word',0,'helmet','sisak','','2015-10-22 14:11:57'),(77,3,'sentence',0,'<p>She <strong>is</strong> play<strong>ing</strong> soccer. He <strong>is</strong> watch<strong>ing</strong> TV.</p>','<p>Ő focizik. Ő TV-t nézz.</p>','<p>To talk about what is happening <strong>now</strong>, we use \'be\', and add \'ing\' onto the verb stem.</p>','2015-11-08 12:03:25'),(78,3,'sentence',0,'He <b>is</b> read<b>ing</b> a book.<br>','Ő egy könyvet olvas.<br>','','2015-10-25 06:38:46'),(79,3,'sentence',0,'She <b>is</b> walk<b>ing</b> on the street.<br>','Ő az utcán sétal.<br>','','2015-10-25 06:39:25'),(80,3,'sentence',0,'She <b>is</b> sing<b>ing</b> her favorite song.<br>','Ő a kedvenc dalát énekli.<br>','','2015-10-25 06:56:17'),(81,3,'sentence',0,'He <b>is</b> talk<b>ing</b> on the phone with his father.<br>','Ő az apjával beszél telefonon.<br>','','2015-10-25 06:41:21'),(82,3,'sentence',0,'He <b>is</b> study<b>ing</b> English.<br>','Ő épp most angolul tanul.<br>','','2015-10-25 06:42:54'),(83,3,'sentence',0,'<p>mak<strong>e</strong> => mak<strong>ing</strong>, tak<strong>e</strong> => tak<strong>ing</strong>, us<strong>e</strong> => us<strong>ing</strong>, rid<strong>e</strong> => rid<strong>ing</strong>, writ<strong>e</strong> => writ<strong>ing</strong>, danc<strong>e</strong> => danc<strong>ing</strong></p>','<p>csinál, elvesz, használ, lovagol, ír, táncol</p>','<p>Add \'ing\' onto the verb stem isn\'t as easy as it seems.<br />Sometimes we need to make some changes.<br />When a verb ends in a silent \'e\', we drop the \'e\' and add \'ing\'.</p>','2015-11-08 12:03:29'),(84,3,'sentence',0,'<p>run => run<strong>ning</strong>, swim => swim<strong>ming</strong>, shop => shop<strong>ping</strong>, win => win<strong>ning</strong>, get => get<strong>ting</strong>.</p>','<p>szalad, úszik, vásárol, nyer, kap</p>','<p>Add \'ing\' onto the verb stem isn\'t as easy as it seems.<br />Sometimes we need to make some changes.<br />When the last part of the verb ends in a short vowel + consonant, we have to double the consonant and add \'ing\'.<br /><br /></p>','2015-11-08 12:03:36'),(85,3,'sentence',0,'She <b>is</b> run<b>ning</b> after the bus.<br>','Ő fut a búsz után.<br>','','2015-10-25 06:57:51'),(86,3,'sentence',0,'He <b>is</b> swim<b>ming</b> at the pool.<br>','Ő az uszodában úszik.<br>','','2015-10-25 06:58:38'),(87,3,'sentence',0,'He <b>is</b> shop<b>ping</b> for the Christmas.<br>','Ő bevásárol karácsonyra.<br>','','2015-10-25 06:59:22'),(88,3,'sentence',0,'She <b>is</b> tak<b>ing</b> a bath after a long tiring day.<br>','Ő fürdőt vesz a hosszú fárasztó nap után.<br>','','2015-10-25 07:00:36'),(89,3,'sentence',0,'He <b>is</b> writ<b>ing</b> his english homework.<br>','Ő az angol háziját írja.<br>','','2015-10-25 07:02:03'),(90,3,'sentence',0,'She <b>is</b> always danc<b>ing</b> very well.<br>','Ő mindig nagyon jól táncol.<br>','','2015-10-25 07:03:26'),(91,3,'sentence',0,'Hi <b>is</b> rd<b>ding</b> a motorcycle wears a helmet.<br>','Ő motorozik és sisakot visel.<br>','','2015-10-25 07:05:42'),(92,3,'sentence',0,'<b>She</b> <b>is</b> playing soccer. <b>Is she</b> playing soccer? <b>He</b> <b>is</b> watching TV. <b>Is he</b> watching TV?<br>','Ő focizik. Focizik ő?<br>','To make a question with \'be\', we change the main thing and be.<br>','2015-10-25 07:09:56'),(93,3,'sentence',0,'<b>Is</b> <b>he</b> read<b>ing</b> a novel?<br>','Ő egy regényt olvas?<br>','','2015-10-25 07:27:15'),(94,3,'sentence',0,'<b>Is</b> <b>she</b> walk<b>ing</b> at the zoo?<br>','Ő az állatkertben sétál?<br>','','2015-10-25 07:27:31'),(95,3,'sentence',0,'<b>Is</b> <b>she</b> sleep<b>ing</b> at home?<br>','Ő otthon alszik?<br>','','2015-10-25 07:27:46'),(96,3,'sentence',0,'<b>Is</b> <b>he</b> eat<b>ing</b> spaghetti?<br>','Ő eszik spagetit?<br>','','2015-10-25 07:28:02'),(97,3,'sentence',0,'<b>She</b> <b>is</b> play<b>ing</b> soccer. <b>She</b> <b>is</b> <b>not</b> playing soccer. <b>He</b> <b>is</b> watch<b>ing</b> TV. <b>He</b> <b>is</b> <b>not</b> read<b>ing</b>.<br>','Ő focizik. Ő nem focizik.Ő TV-t nézz. Ő nem olvas.<br>','To say \"No\" we add \'not\' before the thing.<br>','2015-10-25 07:28:54'),(98,3,'sentence',0,'He <b>is</b> <b>not</b> jump<b>ing</b> from the roof.<br>','Ő nem ugrik le a tetőröl.<br>','','2015-10-25 07:20:55'),(99,3,'sentence',0,'She <b>is not</b> sleep<b>ing</b> at home.<br>','Ő nem alszik otthon.<br>','','2015-10-25 07:26:35'),(100,3,'sentence',0,'She <b>is</b> <b>not</b> eating all day.<br>','Ő nem eszik semmit egésznap.<br>','','2015-10-25 07:26:21'),(101,3,'sentence',0,'He <b>is not</b> study<b>ing</b>, he <b>is</b> talk<b>ing</b>.<br>','Ő nem tanul, ő beszélget.<br>','','2015-10-25 07:24:35'),(102,3,'sentence',0,'1.) She goes to the gym three times a week (go) [Present Simple]<br>','Heti háromszor megy edzőterembe.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 08:01:32'),(103,3,'sentence',0,'2.) He is working at home today (work) [Present Continuous]<br>','Ma otthon dolgozik.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 07:43:12'),(104,3,'sentence',0,'3.) Do you usually get up late (get up) [Present Tense]<br>','Te általában késon kelsz?<br><br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 07:44:49'),(105,3,'sentence',0,'4.) They don\'t have usually a big meal in the evening. (not have) [Present Tense]<br>','Ők átlalában nem esznek sokat esténként.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 12:14:02'),(106,3,'sentence',0,'5.) What are you doing tonight? (do) [Present Continuos]<br>','Te mit csinálsz ma este?<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 10:52:38'),(107,3,'sentence',0,'6.) I love go out to restaurants. (love) [Present Tense]<br>','Szeretek étterembe járni.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 07:55:21'),(108,3,'sentence',0,'7.) I can\'t play tennis this weekend: I am going to the mountains with my family (go) [Present Continuos]<br>','Nem teniszezhetek ezen a hétvégén. A hegyekbe megyek a családommal.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 10:53:16'),(109,3,'sentence',0,'8.) She doesn\'t buy low fat products very often. (not buy) [Present Tense]<br>','Nem túl gyakran vesz alacsony zsírtartalmú termékeket.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 12:15:44'),(110,3,'sentence',0,'9.) I am trying to watch TV. (try) [Present Continuous]<br>','Tévézni próbálok.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 08:00:10'),(111,3,'sentence',0,'10.) I feel guilty when I eat chocolate (feel) [Present Tense]<br>','Bűnősnek érzem magam mikor csokit eszem.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / a<br>','2015-10-25 08:00:56'),(112,3,'sentence',0,'1.) He doesn\'t have car at the moment. [Present Tense] <br>','Jelenleg neki nincs autója.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 10:56:04'),(113,3,'sentence',0,'2.) I love eating out but it\'s very expensive. [Present Tense]<br>','Szeretek kint enni de ez nagyon <br>Szeretek a városban enni de ez nagyon drága.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 10:57:34'),(114,3,'sentence',0,'3.) Do you recognize the man in that photo? It\'s our old maths teacher. [Present Tense]<br>','Te felismered a férfit azon a fényképen? Ő a régi matek tanárunk.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br><br>','2015-10-25 11:01:11'),(115,3,'sentence',0,'4.) Nowadays people don\'t mind paying more for healthy food. [Present Continuous]<br>','Napjainkban az emberek nem bánják hogy többet fizetnek az egészséges ételékért.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 11:06:47'),(116,3,'sentence',0,'5.) Can you answer the phone? No I am talking on my mobile. [Present Simple]<br>','Felveszed a telefont? Nem én beszélek a mobilomon.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 11:07:57'),(117,3,'sentence',0,'6.) I\'m sorry, I don\'t understand. What does this word means. [Present Simple]<br>','Sajnálom, én nem értem. Mit jelent ez a szó.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 11:10:07'),(118,3,'sentence',0,'7.) You look worried. What are you thinking about? [Present Continuous]<br>','Aggódónak tűnsz. Miről gondolkodsz?<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 11:11:58'),(119,3,'sentence',0,'8.) I\'m not sure if we\'re going skiing this weekend. It\'s depending on the weather. [Present Continuous]<br>','Nem vagyok biztos benne hogy megyünk síelni ezen a hétvégén. Ez függ az időjárástól.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 11:14:18'),(120,3,'sentence',0,'9.) I am thinking that people today eat too much unhealthy food. [Present Continuous]<br>','Azt gondolom napjainkban az emberek túl sok egészségtelen ételt esznek.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 12:19:18'),(121,3,'sentence',0,'10.) She isn\'t coming with us tonight because, she\'s tired. [Present Continuous]<br>','Ő nem jön velünk ma este, mert fáradt.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 2 / b<br>','2015-10-25 11:19:39'),(122,3,'sentence',0,'1.) His <b>diet</b> is terrible: he eats too many sweet things.<br>','A diétája szörnyű: túl sok édes dolgot eszik.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:29:51'),(123,3,'sentence',0,'2.) Strict vegetarians don\'t eat <b>meat</b> or fish.<br>','A szigorú vegetáriánusok nem esznek húst vagy halat.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:29:41'),(124,3,'sentence',0,'3.) <b>Raw</b> vegetables have more vitamins than when they are cooked.<br>','A nyers zöldségekben több a vitamin mint a főzzőttekben.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:43:37'),(125,3,'sentence',0,'4.) I love <b>home-made </b>food but I don\'t have much time to cook.<br>','Szeretem a házi ételeket de nincs sok időm főzni.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:32:58'),(126,3,'sentence',0,'5.) She likes her<b> steak</b> well done.<br>','Ő jól átsütve szereti a bélszint.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:48:35'),(127,3,'sentence',0,'6.) I\'m very busy so I often just buy a <b>frozen </b>meal and heat it up in the microwave.<br>','Nagyon elfolgalt vagyok szóval gyakran veszek fagyasztott ételt es felmelegítem a mikróban.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:49:03'),(128,3,'sentence',0,'7.) Our biggest <b>meal</b> of the day is usually lunch.<br>','A napi legnagyobb étkezésünk általában az ebéd.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:50:10'),(129,3,'sentence',0,'8.) She doesn\'t like Mexican food beacuse it is too <b>spicy</b>.<br>','Ő nem szereti a mexikói ételt mert túl fűszeres.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:50:41'),(130,3,'sentence',0,'9.) Our typical Sunday lunch is roast <b>chicken</b>, I especially like the wings.<br>','A tipikus vasárnapi ebédünk a grill csirke, én különösen a szárnyakat szeretem.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-25 12:51:05'),(131,3,'sentence',0,'10.) We often buy <b>takeaway</b> food on Fridays - either Chinese or Indian food.<br>','Gyakran veszünk péntekenként kínai vagy indiai ételt elvitelre.<br>','New Enlgish Flie Intermmediate WB page 5 exercise 3 / a<br>Complete the sentences with a word from the list: home-made, meal, raw, spicy, diet, chicken, steak, takeaway, meat, frozen.<br>','2015-10-26 08:18:33'),(132,3,'sentence',1,'1. Every Monday, Sally (drive) drives her kids to football practice. [Present Tense]<br>','Minden Hetfőn, Sally autóval viszi a gyerekeit a foci edzésre.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">http://www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:53'),(133,3,'sentence',1,'2 Usually, I (work) work as a secretary at ABT, but this summer I (study) am studying French at a language school in Paris. That is why I am in Paris. [Present Tense] [Present Continuous]<br>','Általában titkárnőként dolgozok az ABT-nél, de ezen a nyáron franciául tanulok egy párizsi nyelv iskolában. Ezért vagyok én Párizsban.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">http://www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:50'),(134,3,'sentence',1,'3. Shhhhh! Be quiet! John (sleep) is sleeping. [Present Continuous]<br>','Légy csendben. John épp alszik.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:47'),(135,3,'sentence',1,'4. Don\'t forget to take your umbrella. It (rain) is raining. [Present Continuous]<br>','Ne feledd az esernyődet. Épp esik.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:44'),(136,3,'sentence',1,'5. I hate living in Seattle because it (rain, always) is always raining. [Present Continuous]<br>','Utálok Seatle-ben élni mert mindig esik.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:41'),(137,3,'sentence',1,'6. I\'m sorry I can\'t hear what you (say) are saying because everybody (talk) is talking so loudly. [Present Continuous] [Present Continuous]<br>','Sajnálom de nem hallom mit mondasz, mert mindenki hangosan beszél.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:38'),(138,3,'sentence',1,'7. Justin (write, currently) is currently writing a book about his adventures in Tibet. I hope he can find a good publisher when he is finished. [Present Continuous]<br>','Justin épp a Tibeti kalandjairol ír egy könyvet. Én remelem hogy talál majd egy jó kiadót mikor befejezi.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:36'),(139,3,'sentence',1,'8. Jim: Do you want to come over for dinner tonight? Denise: Oh, I\'m sorry, I can\'t. I (go) am going to a movie tonight with some friends. [Present Continuous]<br><br>','Jim: Át akarsz jönni vacsorára este? Denise: Sajnálom, nem mehetek, film nézésre megyek ma este néhány barátommal.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:33'),(140,3,'sentence',1,'9. The business cards (be, normally ) are normally printed by a company in New York. Their prices (be) are inexpensive, yet the quality of their work is quite good. [Present Continuous] [Present Continuous]<br>','Normális esetben a névjegy kártyákat egy New York ban lévő cég nyomtatja. Az áraik nem drágák, mégis a munkájuk minősége elég jó.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:31'),(141,3,'sentence',1,'10. This delicious chocolate (be) is made by a small chocolatier in Zurich, Switzerland. [Present Simple]<br>','Ez a finom csoki egy kicsi csokoládézóban készül Zurichben, Svájcban.<br>','<a href=\"http://www.englishpage.com/verbpage/verbs1.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs1.htm</a><br>','2015-10-26 08:21:28'),(142,3,'sentence',1,'Today (be)&nbsp;is&nbsp;the second day of my trek around Mount Annapurna. I am exhausted and my legs (shake)&nbsp;are shaking&nbsp;; I just hope I am able to complete the trek. My feet (kill, really)&nbsp;are really killing&nbsp;me and my toes (bleed)&nbsp;are bleeding, but I (want, still)&nbsp;still want&nbsp;to continue. [Present Continuous]&nbsp;[Present Continuous]&nbsp;[Present Continuous]&nbsp;[Present Continuous]&nbsp;[Present Tense]<br>','Ma van a biciklizésem második napja az&nbsp;Annapurna hegy körül. Én kimerültem és a lábaim remegnek&nbsp;; Én csak reméni tudom hogy képes lesz befejezni az utat. A lábaim tényleg megölnek engem es a lábaújjaim véreznek, de én még folytatni akarom.','<a href=\"http://www.englishpage.com/verbpage/verbs2.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs2.htm</a>','2015-10-26 08:21:26'),(143,3,'sentence',1,'Nepal is a fascinating country, but I have a great deal to learn. Everything (be)&nbsp;is&nbsp;so different, and I (try)&nbsp;am trying&nbsp;to adapt to the new way of life here. I (learn)&nbsp;am learning&nbsp;a little bit of the language to make communication easier; unfortunately, I (learn, not)&nbsp;do not learn&nbsp;foreign languages quickly. Although I (understand, not)&nbsp;do not understand&nbsp;much yet, I believe that I (improve, gradually)&nbsp;am gradually improving. [Present Continuous] [Present Continuous] [Present Continuous] [Present Tense] [Present Tense] [Present Continuous]','Nepal egy elbűvölő ország, de nekem nagy esélyem van tanulni. Minden annyira más, és én megprobálok alkalmazkodni az itteni új élethez. Én tanultam egy kis nyelvet hogy könnyebb legyen a kommunikáció; sajnos én nem tanulok gyorsan&nbsp;idegen nyelveket. Habár én még nem értek sokat, én azt hiszem hogy fokozatosan fejlődök.','<a href=\"http://www.englishpage.com/verbpage/verbs2.htm\" target=\"\" rel=\"\">www.englishpage.com/verbpage/verbs2.htm</a>','2015-10-26 08:21:23'),(144,3,'sentence',1,'I (travel, currently)&nbsp;am currently travelling&nbsp;with Liam, a student from Leeds University in England. He (be)&nbsp;is&nbsp;a nice guy, but impatient. He (walk, always)&nbsp;is always walking&nbsp;ahead of me and (complain)&nbsp;complains&nbsp;that I am too slow. I (do)&nbsp;am doing&nbsp;my best to keep up with him, but he is younger and stronger than I am. Maybe, I am just feeling sorry for myself because I am getting old. [Present Continuous] [Present Continuous] [Present Tense]&nbsp;[Present Continuous]<br>','Jelenleg Liammel utazok, aki az Angliai Leed egyetem diákja. Ő kedves srác de türelmetlen. Ő mindig előttem jár es kifogásolja az&nbsp;hogy én túl lassú vagyok. Én megprobálok minden tőlem telhetőt hogy tartsam a lépést vele, de ő fiatalabb és erősebb mint én. Lehet, hogy én csak rosszul érzem magam mert én öregszem.','<a href=\"http://www.englishpage.com/verbpage/verbs2.htm\" target=\"\" rel=\"\">http://www.englishpage.com/verbpage/verbs2.htm</a>','2015-10-26 08:21:20'),(145,3,'sentence',1,'Right now, Liam (sit)&nbsp;is sitting&nbsp;with the owner of the inn. They (discuss)&nbsp;are discussing&nbsp;the differences between life in England and life in Nepal. I (know, not)&nbsp;do not know&nbsp;the real name of the owner, but everybody (call, just)&nbsp;just calls&nbsp;him Tam. Tam (speak)&nbsp;speaks&nbsp;English very well and he (try)&nbsp;is trying&nbsp;to teach Liam some words in Nepali. Every time Tam (say)&nbsp;says&nbsp;a new word, Liam (try)&nbsp;tries&nbsp;to repeat it. Unfortunately, Liam (seem, also)&nbsp;also seems&nbsp;to have difficulty learning foreign languages. I just hope we don\'t get lost and have to ask for directions. [Present Continuous] [Present Continuous] [Present Tense] [Present Tense] [Present Tense] [Present Continuous] [Present Tense] [Present Tense] [Present Tense]','Éppen most Liam a fogadó tulajdonosával ül. Ők beszélgetnek az &nbsp;Angliában és Nepálban lévő&nbsp;élet&nbsp;különbségekről. Nem tudom a tulajdonos igazi nevet, de mindenki csak Tam-nak hívja őt. Tam nagyon jól beszél angolul és ő probál néhány szót tanítani Leam-nak nepaliul. Minden alkalommal mikor Tam egy új szót mond, Liam megpróbálja ismételni. Sajnos, úgy látszik hogy Liam-nak is nehézségei vannak az idegen nyelv tanulásában. Én csak reménykedem hogy nem tévedünk el és útbaigazitást kell kérjünk.','<a href=\"http://www.englishpage.com/verbpage/verbs2.htm\" target=\"\" rel=\"\">http://www.englishpage.com/verbpage/verbs2.htm</a>','2015-10-26 08:20:30'),(146,3,'sentence',1,'1.)&nbsp;We sometimes read books.','Mi néha könyveket olvasunk.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 1','2015-10-26 10:44:13'),(147,3,'sentence',1,'2.) Emily goes to the disco.','Emily diszkóba megy.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 1','2015-10-26 10:44:07'),(148,3,'sentence',1,'3.) It often rains on Sundays.','Gyakran esik Vasárnaponként.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 1<ol></ol>','2015-10-26 10:44:02'),(149,3,'sentence',1,'4.)&nbsp;Pete and his sister wash the family car.','Peti és a huga mossák a családi autót.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 1','2015-10-26 10:43:57'),(150,3,'sentence',1,'5.)&nbsp;I always hurry to the bus stop.','Én mindig sietek a búsz megállóba.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 1','2015-10-26 10:43:51'),(151,3,'sentence',1,'1.) I like lemonade very much.','Én nagyon szeretem a limonádét.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 2<ol></ol>','2015-10-26 10:43:18'),(152,3,'sentence',1,'2.) The girls always listen to pop music.','A lányok mindig pop zenét hallgatnak.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 2<ol></ol>','2015-10-26 10:43:12'),(153,3,'sentence',1,'3.) Janet never wears jeans.','Janet soha nem visel&nbsp;farmert.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 2<ol></ol>','2015-10-26 10:43:06'),(154,3,'sentence',1,'4.) Mr Smith teaches Spanish and French.','Smith úr spanyolt és franciát tanít.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 2<ol></ol>','2015-10-26 10:43:00'),(155,3,'sentence',1,'5.) You do your homework after school.','Te megcsinálod a házifeladatodat iskola után.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Form of Affirmative Sentences - Part 2<ol></ol>','2015-10-26 10:42:54'),(156,3,'sentence',1,'1.) We have a nice garden.<br>','Van egy szép kertünk.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Simple present with \'have\' and \'be\'','2015-10-26 10:47:26'),(157,3,'sentence',1,'2.) She is six years old.','Ő hat éves.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Simple present with \'have\' and \'be\'<br>','2015-10-26 10:48:07'),(158,3,'sentence',1,'3.) Simon has two rabbits and five goldfish.','Simon-nak van két nyúla és öt aranyhala.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Simple present with \'have\' and \'be\'','2015-10-26 10:49:10'),(159,3,'sentence',1,'4.) I am from Vienna, Austria.<br>','Bécsből vagyok, Ausztriából.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Simple present with \'have\' and \'be\'<br><br>','2015-10-26 10:54:17'),(160,3,'sentence',1,'5.) They are Sandy\'s parents.','Ők Sandy szülei.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Simple present with \'have\' and \'be\'<br>','2015-10-26 10:55:18'),(161,3,'sentence',1,'1.) My father makes breakfast. =&gt; My father doesn\'t make breakfast.','Apám reggelit készyít. Apám nem készít reggelit.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Negative Sentences','2015-10-26 10:59:31'),(162,3,'sentence',1,'2.) They are eleven. =&gt;&nbsp;They aren\'t eleven.','Ők tízenegy évesek. Ők nem tízenegyévesek.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Negative Sentences.','2015-10-26 11:04:06'),(163,3,'sentence',1,'3.) She writes a letter. =&gt;&nbsp;She doesn\'t write a letter.','Ő egy levelet ír. Ő nem ír egy levelet.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Negative Sentences<br>','2015-10-26 11:03:54'),(164,3,'sentence',1,'4.) I speak Italian. =&gt;&nbsp;I don\'t speak Italian.','Én beszélek olaszul. Én nem beszélek olaszul.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Negative Sentences','2015-10-26 11:03:47'),(165,3,'sentence',1,'5.)&nbsp;Danny phones his father on Sundays. Danny doesn\'t phone his father on Sundays.','Danny felhívja az apját vasárnaponként. Danny nem hívja fel az apját vasárnaponként.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Negative Sentences','2015-10-26 11:06:22'),(166,3,'sentence',1,'1.) you / to speak / English =&gt; Do you speak English?','Beszélsz angolul?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Questions','2015-10-26 11:07:36'),(167,3,'sentence',1,'2.) when / he / to go / home =&gt; When does he go home?','Mikor megy ő haza?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Questions','2015-10-26 11:08:36'),(168,3,'sentence',1,'3.) they / to clean / the bathroom =&gt;&nbsp;Do they clean the bathroom?','Kitakarítják ők a fürdőszobát?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Questions','2015-10-26 11:09:38'),(169,3,'sentence',1,'4.) where / she / to ride / her bike → Where does she ride her bike?<br>','Ő mikor biciklizik?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Questions','2015-10-26 11:11:11'),(170,3,'sentence',1,'5.) Billy / to work / in the supermarket =&gt; Does Billy work in the supermarket?','A bevásárlóközpontban dolgozik&nbsp;Billy?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Questions','2015-10-26 11:12:44'),(171,3,'sentence',1,'1.)&nbsp;Which&nbsp;is<span> a signal word for simple present? now, last Monday, <b>often</b></span>','','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Find the signal word for simple present.','2015-10-26 11:14:48'),(172,3,'sentence',1,'2.) Which&nbsp;is<span> a signal word for simple present? <b>sometimes</b>, at the moment, yesterday</span>','','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Find the signal word for Simple Present','2015-10-26 11:16:31'),(173,3,'sentence',1,'3.)&nbsp;Which&nbsp;is<span> a signal word for simple present? last Friday, <b>every Friday</b>, next Friday</span>','','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Find the signal word for Simple Present.','2015-10-26 11:16:15'),(174,3,'sentence',1,'4.)&nbsp;Which&nbsp;is not<span> a signal word for simple present? never, <b>already</b>, usually</span>','','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Find the signal words for simple present.','2015-10-26 11:17:25'),(175,3,'sentence',1,'5.)&nbsp;Which&nbsp;is not<span> a signal word for simple present? <b>Listen</b>, first...then, seldom</span>','','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-1\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-1</a><br>Find the signal words for simple present.','2015-10-26 11:18:15'),(176,3,'sentence',1,'1.) I listen to music every day.','Én mindennap zenét hallgatok.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 1<br>','2015-10-26 12:21:30'),(177,3,'sentence',1,'2.) Simon collects stamps.<br>','Simon bélyegeket gyűjt.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 1<br>','2015-10-26 12:22:26'),(178,3,'sentence',1,'3.) We wash the dishes once a day.','Mi naponta egyszer mossuk az edényeket.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 1<br>','2015-10-26 12:23:36'),(179,3,'sentence',1,'4.) My mother always makes breakfast.','Az anyukám mindig készit reggelit.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 1<br>','2015-10-26 12:24:46'),(180,3,'sentence',1,'5.) Sarah usually meets Maria at the tennis club.','Sarah általában a tenisz klubban&nbsp;találkozik Mariával&nbsp;','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 1<br>','2015-10-26 12:26:58'),(181,3,'sentence',1,'1.) Mr Williams often teaches the dogs new tricks.','Williams úr gyakran új trükköket tanít a kutyáknak.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 2<br>','2015-10-26 12:31:20'),(182,3,'sentence',1,'2.) They always throw their litter in the bin.','Ők mindig eldobják a szemetüket a szemetesbe.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 2<br>','2015-10-26 12:32:42'),(183,3,'sentence',1,'3.) The referee usually stops the game after 90 minutes.','A biró általában megállítja a játékot kilencven perc után.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 2<br>','2015-10-26 12:34:18'),(184,3,'sentence',1,'4.) The kids hurry to open their presents.','A gyerekek sietnek kibontani az ajándékaikat.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Form of Affirmative Sentences - Part 2','2015-10-26 12:35:45'),(185,3,'sentence',1,'5.) This car can do 250 km/h.','Ez a kocsi képes 250 km/h sebességre.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br><div>Form of Affirmative Sentences - Part 2</div>','2015-10-26 12:37:07'),(186,3,'sentence',1,'1.) She has got a nice mobile. =&gt; She\'s got a nice mobile.','Ő kapott egy szép mobiltelefont.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Long and Short Forms<br>','2015-10-26 12:38:42'),(187,3,'sentence',1,'2.) We don\'t use a computer. =&gt; We do not use a computer.','Mi nem használunk számítógépet.<br>','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Long and Short Forms','2015-10-26 12:39:54'),(188,3,'sentence',1,'3.) Johnny does not swim in the lake. =&gt; Johnny doesn\'t swim in the lake.','Johnny nem úszik a tóban.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Long and Short Forms','2015-10-26 12:41:05'),(189,3,'sentence',1,'4.) They are from Budapest, Hungary. =&gt; They\'re from Budapest, Hungary.','Ők Budapestről, Magyarországról vannak.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Long and Short Forms','2015-10-26 12:42:14'),(190,3,'sentence',1,'5.) This isn\'t my cup of tea. =&gt; This is not my cup of tea.','Ez nem az én teám.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Long and Short Forms','2015-10-26 12:43:28'),(191,3,'sentence',1,'1.) They go to the supermarket. =&gt; They don\'t go to the supermarket.','Ők a szupermarketbe mennek. Ők nem mennek a szupermarketbe.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Make negative sentences.<ol></ol>','2015-10-26 12:46:06'),(192,3,'sentence',1,'2.) Ben does his homework in the kitchen. =&gt; Ben doesn\'t do his homework in the kitchen.','Ben a konhában csinálja a háziját. Ben nem csinálja a konyhában a háziját.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Make negative sentences.','2015-10-26 12:48:03'),(193,3,'sentence',1,'3.) Jenny takes photos. =&gt; Jenny doesn\'t take photos.','Jenny fotózik. Jenny nem fotózik.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br><span>Make negative sentences.<br></span>','2015-10-26 12:50:10'),(194,3,'sentence',1,'4.) I learn French words. =&gt; I don\'t learn French words.','Én francia szavakat tanulok. Én nem tanulok francia szavakat.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Make negative sentences.','2015-10-26 12:51:30'),(195,3,'sentence',1,'5.) He has two older sisters. =&gt; He doesn\'t have two older sisters.','Két idősebb nővére van. Nincs két idősebb nővére.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Make negative sentences.','2015-10-26 12:52:29'),(196,3,'sentence',1,'1.) Danny goes to school <b>from Monday to Friday</b>. => When does Danny go to school?','Danny Hétfőtöl Péntekig megy iskolába. Mikor megy Danny iskolába?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Ask for the bold part of the sentence.','2015-10-26 12:57:08'),(197,3,'sentence',1,'2.) My rabbit has <b>a cage</b> in the garden. => What does your rabbit have in the garden?<br>','A nyúlamnak van egy ketrece a kertben. Milye van a nyúladnak a kertben?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Ask for the bold part of the sentence.','2015-10-26 12:58:37'),(198,3,'sentence',1,'3.) The children like cats <b>because they are nice</b>. => Why do the children like cats?','A gyerekek szeretik a macskákat mert azok édesek. Miért szeretik a gyerekek a macskákat?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Ask for the bold part of the sentence.','2015-10-26 13:00:19'),(199,3,'sentence',1,'4.) <b>Jenny</b> is never late. => Who is never late?','Jenny sose késik. Ki nem késik soha?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Ask for the bold part of the sentence.','2015-10-26 13:03:20'),(200,3,'sentence',1,'5.) Andrew\'s new mountain bike costs €1000. =&gt; How much does Andrew\'s new mountain bike cost?','Andrew új mountain bikeja 1000 euróba kerül. Mennyibe kerül Andrew új mountain bikeja?','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-2\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-2</a><br>Ask for the bold part of the sentence.','2015-10-26 13:05:08'),(201,3,'sentence',1,'<b>I / speak:</b> I speak. I don\'t speak. Do I speak?<br><b>you / stop:</b> You stop. You don\'t stop. Do you stop?<br><b>he / work:</b> He works. He doesn\'t work. Does he work?<br><b>she / have / time:</b> She has time. She doesn\'t have time. Does she have time?<br><b>it / be / okay:</b> It is okay. It isn\'t okay. Is it okay?<br><b>we / be / here:</b> We are here. We aren\'t here. Are we here?<br><b>they / have / money:</b> They have money. They don\'t have money. Do they have money?','','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Make sentences out of the words in the first column. Write the correct forms (affirmative sentence, negative sentence, question) in the right columns.<br>','2015-10-26 13:36:03'),(202,3,'sentence',1,'<div>1.) can - he can</div><div>2.) cry - she cries</div><div>3.) say - he says</div><div>4.) go - she goes</div><div>5.) kiss - he kisses</div>','1.) ő tud<br>2.) ő sír<br>3.) ő mondja<br>4.) ő megy<br>5.) ő csókol','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Write the third person singular. Note that sometimes there are exceptions in spelling.<br>','2015-10-26 13:47:10'),(203,3,'sentence',1,'1.)&nbsp;He doesn\'t know her. =&gt;&nbsp;He does not know her.','Ő nem ismeri őt.','<span><a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Rewrite the sentences in the short form (where the long form is given) or in the long form (where the short form is given).<br></span>','2015-10-26 13:48:39'),(204,3,'sentence',1,'2.)&nbsp;I\'m tired. =&gt;&nbsp;I am tired.','Én fáradt vagyok.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Rewrite the sentences in the short form (where the long form is given) or in the long form (where the short form is given).','2015-10-26 13:49:22'),(205,3,'sentence',1,'3.) We do not understand. =&gt; We don\'t understand.','Mi nem értjük.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Rewrite the sentences in the short form (where the long form is given) or in the long form (where the short form is given).<br>','2015-10-26 13:50:46'),(206,3,'sentence',1,'4.) I haven\'t got a sister. =&gt; I have not got a sister.','Nekem nincs nővérem.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Rewrite the sentences in the short form (where the long form is given) or in the long form (where the short form is given).<br>','2015-10-26 13:51:54'),(207,3,'sentence',1,'5.) She is not there. =&gt; She isn\'t there.','Ő nincs ott.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br><span>Rewrite the sentences in the short form (where the long form is given) or in the long form (where the short form is given).<br></span>','2015-10-26 13:52:40'),(208,3,'sentence',1,'1.)&nbsp;I live in London. - What does this sentence mean?&nbsp;<br><ul><li><b>This is my permanent address.</b></li><li>This is my address only for a limited period of time.</li><li>I\'ve just recently moved there.</li></ul>','Én Londonban élek - Mit jelent ez? Ez az én állandó címem.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct statement.<ol></ol>','2015-10-26 13:59:45'),(209,3,'sentence',1,'2.) The lesson starts at half past eight. - What does this sentence mean?<br><ul><li>The action has already taken place.</li><li><b>The action is set by a timetable.</b></li><li>The action might take place.</li></ul>','A lecke fél 10-kor kezdődik. - Mit jelent ez a mondat?<br>Az akció előre meghatározott időhöz van kötve.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct statement.<br>','2015-10-26 13:59:22'),(210,3,'sentence',1,'He opens the book and reads. - Which situation is expressed by the simple present?<br><ul><li><b>He opens the book first and then starts reading.</b></li><li>He opens the book after having read something.</li><li>He opens the book reading something else at the same time.</li></ul>','Ő kinyítja a könyvet és olvas. - Melyik helyzet fejezi ki a jelenidőt?<br>Először kinyítja a könyvet azután elkezdi olvasni.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct statement.<ol></ol>','2015-10-26 14:02:49'),(211,3,'sentence',1,'4.)&nbsp;The sun sets in the west. -&nbsp;Which situation is expressed by the simple present?<br><ul><li><b>The sun always sets in the west.</b></li><li>The action is going on right now.</li><li>If we are lucky, the sun might set in the west today.</li></ul>','A nap nyugaton kell fel. - Melyik helyzetet fejezi ki a jelenidő?<br>A nap mindig nyugaton kell fel.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct statement.<ol></ol>','2015-10-26 14:05:19'),(212,3,'sentence',1,'5.) He plays football. - Which situation cannot be expressed by the simple present?<br><ul><li><b>If we want to say that the action is going on right now.</b></li><li>If we want to say that football is one of his hobbies.</li><li>If we want to say that he is able to play football.</li></ul>','Ő focizik. - Melyik helyzetett nem lehet kifejezni jelendiővel?<br>Ha mi azt akarjuk mondani hogy az akció épp most zajlik.<br>','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct statement.<ol></ol>','2015-10-26 14:07:53'),(213,3,'sentence',1,'1.) I go to the cinema every week.<br><ul><li>now</li><li>every week</li><li>since I was five years old</li></ul>','Minden héten moziba megyek.','<span><a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct signal word.</span>','2015-10-26 14:09:51'),(214,3,'sentence',1,'2.) We play volleyball on Fridays.<br><ul><li>on Fridays</li><li>at the moment</li><li>next year</li></ul>','Péntekenként mi röplabdázunk.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct signal word.','2015-10-26 14:11:02'),(215,3,'sentence',1,'3.) Usually we spend our holidays in Ireland.<br><ul><li>Usually</li><li>Right now</li><li>In a week</li></ul>','Általában mi Írországban töltjük a szabadságunkat.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct signal word.','2015-10-26 14:12:33'),(216,3,'sentence',1,'4.) I speak English very often.<br><ul><li>for two years</li><li>at the moment</li><li>very often</li></ul>','Gyakran beszélek angolul.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct signal word.','2015-10-26 14:13:34'),(217,3,'sentence',1,'5.) Jamie cycles to work every day.<br><ul><li>every day</li><li>this week</li><li>next month</li></ul>','Jamie biciklizik a munkába minden nap.','<a href=\"https://www.ego4u.com/en/cram-up/tests/simple-present-3\" target=\"\" rel=\"\">https://www.ego4u.com/en/cram-up/tests/simple-present-3</a><br>Choose the correct signal word.','2015-10-26 14:15:01'),(218,3,'sentence',1,'1.) Look! Andy is working in the garden.<br><ul><li>am working</li><li>are working</li><li><b>is working</b></li></ul>','Nézd! Andy a kertben dolgozik.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 1<br><br>','2015-10-26 16:40:52'),(219,3,'sentence',1,'2.) I am watching TV at the moment.<br><ul><li><b>am watching</b></li><li>are watching</li><li>is watching</li></ul>','Jelenleg TV-t nézzek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 1<br>','2015-10-26 16:42:31'),(220,3,'sentence',1,'3.) We are reading a book.<br><ul><li>am reading</li><li><b>are reading</b></li><li>is reading</li></ul>','Mi egy könyvet olvasunk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 1<br>','2015-10-26 16:43:36'),(221,3,'sentence',1,'4.) She is playing the piano.<br><ul><li>am playing</li><li>are playing</li><li><b>is playing</b></li></ul>','Ő zongorázik.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 1<br>','2015-10-26 16:45:09'),(222,3,'sentence',1,'5.) Listen! Sue and John are singing.<br><ul><li>am singing</li><li><b>are singing</b></li><li>is singing</li></ul>','Figyelj! Sue és John énekelnek.<br><br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 1<br>','2015-10-26 16:46:54'),(223,3,'sentence',1,'1.) My sister (to clean) is cleaning the bathroom.<br>','A húgom takarítja a fürdőszobát.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 2<br>Put the verbs into present progressive.<br><br><br>','2015-10-26 16:49:56'),(224,3,'sentence',1,'2.) Look! They (to go) are going inside. <br><br>','Nézd! Ők bemennek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 2<br>Put the verbs into present progressive.<br><br>','2015-10-26 16:51:15'),(225,3,'sentence',1,'3.) I (to wait) am waiting in the car now.<br>','Az autóban várok most.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 2<br>Put the verbs into present progressive.<br>','2015-10-26 16:52:20'),(226,3,'sentence',1,'4.) Mrs Miller (to listen) is listening to CD\'s.<br>','Millerné CD-ket hallgat.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 2<br>Put the verbs into present progressive.<br>','2015-10-26 16:53:18'),(227,3,'sentence',1,'5.) We (to speak) are speaking English at the moment.<br>','Jelenleg mi angolul beszélünk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Positive Sentences - Part 2<br>Put the verbs into present progressive.<br>','2015-10-26 16:58:29'),(228,3,'sentence',1,'1.) His brother is writing a test at the moment.<br><ul><li>is writeing</li><li><b>is writing</b></li><li>are writing</li></ul>','A testvére jelenleg egy tesztet ír.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Exceptions<br>Choose the correct form. Note that there are exceptions in spelling when adding \'ing.\'<br><br>','2015-10-26 17:02:03'),(229,3,'sentence',1,'2.) They (to swim) are swimming in the pool.<br>','Ők a medencében úsznak.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Exceptions<br>Choose the correct form. Note that there are exceptions in spelling when adding \'ing.\'<br>','2015-10-26 17:03:04'),(230,3,'sentence',1,'3.) Look! David and Max (to come) are coming home.<br>','Nézd! David és Max hazajönnek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Exceptions<br>Choose the correct form. Note that there are exceptions in spelling when adding \'ing.\'<br>','2015-10-26 17:04:22'),(231,3,'sentence',1,'4.) My dog Charlie is running to the park.<br><ul><li><b>is runing</b></li><li>is running</li><li>are running</li></ul>','A kutyám Charlie szalad a parkba.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Exceptions<br>Choose the correct form. Note that there are exceptions in spelling when adding \'ing.\'<br>','2015-10-26 17:06:10'),(232,3,'sentence',1,'5.) I am (to make) making breakfast now.<br>','Én most reggelit készítek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Exceptions<br>Choose the correct form. Note that there are exceptions in spelling when adding \'ing.\'<br>','2015-10-28 17:03:00'),(233,3,'sentence',1,'1.) We are reading a letter. =&gt; We\'re reading a letter.<br>','Mi egy levelet olvasunk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br><br>','2015-10-26 17:08:53'),(234,3,'sentence',1,'2.) He is opening the window. =&gt; He\'s opening the window.<br>','Ő kínyitja az ablakot.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br>','2015-10-26 17:09:57'),(235,3,'sentence',1,'3.) I am playing computer games. =&gt; I\'m playing computer games.<br>','Én számítógépes játékokat játszok.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br>','2015-10-26 17:11:01'),(236,3,'sentence',1,'4.) She\'s dancing at the party. =&gt; She is dancing at the party.<br>','Ő a buliban táncol.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br>','2015-10-26 17:11:50'),(237,3,'sentence',1,'5.) They\'re drinking a cup of tea. =&gt; They are drinking a cup of tea.<br>','Ők isznak egy csupor teát.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br>','2015-10-26 17:12:49'),(238,3,'sentence',1,'1.) We are playing a game. =&gt; We aren\'t playing a game.<br>','Mi egy játékot játszunk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br><br><br>','2015-10-26 17:18:18'),(239,3,'sentence',1,'2.) I\'m drawing a picture. I\'m not drawing a picture.<br>','Én rajzolok egy képet.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:19:13'),(240,3,'sentence',1,'3.) He is making pizza right now. =&gt; He isn\'t making pizza right now.<br>','Pizzát készít épp most.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:20:09'),(241,3,'sentence',1,'4.) Susan and her brother are taking photos. =&gt; Susan and her brother aren\'t taking photos.<br>','Susan és a testvére fénykét készítenek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:21:37'),(242,3,'sentence',1,'5.) Dad is working in the kitchen. Dad isn\'t working in the kitchen.<br>','Apa a konyhában dolgozik.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:22:30'),(243,3,'sentence',1,'1.) Robin / to ride / his bike =&gt; Is Robin ridding his bike?<br>','Robin biciklizik?<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Questions and Signal Words<br>Write questions in present progressive.<br><br>','2015-10-26 17:40:03'),(244,3,'sentence',1,'2.) where / she / to go =&gt; Where is she going?<br>','Hova megy ő?<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Questions and Signal Words<br>Write questions in present progressive.<br>','2015-10-26 17:39:48'),(245,3,'sentence',1,'3.) what / your mother / to do / now =&gt; What is your mother doing now?<br>','Mit csinál épp most anyukád?<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Questions and Signal Words<br>Write questions in present progressive.<br>','2015-10-26 17:39:33'),(246,3,'sentence',1,'4.) Which is signal word for the present progressive?<br><ul><li>often</li><li><b>now</b></li><li>sometimes</li></ul>','Melyik szó utal a folyamatos jelenidőre? now = most<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Questions and Signal Words<br>Write questions in present progressive.<br>','2015-10-26 17:34:51'),(247,3,'sentence',1,'5.) Which is not a signal word for the present progressive?<br><ul><li><b>always</b></li><li>Look!</li><li>at the moment</li></ul>','Melyik szó nem utal a folyamatos jelenidőre? always = mindig [Present Simple]<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-1\">https://www.ego4u.com/en/cram-up/tests/present-progressive-1</a><br>Questions and Signal Words<br>Write questions in present progressive.<br>','2015-10-26 17:38:33'),(248,3,'sentence',1,'1.) The dog (to attack) is attacking the cat.<br>','A kutya megtámadja a macskát.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Positive Sentences<br>Put the verbs into present progressive.<br><br>','2015-10-26 17:44:07'),(249,3,'sentence',1,'2.) I (to draw) am drawing a picture.<br>','Én rajzolok egy képet.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Positive Sentences<br>Put the verbs into present progressive.<br><br>','2015-10-26 17:44:56'),(250,3,'sentence',1,'3.) My mother (to wave) is waving at me.<br>','Anyám integet nekem.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Positive Sentences<br>Put the verbs into present progressive.<br><br>','2015-10-26 18:04:15'),(251,3,'sentence',1,'4.) They (to choose) are choosing a cheap airline.<br>','Ők egy olcsó légitársaságot választanak.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Positive Sentences<br>Put the verbs into present progressive.<br>','2015-10-26 17:47:06'),(252,3,'sentence',1,'5.) Listen! Tom (to make) is making a phone call.<br>','Figyelj! Tom telefonál.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Positive Sentences<br>Put the verbs into present progressive.<br>','2015-10-26 17:48:01'),(253,3,'sentence',1,'1.) He is eating. =&gt; He\'s eating.<br>','Ő eszik.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br><br>','2015-10-26 17:49:39'),(254,3,'sentence',1,'2.) I am driving. =&gt; I\'m driving.<br>','Én vezetek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br><br>','2015-10-26 17:50:18'),(255,3,'sentence',1,'3.) We are not riding. =&gt; We aren\'t riding.<br>','Mi nem lovagolunk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br><br>','2015-10-26 17:53:01'),(256,3,'sentence',1,'4.) You\'re telling great jokes. =&gt; You are telling great jokes.<br>','Te nagyszerű vicceket mesélsz.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br><br>','2015-10-26 17:52:56'),(257,3,'sentence',1,'5.) She\'s not hurrying. =&gt; She is not hurrying.<br>','Ő nem siet.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Long and Short Forms<br>Rewrite the sentences using the short forms (where long forms are given) or the long forms (where short forms are given).<br><br>','2015-10-26 17:52:40'),(258,3,'sentence',1,'1.) She\'s selling a fruit. =&gt; She isn\'t selling a fruit.<br>','Ő elad egy gyümölcsöt.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br><br>','2015-10-26 17:56:09'),(259,3,'sentence',1,'2.) We are travelling in an old van. =&gt; We aren\'t travelling in an old van.<br>','Mi egy öreg kisteherautóban utazunk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br><br>','2015-10-26 17:56:47'),(260,3,'sentence',1,'3.) I\'m getting ready for school. =&gt; I\'m not getting ready for school.<br>','Én készülődök az iskolára.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:57:49'),(261,3,'sentence',1,'4.) The thieves are robbing the bank. =&gt; The thieves aren\'t robbing the bank.<br>','A tolvajok kirabolják a bankot.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:58:39'),(262,3,'sentence',1,'5.) My father is smoking a cigarette. =&gt; My father isn\'t smoking a cigarette.<br>','Az apám elszív egy száll cigit.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Negative Sentences<br>Rewrite the sentences using the negative forms.<br>','2015-10-26 17:59:50'),(263,3,'sentence',1,'1.) Mathew is making a <b>mistake</b>. What is Mathew making?<br>','Mathew elkövet egy hibát.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Ask for the information given in bold print.<br><br>','2015-10-26 18:07:08'),(264,3,'sentence',1,'2.) <b>Linda</b> is knocking at the door. Who is knocking at the door?<br>','Linda kopog az ajtón.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Ask for the information given in bold print.<br>','2015-10-26 18:08:23'),(265,3,'sentence',1,'3.) They are flying <b>to Rome</b>. Where are they flying?<br>','Ők Rómába repülnek.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Ask for the information given in bold print.<br>','2015-10-26 18:09:55'),(266,3,'sentence',1,'4.) I\'m making <b>the new tree house</b> at the moment. What are you making at the moment?<br>','Én épp az új faházamat készítem.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Ask for the information given in bold print.<br>','2015-10-26 18:11:13'),(267,3,'sentence',0,'5.) She is driving the Porsche <b>carefully</b>. How is she driving the Porsche?<br>','Ő óvatosan vezeti a Porsche-t.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Ask for the information given in bold print.<br>','2015-10-26 18:12:32'),(268,3,'sentence',1,'1.) Which of the following words can be a signal word for an arranged action taking place in the near future.<br><ul><li>every Monday</li><li><b>next Monday</b></li><li>last Sunday</li></ul>','Melyi szó az alábbiakból lehet jelző szava egy közel jövőbeni megbeszélt eseménynek. next Monday = következő Hétfőn<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Signal Words<br>','2015-10-26 18:17:49'),(269,3,'sentence',1,'2.) Which of the following words is a signal word for an action taking place in the moment of speaking?<br><ul><li><b>now</b></li><li>next week</li><li>often</li></ul>','Melyik szó az alábbiakból jelző szava a beszéd pillanatában történő cselekvésnek. now = most<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Signal Words<br>','2015-10-26 18:17:29'),(270,3,'sentence',1,'3.) Which of the following words is not a signal word for an action taking place in the moment of speaking?<br><ul><li>at the moment</li><li>Listen!</li><li><b>never</b></li></ul>','Melyik szó az alábbiakból nem jelző szava a beszéd pillanatában lévő cselekménynek. never = soha<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Signal Words<br>','2015-10-26 18:19:29'),(271,3,'sentence',1,'4.) Which of the following words cannot be a signal word for an arranged action taking place in the near future?<br><ul><li>tomorrow</li><li><b>last night</b></li><li>this evening</li></ul>','Melyik szó az alábbiakból nem lehet jelző szava egy egyeztetett eseménynek a közel jövőben? last night = múlt éjjel<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Signal Words<br>','2015-10-26 18:21:23'),(272,3,'sentence',1,'5.) Which of the following words is a signal word for an action taking place in the moment of speaking?<br><ul><li><b>look</b></li><li>two days ago</li><li>every Friday</li></ul>','Melyik szó az alábbiakból egy jelző szava a beszéd pillanatában történő eseménynek? look = nézd<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-2\">https://www.ego4u.com/en/cram-up/tests/present-progressive-2</a><br>Signal Words<br>','2015-10-26 18:23:01'),(273,3,'sentence',1,'<b>I / walk: </b>I am walking. / I\'m not walking. / Am I walking.<br><b>you / read: </b>You are reading. / You aren\'t reading. / Are you reading?<br><b>he / speak: </b>He is speaking. / He isn\'t speaking. / Is he speaking?<br><b>she / eat: </b>She is eating. / Se isn\'t eating. / Is she eating?<br><b>it / rain: </b>It is raining. / It isn\'t raining. / Is it raining?<br><b>we / jump: </b>We are jumping. / We aren\'t jumping. / Are we jumping?<br><b>they / play: </b>They are playing. / They aren\'t playing. / Are they playing?<br>','','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Use the words in the first column to form sentences in the present \r\nprogressive. Write the correct form (positive, negative, question) in \r\nthe appropriate column.<br><br>','2015-10-26 18:52:04'),(274,3,'sentence',1,'1.) bake - baking<br>2.) swim - swimming<br>3.) say - saying<br>4.) travel - travelling<br>5.) lie - lying<br><br>','1.) süt<br>2.) utazik<br>3.) mond<br>4.) utazik<br>5.) hazudik<br>','<span><a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Write the ing form of the verbs. Mind the spelling when adding ing.</span><br><br>','2015-10-26 18:56:10'),(275,3,'sentence',1,'1.) He is brushing his teeth. =&gt; He\'s brushing his teeth.<br><br>','Megmossa a fogát.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Short Forms<br>Rewrite the sentences using the short form when the long form is given and vice versa.<br><br>','2015-10-26 18:59:07'),(276,3,'sentence',1,'2.) I\'m doing a test. =&gt; I am doing a test.<br>','Egy tesztet csinálok.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Short Forms<br>Rewrite the sentences using the short form when the long form is given and vice versa.<br>','2015-10-26 19:02:47'),(277,3,'sentence',1,'3.) We are not joking. =&gt; We aren\'t joking.<br>','Mi nem viccelünk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Short Forms<br>Rewrite the sentences using the short form when the long form is given and vice versa.<br>','2015-10-26 19:03:22'),(278,3,'sentence',1,'I am not reading. =&gt; I\'m not reading.<br>','Én nem olvasok.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Short Forms<br>Rewrite the sentences using the short form when the long form is given and vice versa.<br>','2015-10-26 19:03:59'),(279,3,'sentence',1,'5.) They aren\'t working. =&gt; They are not working.<br>','Ők nem dolgoznak.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Short Forms<br>Rewrite the sentences using the short form when the long form is given and vice versa.<br>','2015-10-26 19:04:38'),(280,3,'sentence',1,'1.) I am living in London now. - What does this sentence mean?<br><ul><li>I have moved to London to stay there for ever.</li><li><b>I am in London only for a limited period of time.</b></li><li>I am going to move to London soon.</li></ul>','Én Londonban élek most. - Mit jelent ez a mondat?<br>Én Londonban vagyok korlátozott ideig.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct answer<br>','2015-10-26 19:11:26'),(281,3,'sentence',1,'2.) We are meeting Tom tonight. - What does this sentence mean?<br><ul><li><b>The action is arranged for the near future.</b></li><li>The action is taking place now.</li><li>The action might take place.</li></ul>','Mi ma este megismerjük Tomot. - Mit jelent ez a mondat?<br>Az akciót megbeszéltük a közel jövőre.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct answer<br>','2015-10-26 19:14:01'),(282,3,'sentence',1,'3.) I\'m working hard at the moment.  <i>Is the sentence correct even if I am not working at the moment of speaking?<br></i><ul><li><b>yes</b></li><li>no</li></ul>','Jelenleg keményen dolgozok. Ez a mondat helyes-e még akkor is ha beszéd pillanatában épp nem dolgozok?<br>Igen.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct answer<br>','2015-10-26 19:15:59'),(283,3,'sentence',1,'4.) He is playing football. - <i>Which situation cannot be expressed by present progressive?<br></i><ul><li>To express that the match is going on right now.</li><li><b>To express that he does not play football regularly, but only for a limited period of time.</b></li><li>To express that he plays football regularly.</li></ul>','Ő focizik - Melyik szituáció nem fejezhető ki a folyamatos jelennel?<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct answer<br>','2015-10-26 19:20:26'),(284,3,'sentence',1,'5.) Look! The Millers are moving house. - Which of the following situations is expressed by the present progressive?<br><ul><li><b>They are in the middle of the action.</b></li><li>The action is going to take place next week.</li><li>They will come back to this place one day.</li></ul>','Nézd A Millerék költöznek. - Melyik az alábbi szituációkbol kifejezi a folyamatos jelent?<br>Ők az akció közepén vannak.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct answer<br>','2015-10-26 19:23:09'),(285,3,'sentence',1,'1.) The girl is watering the plants right now.<br><ul><li><b>right now</b></li><li>every day</li><li>since two o\'clock</li></ul>','A lány épp most öntözi a virágokat.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br><br>','2015-10-26 19:32:13'),(286,3,'sentence',1,'2.) We are going to the theatre tonight.<br><ul><li>every month</li><li><b>tonight</b></li><li>next year</li></ul>','Mi ma este színházba megyünk.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br>','2015-10-26 19:26:12'),(287,3,'sentence',1,'3.) My brother is moving to Australia in a week.<br><ul><li>probably</li><li>every day</li><li><b>in a week</b></li></ul>','A testévrem Ausztráliába költözik egy héten belül.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br>','2015-10-26 19:27:43'),(288,3,'sentence',0,'Listen, they are playing our song on the radio.<br>Look,<br>Yesterday<br><b>Listen,</b><br>','Hallgasd, a mi dallunkat játszák a rádióban.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br>','2015-10-26 19:29:08'),(289,3,'sentence',0,'5.) Greg is walking to work every Friday.<br><ul><li><b>every Friday</b></li><li>this week</li><li>often</li></ul>','Greg munkába sétál péntekenként.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br>','2015-10-26 19:30:40'),(290,3,'sentence',1,'4.) Listen, they are playing our song on the radio.<br><ul><li>Look,</li><li>Yesterday</li><li><b>Listen,</b></li></ul>','Hallgasd, a mi dalunkat játszák a rádióban.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br>','2015-10-26 19:35:02'),(291,3,'sentence',1,'5.) Greg is walking to work this week.<br><ul><li>every Friday</li><li><b>this week</b></li><li>often</li></ul>','Greg a héten gyalog ment munkába.<br>','<a rel=\"\" target=\"\" href=\"https://www.ego4u.com/en/cram-up/tests/present-progressive-3\">https://www.ego4u.com/en/cram-up/tests/present-progressive-3</a><br>Choose the correct signal word.<br>','2015-10-26 19:36:33'),(292,3,'word',1,'nuts','diófélék','','2015-10-26 19:40:30'),(293,3,'word',1,'farmers markets<br>','piacok','','2015-10-26 19:41:31'),(294,3,'word',1,'opt for<br>','választani','','2015-10-26 19:42:01'),(295,3,'word',1,'worldvide - global<br>','globális','','2015-10-26 19:43:35'),(296,3,'word',1,'think - believe<br>','gondolni, hinni<br>','','2015-10-26 19:43:52'),(297,3,'word',1,'now - currently<br>','most, jelenleg<br>','','2015-10-26 19:44:11'),(298,3,'word',1,'becoming - getting<br>','létrejön, megszerzi<br>','','2015-10-26 19:45:31'),(299,3,'word',1,'choose - opt for<br>','választani','','2015-10-26 19:45:56'),(300,3,'word',1,'a substitute for - alternative to<br>','helyetesítő, alternativa<br>','','2015-10-26 19:46:42'),(301,3,'word',1,'getting bigger - growing<br>','nővekszik, nagyobbodik<br>','','2015-10-26 19:47:13'),(302,3,'word',1,'look after, keep from danger - protect<br>','utána nézni védelmezni a veszélytől, oltalmazni<br>','','2015-10-27 19:50:49'),(303,3,'word',1,'knife','kés','','2015-10-26 19:48:42'),(304,3,'word',1,'fork','villa','','2015-10-26 19:48:54'),(305,3,'word',1,'napkin','szalvéta','','2015-10-26 19:49:07'),(306,3,'word',1,'glass','pohár','','2015-10-26 19:49:16'),(307,3,'word',1,'bowl','tál','','2015-10-26 19:49:58'),(308,3,'word',1,'dish','edény','','2015-10-26 19:50:12'),(309,3,'word',1,'stew','pörkölt, ragu<br>','','2015-10-26 19:50:38'),(310,3,'word',1,'wholemeal','teljes kiőrlésű<br>','','2015-10-26 19:51:16'),(311,3,'word',1,'spice rack<br>','fűszertartó','','2015-10-26 19:52:00'),(312,3,'word',1,'bread','kenyér','','2015-10-26 19:53:24'),(313,2,'word',1,'hardly ever<br>','szinte soha<br>','','2015-10-28 16:37:33'),(314,2,'word',1,'infrequently','ritkán, nem gyakran<br>','','2015-10-28 16:38:03'),(315,2,'word',1,'seldom','ritkán','','2015-10-28 16:38:47'),(316,2,'word',1,'once in a while<br>','alkalmanként','','2015-10-28 16:41:42'),(317,2,'word',1,'every now and again<br>','hébe hóba<br>','','2015-10-28 16:42:14'),(318,2,'word',1,'several','többször','','2015-10-28 16:44:22'),(319,4,'definition',0,'<p>Non-action verbs</p>\r\n<p>Non-action verbs are verbs that doesn\'t show an action. (ex: understand, know, remember) <br />Even when they are meaning is right NOW, we don\'t use it in continuous tense.<br /><br />1. Information in your brain:</p>\r\n<ul>\r\n<li>know ex: I know the answer.</li>\r\n<li>remember ex: I remember her name.</li>\r\n<li>understand ex: I understand English.</li>\r\n</ul>\r\n<p>2. Opinion( is not an action it\'s a feeling about something)</p>\r\n<ul>\r\n<li>believe ex: I believe you.</li>\r\n<li>Doubt(kételkedni) I doubt what are you saying.</li>\r\n<li>like ex: I like this car.</li>\r\n<li>dislike ex: I dislike/hate rainy days.</li>\r\n<li>agree ex: I agree/disagree with you.</li>\r\n<li>prefer (előnyben részesít, jobban szeret) ex: I prefer writing classes.</li>\r\n</ul>\r\n<p>3. Ownership</p>\r\n<ul>\r\n<li>Own ex: I own a car.</li>\r\n<li>Have ex: I have a car.</li>\r\n<li>Belong ex: This shirt belongs to me.</li>\r\n</ul>\r\n<p>4. Desires</p>\r\n<ul>\r\n<li>Need ex: I need a new shoe.</li>\r\n<li>Want ex: She wants to visit Vietnam.</li>\r\n<li>Wish ex: He wishes a white  Christmas.</li>\r\n</ul>\r\n<p>5. Senses</p>\r\n<ul>\r\n<li>Smell</li>\r\n<li>Feel</li>\r\n<li>Taste</li>\r\n<li>Hear</li>\r\n<li>See</li>\r\n</ul>\r\n<p>She wants a cheesburger.( PS)<br />The cheesburger tastes good.(PS)<br />She is eating a cheesburger now.( PC)</p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/stative-verbs-list.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/stative-verbs-list.pdf</a></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','<p>Nem cselekvést kifejező igék</p>','','2015-11-10 12:59:56'),(320,4,'word',1,'<p>concern</p>','<p>vonatkozik, érint</p>','','2015-10-31 06:27:51'),(321,4,'word',1,'yeast','élesztő','','2015-10-28 17:47:46'),(322,4,'word',1,'consist','abbol áll<br>','','2015-10-28 17:48:07'),(323,4,'word',1,'contain','tartalmaz','','2015-10-28 17:48:23'),(324,4,'word',1,'impress','benyomást kelteni<br>','','2015-10-28 17:52:29'),(325,4,'word',1,'<p>involve</p>','<p>magába foglal</p>','','2015-10-31 06:27:46'),(326,4,'word',1,'owe','tartozni','I owe you $20. I owe him for my career.<br>','2015-10-28 17:59:15'),(327,4,'word',1,'<p>realise</p>','<p>rádőbenni, felfogni, megvalosítani</p>','','2015-10-31 06:27:41'),(329,4,'sentence',1,'<ol>\r\n<li><strong>    a) Why are you smelling the soup?</strong><br />   b) Why do you smell the soup?<br /><br /></li>\r\n<li>   a) She was feeling his arm on her shoulder.<br /><strong>    b) She felt his arm on her shoulder.</strong><br /><br /></li>\r\n<li>   a) Are you having an English dictionary?<br />   <strong>b) Do you have an English dictionary?</strong><br /><br /></li>\r\n<li>   <strong>a) What are you thinking about?</strong><br />   b) What do you think about?<br /><br /></li>\r\n<li><strong>   a) I am feeling much better today.</strong><br />  b) I feel much better today.<br /><br /></li>\r\n<li><strong>   a) What are you looking at?</strong><br />  b) What do you look at?<br /><br /></li>\r\n<li>  a) I am not hearing you.<br />  <strong>b) I can\'t hear you.</strong><br /><br /></li>\r\n<li>  a) What are you thinking of me?<br />  <strong>b) What do you think of me?</strong><br /><br /></li>\r\n<li>  a) I am feeling we should go home now.<br />  <strong>b) I feel we should go home now.</strong><br /><br /></li>\r\n<li>  a) This bread is tasting funny.<br />  <strong>b) This bread tastes funny.</strong></li>\r\n</ol>','<p>1.) a) Miért kóstolod a levest<strong>?</strong></p>\r\n<p>2.) b) Ő az ő vállán érezte a kezét.</p>\r\n<p>3.) b) Neked van egy angól szótárad?</p>\r\n<p>4.) a) Te mit gondolsz erről<strong>?</strong></p>\r\n<p>5.) a) Én ma sokkal jobban érzem magam.</p>\r\n<p>6.) a) Te mit nézzel<strong>?</strong></p>\r\n<p>7.) b) Én nem hallak téged.</p>\r\n<p>8.) b) Te mit gondolsz rólam<strong>?</strong></p>\r\n<p>9.) b) Én úgy érzem mi mostmár haza mehetnénk.</p>\r\n<p>10.) b) Ez a kenyér vicces ízű.</p>','<p><span>Choose the correct form of the verb depending on whether in this meaning it is an action or a state verb. If both the Present Continuous and the Present Simple tenses are possible, use the Present Continuous tense.</span></p>','2015-10-30 18:29:03'),(330,4,'definition',0,'<p><strong>Some verbs can be both stative and dynamic.</strong></p>\r\n<p><strong>1.) be</strong></p>\r\n<p>be is usually a stative verb, but when it is used in the continuous it means ‘behaving’ or ‘acting’ you are stupid = it’s part of your personality you are being stupid = only now, not usually</p>\r\n<p><strong>2.) have</strong></p>\r\n<ul>\r\n<li>have (stative) = own I have a car</li>\r\n<li>have (dynamic) = part of an expression I’m having a party / a picnic / a bath / a good time / a break</li>\r\n</ul>\r\n<p><strong>3.) see</strong></p>\r\n<ul>\r\n<li>see (stative) = see with your eyes / understand I see what you mean I see her now, she’s just coming along the road</li>\r\n<li>see (dynamic) = meet / have a relationship with I’ve been seeing my boyfriend for three years I’m seeing Robert tomorrow</li>\r\n</ul>\r\n<p><strong>4.) taste (also: smell, feel, look)</strong></p>\r\n<ul>\r\n<li>taste (stative) = has a certain taste This soup tastes great</li>\r\n<li>taste (dynamic) = the action of tasting The chef is tasting the soup</li>\r\n</ul>\r\n<p><strong>5.) think</strong></p>\r\n<ul>\r\n<li>think (stative) = have an opinion I think that coffee is great think</li>\r\n<li>think (dynamic) = consider, have in my head what are you thinking about? I’m thinking about my next holiday</li>\r\n</ul>','<p>Néhány ige lehet statikus és dinamikus is.</p>','','2015-11-11 15:12:53'),(331,4,'sentence',1,'<p>1.) She has (have) a bath every evening.</p>','<p>Ő minden este fürdik.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:13:56'),(332,4,'sentence',1,'<p>2.) My husband is always tasting (always/taste) the food while I\'m cooking! It\'s very annoying.</p>','<p>Az én férjem mindig megkóstolja az ételt amíg én főzök! Ez nagyon bosszantó.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:14:55'),(333,4,'sentence',1,'<p>3.) Luke is seeing (see) the doctor now.</p>','<p>Luke most látja az orvost.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:15:39'),(334,4,'sentence',1,'<p>4.) He is having (have) a party next weekend.</p>','<p>Ő neki bulija lesz jövő hétvégén.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:16:02'),(335,4,'sentence',1,'<p>5.) This coffee doesn\'t taste (not taste) right.</p>','<p>Ennek a kávénak nincs jó íze.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:16:41'),(336,4,'sentence',1,'<p>6.) We are seeing (see) John and Susie next month.</p>','<p>Mi találkozunk John-nal és Susie-val a jövő honapban.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:17:12'),(337,4,'sentence',1,'<p>7.) What do you think (think) about the war?</p>','<p>Te mit gondolsz a háborúról?</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:17:39'),(338,4,'sentence',1,'<p>8.) She has (have) a headache.</p>','<p>Ő neki fejfájása van.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:18:01'),(339,4,'sentence',1,'<p>9.) It is (be) cold today.</p>','<p>Ma hideg van.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:18:22'),(340,4,'sentence',1,'<p>10.) They don\'t have (not/have) a car.</p>','<p>Nekik nincs autójuk.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:18:40'),(341,4,'sentence',1,'<p>11.) I don\'t see (not/see) anything, I can\'t work the telescope.</p>','<p>Én nem látok semmit. Nem tudok dolgozni a telszkóppal.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:19:13'),(342,4,'sentence',1,'<p>12.) The waiter is tasting (taste) the wine now.</p>','<p>A pincér megkóstolja most a bort.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:19:59'),(343,4,'sentence',1,'<p>13.) She isn\'t (not be) a doctor.</p>','<p>Ő nem orvos.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:20:16'),(344,4,'sentence',1,'<p>14.) Do you want (want) a sandwich?</p>','<p>Te kérsz egy szendvicset?</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:20:41'),(345,4,'sentence',1,'<p>15.) I am having (have) fun today.</p>','<p>Ma jól szórakoztam.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:21:00'),(346,4,'sentence',1,'<p>16.) I am thinking (think) too much about my ex-boyfriend.</p>','<p>Én túl sokat gondolok az előző fiúmra.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:21:47'),(347,4,'sentence',1,'<p>17.) They often see (see) a film on Friday.</p>','<p>Ők gyarkan filmeznek péntekenként.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:22:27'),(348,4,'sentence',1,'<p>18.) This cake tastes (taste) funny.</p>','<p>Ez a torta vicces ízű.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:23:09'),(349,4,'sentence',1,'<p>19.) Are you having (have) a good time at the moment?</p>','<p>Neked jó kedved van most?</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:23:46'),(350,4,'sentence',1,'<p>20.) The chef alwasy tastes (taste) the food before he serves it.</p>','<p>A szakács mindig megkóstolja az ételt mielőtt felszolgálja.</p>','<p><a href=\"http://www.perfect-english-grammar.com/stative-verbs-exercise.html\" target=\"_blank\">http://www.perfect-english-grammar.com/stative-verbs-exercise.html</a></p>','2015-10-30 18:24:15'),(353,5,'sentence',1,'<p><span>1.) (I / study / French) I\'ve studied French.</span></p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:33:45'),(354,5,'sentence',1,'<p>2.) <span>(She / eat / octopus)  </span>She\'s eaten octopus.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:33:51'),(355,5,'sentence',1,'<p>3.) (They / go / to Scotland) They\'ve gone to Scotland.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:33:55'),(356,5,'sentence',1,'<p>4.) (We / read / that book) We\'ve read the book.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:00'),(357,5,'sentence',1,'<p>5.) <span>(He / live / here for three years) </span>He\'s lived here for three years.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:05'),(358,5,'sentence',1,'<p>6.) (<span>You / know / David for ten years) You\'ve known David for ten years.</span></p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:10'),(359,5,'sentence',1,'<p>7.) (We / be / here for two weeks) We\'ve been here for two weeks.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:17'),(360,5,'sentence',1,'<p>8.) (I / lose / my keys) I\'ve lost my keys.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:22'),(361,5,'sentence',1,'<p>9.) <span>(He / drink / too much coffee) </span>He\'s drunk too much coffee.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:26'),(362,5,'sentence',1,'<p>10.) <span>(They / miss / the train)</span> They\'ve missed the train.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-1.html</a></p>','2015-11-03 13:34:32'),(363,5,'sentence',1,'<p><span>1) (We / not / go / to Paris) </span>We haven\'t gone to Paris.</p>\r\n<p><span>2) (She / not / see / ‘The Lord of the Rings’) She hasn\'t seen  ‘The Lord of the Rings’.</span></p>\r\n<p><span>3) (He / not / meet / my mother) He hasn\'t met my mother.<br /></span></p>\r\n<p><span>4) (They / not / visit / St. Paul’s) They haven\'t visited St. Paul\'s.<br /></span></p>\r\n<p><span>5) (I / not / know / him for three months) I haven\'t known him for three months.<br /></span></p>\r\n<p><span>6) (You / not / study / French for ten years) You haven\'t studied French for ten years.<br /></span></p>\r\n<p><span>7) (They / not / be / in London for six months) They haven\'t been in London for six months.<br /></span></p>\r\n<p><span>8) (He / not / hurt / his leg) He hasn\'t hurt his leg.<br /></span></p>\r\n<p><span>9) (She / not / leave / her phone in a taxi) She hasn\'t left her phone in a taxi.<br /></span></p>\r\n<p><span>10) (We / not / lose / our tickets) We haven\'t lost our tickets.<br /></span></p>\r\n<p><span> </span></p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-2.html</a></p>\r\n<p><span id=\"labelTitle\">Present Perfect - Negative 1</span></p>','2015-11-03 13:25:41'),(364,5,'sentence',1,'<p>1) (They / go / to the USA)? Have they gone to the USA?</p>\r\n<p>2) (You / read / ‘War and Peace’) Have you read \'War and Peace\'?</p>\r\n<p>3) (She / be / late for a meeting)? Has she been late for a meeting?</p>\r\n<p>4) (He / meet / your family yet)? Has he met your family yet?</p>\r\n<p>5) (They / live / here as long as we have)? Have they lived here as long as we have?</p>\r\n<p>6) (You / go / to Australia)? Have you gone to Australia?</p>\r\n<p>7) (She / miss / the bus)? Has she missed the bus?</p>\r\n<p>8) (I / meet / you before)? Have I met you before?</p>\r\n<p>9) (They / take / the exam)? Have they taken the exam?</p>\r\n<p>10) (She / work / in this company for fifteen years)? Has she worked in this company for fifteen years?</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-3.html</a></p>\r\n<p>Present Perfect - Questions</p>','2015-11-04 16:04:22'),(365,5,'sentence',1,'<p>1) (I / go / to the library today) I have gone to the library today.</p>\r\n<p>2) (you / keep a pet for three years) You\'ve kept a pet for three years.</p>\r\n<p>3) (you / come here before)? Have you come here before?</p>\r\n<p>4) (it / rain all day)? Has it rained all day?</p>\r\n<p>5) (who / we / forgot to invite)? Who have we forgotten to invite?</p>\r\n<p>6) (we / not / hear that song already) We haven\'t heard that song already.</p>\r\n<p>7) (he / not / forget his books) He haven\'t forgotten his books.</p>\r\n<p>8) (she / steal all the chocolate) She\'s stolen all the chocolate.</p>\r\n<p>9) (I / explain it well)? Have I explained it well?</p>\r\n<p>10) (who / he / meet recently) Who has he met recently?</p>\r\n<p> </p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-4.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-4.html</a></p>\r\n<p>Present Perfext exercises Mixed 1</p>','2015-11-03 13:25:56'),(366,5,'sentence',1,'<p>1) (she / pass the exam)? Has she passed the exam?</p>\r\n<p>2) (you / eat lunch yet)? Have you eaten lunch yet?</p>\r\n<p>3) (he / read the newspaper today)? Have he read the newspaper today?</p>\r\n<p>4) (you / not / study French for ten years) You haven\'t studied French for ten years.</p>\r\n<p>5) (they / be in London for six months) They\'ve been in London for six months.</p>\r\n<p>6) (where / you be)? Where have you been?</p>\r\n<p>7) (we / not / go to Paris) We haven\'t gone to Paris.</p>\r\n<p>8) (she / not see / \'The Lord Of The Rings) She hasn\'t seen \'The Lord Of The Rings\'.</p>\r\n<p>9) (he / not / meet my mother) He hasn\'t met my mother.</p>\r\n<p>10) (they / not / visit St. Paul\'s Cathedral yet) They haven\'t visited St. Paul\'s Cathedral yet.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-5.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-5.html</a></p>\r\n<p><span id=\"labelTitle\">Present Perfect - Mixed Exercise 2</span></p>','2015-11-03 13:26:17'),(367,5,'word',1,'<p>scam</p>\r\n<p> </p>','<p>átverés</p>','','2015-11-02 07:02:56'),(368,5,'word',1,'<p>chemistry</p>','<p>gyógyszerész</p>','','2015-11-02 07:03:32'),(369,5,'word',1,'<p>passer-by</p>','<p>járókelő</p>','','2015-11-02 07:04:12'),(370,5,'word',1,'<p>traffic jam</p>','<p>forgalmi dugó</p>','','2015-11-02 07:05:34'),(371,5,'word',1,'<p>diversion</p>','<p>elterelés</p>','','2015-11-02 07:06:01'),(372,5,'word',1,'<p>flyover</p>','<p>felüljáró</p>','','2015-11-02 07:06:23'),(373,5,'word',1,'<p>chimney</p>','<p>kémény</p>','','2015-11-02 07:06:59'),(374,5,'word',1,'<p>doormat</p>','<p>lábtörlő</p>','','2015-11-02 07:07:25'),(375,5,'word',1,'<p>attic</p>','<p>padlás</p>','','2015-11-02 07:07:41'),(376,5,'word',1,'<p>window sill</p>','<p>ablakpárkány</p>','','2015-11-02 07:08:15'),(377,5,'word',1,'<p>fence</p>','<p>kerítés</p>','','2015-11-02 07:08:32'),(378,5,'word',1,'<p>cellar</p>','<p>pince, borospince</p>','','2015-11-02 07:08:54'),(379,5,'word',1,'<p>doorknob</p>','<p>gömbkilincs</p>','','2015-11-02 07:09:38'),(380,5,'word',1,'<p>sink</p>','<p>mosogató</p>','','2015-11-02 07:10:00'),(381,5,'word',1,'<p>mend</p>','<p>javít</p>','','2015-11-02 07:10:25'),(382,5,'word',1,'<p>hijack</p>','<p>eltérít</p>','','2015-11-02 07:10:44'),(383,5,'word',1,'<p>derail</p>','<p>kisiklat</p>','','2015-11-02 07:11:12'),(384,5,'word',1,'<p>sail</p>','<p>vitorla</p>','','2015-11-02 07:11:27'),(385,5,'word',1,'<p>escalator</p>','<p>mozgólépcső</p>','','2015-11-02 07:11:54'),(386,5,'expression',1,'<p>fasten seat belt</p>','<p>biztonsági övet becsatolni</p>','','2015-11-02 07:12:40'),(387,5,'word',1,'<p>puncture</p>','<p>defekt</p>','','2015-11-02 07:13:52'),(388,5,'word',1,'<p>toll</p>','<p>útdíj</p>','','2015-11-02 07:14:14'),(389,5,'word',1,'<p>skid</p>','<p>csúszás</p>','','2015-11-02 07:14:51'),(390,5,'word',1,'<p>saddle</p>','<p>nyereg</p>','','2015-11-02 07:15:25'),(391,5,'word',1,'<p>valve</p>','<p>szelep</p>','','2015-11-02 07:15:38'),(392,5,'word',1,'<p>rack</p>','<p>állvány</p>','','2015-11-02 07:15:54'),(393,5,'sentence',1,'<p><strong>Contraries for Unique Personalities.</strong></p>\r\n<p><span>1. naive ↔ </span><span id=\"GapSpan0\" class=\"GapSpan\">sophisticated</span><span> </span><br /><br /><span>2. easy to please ↔ </span><span id=\"GapSpan1\" class=\"GapSpan\">picky</span><span> </span><br /><br /><span>3. uncreative ↔ </span><span id=\"GapSpan2\" class=\"GapSpan\">imaginative</span><span> </span><br /><br /><span>4. selfish ↔ </span><span id=\"GapSpan3\" class=\"GapSpan\">thoughtful</span><span> </span><br /><br /><span>5. modest ↔ </span><span id=\"GapSpan4\" class=\"GapSpan\">egotistical</span><span> </span><br /><br /><span>6. normal ↔ </span><span id=\"GapSpan5\" class=\"GapSpan\">eccentric</span><span> </span><br /><br /><span>7. quick to decide ↔ </span><span id=\"GapSpan6\" class=\"GapSpan\">indecisive</span><span> </span><br /><br /><span>8. unfeeling ↔ </span><span id=\"GapSpan7\" class=\"GapSpan\">sensitive</span><span> </span><br /><br /><span>9. illogical ↔ </span><span id=\"GapSpan8\" class=\"GapSpan\">sensible</span><span> </span><br /><br /><span>10. having faith in people ↔ </span><span id=\"GapSpan9\" class=\"GapSpan\">cynical</span></p>','','<p><a href=\"http://www.englishpage.com/vocabulary/interactivelesson1b.htm\" target=\"_blank\">http://www.englishpage.com/vocabulary/interactivelesson1b.htm</a></p>','2015-11-03 13:10:42'),(396,6,'sentence',0,'<p> </p>\r\n<p> </p>','','','2015-11-04 07:59:35'),(397,6,'sentence',1,'<p><strong>Robin:</strong><span> I think the waiter (forget) </span><strong><span id=\"GapSpan0\" class=\"GapSpan\">has forgotten</span></strong><span> us. We (wait) </span><strong><span id=\"GapSpan1\" class=\"GapSpan\">have been waiting</span></strong><span> here for over half an hour and nobody (take) </span><strong><span id=\"GapSpan2\" class=\"GapSpan\">has taken</span></strong><span> our order yet. </span><br /><br /><strong>Michele:</strong><span> I think you\'re right. He (walk) </span><strong><span id=\"GapSpan3\" class=\"GapSpan\">has walked</span></strong><span> by us at least twenty times. He probably thinks we (order, already) </span><strong><span id=\"GapSpan4\" class=\"GapSpan\">have already ordered</span></strong><span>. </span><br /><br /><strong>Robin:</strong><span> Look at that couple over there, they (be, only) </span><strong><span id=\"GapSpan5\" class=\"GapSpan\">have only been</span></strong><span> here for five or ten minutes and they already have their food. </span><br /><br /><strong>Michele:</strong><span> He must realize we (order, not) </span><strong><span id=\"GapSpan6\" class=\"GapSpan\">have not ordered</span></strong><span> yet! We (sit) </span><strong><span id=\"GapSpan7\" class=\"GapSpan\">have been sitting</span></strong><span> here for over half an hour staring at him. </span><br /><br /><strong>Robin:</strong><span> I don\'t know if he (notice, even) </span><strong><span id=\"GapSpan8\" class=\"GapSpan\">has even noticed</span></strong><span> us. He (run) </span><strong><span id=\"GapSpan9\" class=\"GapSpan\">has been running</span></strong><span> from table to table taking orders and serving food. </span><br /><br /><strong>Michele:</strong><span> That\'s true, and he (look, not) </span><strong><span id=\"GapSpan10\" class=\"GapSpan\">has not looked</span></strong><span> in our direction once.</span></p>','','<p class=\"ExerciseTitle\"><a href=\"http://www.englishpage.com/verbpage/verbs7.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs7.htm</a></p>\r\n<p class=\"ExerciseTitle\"><strong>Verb Tense Exercise 7</strong></p>\r\n<p class=\"ExerciseSubtitle\"><strong>Present Perfect / Present Perfect Continuous</strong></p>','2015-11-05 10:56:02'),(398,6,'sentence',1,'<p><span>1. Judy: How long (be) </span><strong><span id=\"GapSpan0\" class=\"GapSpan\">have you been</span></strong><span> in Canada?</span><br /><span>Claude: I (study) </span><span id=\"GapSpan1\" class=\"GapSpan\">have been studying</span><span> here for more than three years.</span><br /><br /><span>2. I (have) </span><strong><span id=\"GapSpan2\" class=\"GapSpan\">have had</span></strong><span> the same car for more than ten years. I\'m thinking about buying a new one.</span><br /><br /><span>3. I (love) </span><strong><span id=\"GapSpan3\" class=\"GapSpan\">have loved</span></strong><span> chocolate since I was a child. You might even call me a \"chocoholic.\"</span><br /><br /><span>4. Matt and Sarah (have) </span><strong><span id=\"GapSpan4\" class=\"GapSpan\">have been having</span></strong><span> some difficulties in their relationship lately, so they (go) </span><strong><span id=\"GapSpan5\" class=\"GapSpan\">have been going</span></strong><span> to a marriage counselor. I hope they work everything out.</span><br /><br /><span>5. John (work) </span><strong><span id=\"GapSpan6\" class=\"GapSpan\">has been working</span></strong><span> for the government since he graduated from Harvard University. Until recently, he (enjoy) </span><strong><span id=\"GapSpan7\" class=\"GapSpan\">has been enjoying</span></strong><span> his work, but now he is talking about retiring.</span><br /><br /><span>6. Lately, I (think) </span><strong><span id=\"GapSpan8\" class=\"GapSpan\">have been thinking</span></strong><span> about changing my career because I (become) </span><strong><span id=\"GapSpan9\" class=\"GapSpan\">have become</span></strong><span> dissatisfied with the conditions at my company.</span><br /><br /><span>7. I (see) </span><strong><span id=\"GapSpan10\" class=\"GapSpan\">have been seeing</span></strong><span> Judy for more than five years and during that time I (see) </span><strong><span id=\"GapSpan11\" class=\"GapSpan\">have seen</span></strong><span> many changes in her personality.</span></p>','','<p><a href=\"http://www.englishpage.com/verbpage/verbs8.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs8.htm</a></p>\r\n<p><strong>Verb Tense Exercise 8</strong></p>\r\n<p><strong>Present Perfect / Present Perfect Continuous</strong></p>','2015-11-05 11:16:38'),(399,6,'sentence',1,'<p>1.) Where <strong>does</strong> she work?</p>\r\n<p>2.) When <strong>do </strong>you finish school?</p>\r\n<p>3.) Why <strong>do </strong>you like that movie?</p>\r\n<p>4.) When <strong>is </strong>the game?</p>\r\n<p>5.) What <strong>is</strong> your brother\'s name?</p>\r\n<p>6.) Where <strong>is</strong> my jacket?</p>\r\n<p>7.) How old <strong>are</strong> your parents?</p>\r\n<p>8.) When <strong>does</strong> Dan eat dinner?</p>\r\n<p>9.) What <strong>is</strong> the answer to question number 5?</p>\r\n<p>10.) How <strong>do</strong> the boys like the class?</p>','','<p><a href=\"http://www.learnenglish-online.com/grammar/tests/whquestions2.html\" target=\"_blank\"><span>http://www.learnenglish-online.com/grammar/tests/whquestions2.html</span></a></p>\r\n<p><strong>Fill in the blanks with do, does, is, or are.</strong></p>','2015-11-05 13:38:51'),(400,6,'sentence',1,'<p>1.) Where <strong>do</strong> you live?</p>\r\n<p>2.) How <strong>are</strong> you?</p>\r\n<p>3.) When <strong>do</strong> they come to school?</p>\r\n<p>4.) Where <strong>does</strong> she work?</p>\r\n<p>5.) Why <strong>is</strong> Kim sad?</p>\r\n<p>6.) Who <strong>is</strong> your teacher?</p>\r\n<p>7.) What <strong>are</strong> their names?</p>\r\n<p>8.) Who <strong>do</strong> you sit with in class?</p>\r\n<p>9.) When <strong>do</strong> the boys go to sleep?</p>\r\n<p>10.) How <strong>does </strong>Tom like his new car?</p>','','<p><a href=\"http://www.learnenglish-online.com/grammar/tests/whquestions3.html\" target=\"_blank\">http://www.learnenglish-online.com/grammar/tests/whquestions3.html</a></p>\r\n<p><strong>Fill in the blanks with do, does, is, are.</strong></p>','2015-11-05 13:42:11'),(401,6,'sentence',1,'<p>1.) are, doing, what, they => <span class=\"correct-input\">What are they doing</span><span>?</span></p>\r\n<p>2.) in the morning, get, do, up, you, when => When do you get up in the morning?</p>\r\n<p>3.) you, spell, your, do, name, how => How do you spell your name?</p>\r\n<p>4.) what, is, homework, for => What is for homework?</p>\r\n<p>5.) does, Tim, handball, why, like => Why does Tim like handball?</p>\r\n<p>6.) like, the girls, sports, do, what => What sports do the girls like?</p>\r\n<p>7.) lunch, friend, have, did, what, for, your => What did your friend have for lunch?</p>\r\n<p>8.) long, Kevin, did, Paris, how, stay, in => How long did Kevin stay in Paris?</p>\r\n<p>9.) weather, the, what, whas like => What was the weather like?</p>\r\n<p>10.) thinks, is, who, easy, maths => Who thinks maths is easy?</p>','','<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/word_order4.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/word_order4.htm</a></p>\r\n<p><strong>Word ordering</strong></p>','2015-11-05 13:51:46'),(402,6,'sentence',1,'<p><span>1.) John is writing </span><span>a <strong>letter</strong></span><span>. => <span class=\"correct-input\">What is John writing</span><span>?</span></span></p>\r\n<p><span><span>2.) <strong>She</strong><span> walks home from school. => <span class=\"correct-input\">Who walks home from school</span><span>?</span></span></span></span></p>\r\n<p><span><span><span>3.) <span>The children are sitting </span><strong>in the garden</strong><span>. => <span class=\"correct-input\">Where are the children sitting</span><span>?</span></span></span></span></span></p>\r\n<p><span><span><span><span>4.) <span>Peter runs with his dog </span><strong>on Sundays</strong><span>.</span> => <span class=\"correct-input\">When does Peter run with his dog</span><span>?</span><span class=\"wrong-input\"><br /></span></span></span></span></span></p>\r\n<p><span><span><span><span><span>5.) <span>My rabbit has </span><strong>a cage</strong><span> in the garden. => <span class=\"correct-input\">What does your rabbit have in the garden</span><span>?</span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span>6.) <span>They go to work </span><strong>by bus</strong><span>. => <span class=\"correct-input\">How do they go to work</span><span>?</span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span>7.) <span>David likes cats </span><strong>because they are nice</strong><span>. => <span class=\"correct-input\">Why does David like cats</span><span>?</span></span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span><span>8.) <strong>Jenny</strong><span> isn\'t sleeping late today. => <span class=\"correct-input\">Who isn\'t sleeping late today</span><span>?</span></span></span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span><span><span>9.) <span>We are going </span><strong>to the cinema</strong><span>. => Where are you going?</span></span></span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span><span><span><span>10.) I\'m leaving <strong>now</strong> => When are you leaving?</span></span></span></span></span></span></span></span></span></span></p>','','<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/form.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/form.htm</a></p>\r\n<p><strong>How to form questions in English – Exercise 1</strong></p>','2015-11-05 14:16:01'),(403,6,'sentence',1,'<p>1.) She never cleans <strong>the van</strong>. => What does she never clean?</p>\r\n<p>2.)  Kim and Tina are playing <strong>ball</strong> in the garden. => What are Kim and Tina playing in the garden?</p>\r\n<p>3.) They are running <strong>home</strong>. => Where are they running?</p>\r\n<p>4.) <strong>Mr Johnson</strong> has been living in Montreal for ten years. => Who has been living in Montreal for ten years?</p>\r\n<p>5.) Anne likes her new job <strong>very much</strong>. => How does Anne like her new job?</p>\r\n<p>6.) The Barnes are planning a trip <strong>to Norway</strong>. => Where are the Barnes planning a trip?</p>\r\n<p>7.) The shop will be closed <strong>until next month</strong>. => How long will the shop be closed?</p>\r\n<p>8.) Beverly usually gets up <strong>at 6.30 am</strong>. => When does Beverly usually get up?</p>\r\n<p>9.) He can\'t meet Sharon <strong>because she is very ill</strong>. => Why can\'t he meet Sharon?</p>\r\n<p>10.) Every evening <strong>Steven</strong> listens to his new CDs. => Who listens to his new CDs every evening?</p>','','<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/form2.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/form2.htm</a></p>\r\n<p><strong>How to form questions in English – Exercise 2</strong></p>','2015-11-05 18:23:28'),(404,6,'sentence',1,'<p>1.) She is opening a <strong>present</strong>. => What is she opening?</p>\r\n<p>2.) The boys are hiding <strong>under Tom\'s bed</strong>. => Where are the boys hiding?</p>\r\n<p>3.) <strong>My sister </strong>prefers porridge for breakfast => Who prefers porridge for breakfast?</p>\r\n<p>4.) On Thursday Jack has <strong>German, history and maths</strong>. => What does Jack have on Thursday?</p>\r\n<p>5.) <strong>Yesterday</strong> Carol and Jane went to the swimming pool. => <span class=\"correct-input\">When did Carol and Jane go to the swimming pool</span><span>?</span></p>\r\n<p>6.) The plane is landing <strong>at the airport. </strong>=><strong> </strong>Where is the plane landing?</p>\r\n<p>7.) <strong>The telephone</strong> is ringing. => What is ringing?</p>\r\n<p>8.) Sarah has to stop <strong>because of a security check</strong>. => Why does Sarah have to stop?</p>\r\n<p>9.) Andrew\'s new mountain bike costs <strong>€1000. => </strong>What does Andrew\'s new mountain bike cost?</p>\r\n<p>10.) At sunset <strong>Peter</strong> is walking along the beach. => Who is walking along the beach at sunset?</p>','','<p><a href=\"http://www.englisch-hilfen.de/en/exercises/questions/form3.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/questions/form3.htm</a></p>\r\n<p><strong>How to form questions in English – Exercise 3</strong></p>','2015-11-06 06:16:21'),(405,6,'sentence',1,'<p><strong>Fill in the question words What, Where, Why, When, How, Who to form the question.</strong></p>\r\n<p>1. <strong>What</strong> do you like best?</p>\r\n<p>2. <strong>When</strong> does Manolo get up in the morning?</p>\r\n<p>3. <strong>Why</strong> don´t you go by bus, Cristina?</p>\r\n<p>4. <strong>What</strong> hobbies does Carlos like?</p>\r\n<p>5. <strong>Where</strong> do they go to every week?</p>\r\n<p>6. <strong>How</strong> old are you Silvia?</p>\r\n<p>7. <strong>When</strong> is Maria´s birthday?</p>\r\n<p>8. <strong>Where</strong> are my exercise books?</p>\r\n<p>9. <strong>What</strong> are you doing at the moment, Harry?</p>\r\n<p>10. <strong>Where</strong> do the Petersons live?</p>\r\n<p> </p>\r\n<p><strong>Fill in the correct question word.</strong></p>\r\n<p>1. <strong>Who</strong> sits next to Dries? Mo.</p>\r\n<p>2. <strong>Where</strong> does the boy come from? From Madrid</p>\r\n<p>3. <strong>How</strong> old are her children? Three and five.</p>\r\n<p>4. <strong>When</strong> is Lola´s birthday? In March, I think.</p>\r\n<p>5. <strong>How</strong> much is the shirt? It´s twenty euros.</p>\r\n<p>6. <strong>Who</strong> is best at playing tennis? Johann.</p>\r\n<p>7. <strong>Where</strong> are you going? To my parents.</p>\r\n<p>8. <strong>How</strong> much is an soda? It´s one euro.</p>\r\n<p>9. <strong>When</strong> does the restaurant open? At ten o´clock.</p>\r\n<p>10. <strong>Where</strong> can I get some ice cream? At the snack bar.</p>\r\n<p>11. <strong>What</strong> are you going to order? Pasta.</p>\r\n<p>12. <strong>What</strong> are you going to do on Monday? I don´t know.</p>\r\n<p>13. <strong>Who</strong> has got my sunglasses? I have got them.</p>\r\n<p>14. <strong>What</strong> is your name? Rita.</p>\r\n<p>15. <strong>When</strong> is Helen´s party? On Friday.</p>\r\n<p> </p>\r\n<p><strong>Complete with the correct question word.</strong></p>\r\n<p>1. <strong>How</strong> much are the patotoes? One dollar.</p>\r\n<p>2. <strong>What</strong> can I do for you? I want two white T-shirts.</p>\r\n<p>3. <strong>Where</strong> can I get a newspaper? At Park street.</p>\r\n<p>4. <strong>Who</strong> is your best friend? It´s Paul.</p>\r\n<p>5. <strong>Where</strong> does Lisa live? In Boston.</p>\r\n<p>6. <strong>What</strong> colour is your new car? It´s white.</p>\r\n<p>7. <strong>What</strong> do you collect? Stickers.</p>\r\n<p>8. <strong>Who</strong> can help me? I can.</p>\r\n<p>9. <strong>How</strong> about some grapes? No, thanks.</p>\r\n<p>10. <strong>What</strong> was your first word as a baby? Mama.</p>\r\n<p>11. <strong>When</strong> were you born? On March 9th.</p>\r\n<p>12. <strong>Where</strong> were you born? In St. Maarten.</p>\r\n<p>13. <strong>Where</strong> were you last Sunday? I was working.</p>\r\n<p>14. <strong>Where</strong> can we have a picnic? I know a nice place near a pond.</p>\r\n<p>15. <strong>What</strong> are you going to take with you? Some sandwiches and a coke.</p>\r\n<p> </p>\r\n<p><strong>Choose between What, Which and Whose.</strong></p>\r\n<p>1. <strong>What</strong> time is it?</p>\r\n<p>2. <strong>What</strong> colour is her hair?</p>\r\n<p>3. <strong>What</strong> kind of clothes do you like to wear?</p>\r\n<p>4. <strong>Which</strong> school do you go to?</p>\r\n<p>5. <strong>Which</strong> doll is your favourite?</p>\r\n<p>6. <strong>Which</strong> road leads to the Zoo?</p>\r\n<p>7. <strong>Which</strong> runner is the last one?</p>\r\n<p>8. Do you know <strong>which</strong> girl won the prize?</p>\r\n<p>9. <strong>Whose</strong> foot print´s are these?</p>\r\n<p>10. <strong>Whose</strong> baby is this?</p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>','','<p><a href=\"http://www.language-worksheets.com/question-words-elementary.html\" target=\"_blank\">http://www.language-worksheets.com/question-words-elementary.html</a></p>','2015-11-06 12:20:23'),(406,6,'sentence',1,'','','<p><a href=\"http://www.language-worksheets.com/question-words-elementary.html\" target=\"_blank\">http://www.language-worksheets.com/question-words-elementary.html</a></p>\r\n<p><strong>Fill in the correct question word.</strong></p>','2015-11-06 12:08:37'),(407,6,'sentence',1,'<p>1.) here / who / lives ? => Who lives here?</p>\r\n<p>2.) friend / who / best / is your ? => Who is your best friend?</p>\r\n<p>3.) his / who / barber / is ? => Who is his barber?</p>\r\n<p>4.) our / who / is / on / team ? => Who is on our team?</p>\r\n<p>5.) cuts / the grass / who ? => Who cuts the grass?</p>\r\n<p>6.) you / do / go / with / fishing / who ? => Who do you go with fishing?</p>\r\n<p>7.) paint / house / my / who / can ? => Who can paint my house?</p>\r\n<p>8.) likes / better / chocolate / vanilla / who / than ? => Who likes better chocolate than vanilla?</p>','','<p><a href=\"http://englishforeveryone.org/PDFs/Beginning Forming Questions - Who.pdf\" target=\"_blank\">http://englishforeveryone.org/PDFs/Beginning Forming Questions - Who.pdf</a></p>\r\n<p>Form questions with Who</p>','2015-11-06 12:33:31'),(408,6,'sentence',1,'<p>1.) your / house / nice / is ? => Is your house nice?</p>\r\n<p>2.) name / her / is / Annie ? => Is her name Annie?</p>\r\n<p>3.) you / are / going / the / to / beach ? => You are going to the beach?</p>\r\n<p>4.) Bobby / getting / his / hair / cut / is ? => Is Bobby getting his hair cut?</p>\r\n<p>5.) are / home / you at ? => You are at home?</p>\r\n<p>6.) the / conert / tonight / is ? => Is the concert tonight?</p>\r\n<p>7.) we / are / yet / there ? => Are we there yet?</p>\r\n<p>8.) feeling / Ella / sick / today / is ? => Is Ella feeling sick today?</p>','','<p><a href=\"http://englishforeveryone.org/PDFs/Beginning forming Questions - To be.pdf\" target=\"_blank\">http://englishforeveryone.org/PDFs/Beginning forming Questions - To be.pdf</a></p>\r\n<p><strong>Forming question with To Be</strong></p>','2015-11-06 12:41:38'),(409,6,'sentence',1,'<p>1.) they / eat / fish / do ? => Do they eat fish?</p>\r\n<p>2.) time / what / we / do / leave ? => What time do we leave?</p>\r\n<p>3.) dog / the / does / bite ? => Does the dog bite?</p>\r\n<p>4.) what / time / the / bus / arrive / does ? => What time the bus does arrive?</p>\r\n<p>5.) you / do / smoke ? => Do you smoke?</p>\r\n<p>6.) the / movie / start / when / does ? => When does the movie start?</p>\r\n<p>7.) you / play / guitar / do / the ? => Do you play the guitar?</p>\r\n<p>8.) Carla / laundry / does / the / do / on / Tuesday ? => Does Carla do the laundry on Tuesday?</p>','','<p><a href=\"http://englishforeveryone.org/PDFs/Beginning forming Questions - Do.pdf\" target=\"_blank\">http://englishforeveryone.org/PDFs/Beginning forming Questions - Do.pdf</a></p>\r\n<p>Forming Questions with To Do</p>','2015-11-06 12:53:41'),(410,6,'sentence',1,'<p><strong>A) Use PRESENT PERFECT CONTINUOUS TENSE to fill in the blanks:<br /><br /></strong>1.) I\'m tired, because I <strong>have been working</strong> (work) very hard.</p>\r\n<p>2.) He <strong>have been writing</strong> (write) letters all morning.</p>\r\n<p>3.) Catherina is getting fatter because she <strong>has been eating</strong> (eat) too much.</p>\r\n<p>4.) My mother <strong>has been peeling</strong> (peel) the potatoes all afternoon.</p>\r\n<p>5.) Cathy <strong>has been attending</strong> (attend) a cookery course since March.</p>\r\n<p>6.) How long <strong>have</strong> you <strong>been</strong> learning (learn) English.</p>\r\n<p>7.) Where are my eye-glasses? I <strong>have been looking</strong> (look) for them for an hour.</p>\r\n<p>8.) Charles <strong>has been escaping</strong> (escape) from the police for years.</p>\r\n<p>9.) How long <strong>have</strong> you <strong>been using</strong> (use) a computer.</p>\r\n<p>10.) Elizabeth <strong>has been living</strong> (live) with Mike for three years.</p>\r\n<p>11.) She <strong>has been earning</strong> (earn) quite a lot of money for the last two years.</p>\r\n<p>12.) It <strong>has been raining</strong> (rain) for six hours.</p>\r\n<p> </p>\r\n<p><strong>B.) Use PRESENT PERFECT TENSE or PRESENT PERFECT CONTINUOUS to fill in the blanks.<br /><br /></strong>1.) I\'ve <strong>bought </strong>/ (<span>have been buying)</span> a new pair of shoes.</p>\r\n<p>2.) <strong>Have you finished</strong> / (<span>Have you been finishing)</span> reading that book yet?</p>\r\n<p>3.) <strong>They</strong>(<span>\'ve eaten)</span> / <strong>have been eating </strong>fruit all afternoon, ever since they came from school.</p>\r\n<p>4.) <strong>I</strong>(<span>\'ve been reading)</span> / <strong>have read</strong> this book now, so you can have it back.</p>\r\n<p>5.) <strong>I</strong>(\'ve been writing) / <strong>have written</strong> eight pages already.</p>\r\n<p>6.) Your exam paper is completely blank! What <strong>have you been doing</strong> / (have you done)?</p>\r\n<p>7.) Oh, no! There\'s nothing to eat. My sister (has been eating) / <strong>has eaten </strong>everything I left in the kitchen.</p>\r\n<p>8.) Oh, no! There\'s no wine to drink. They <strong>have drunk</strong> / (have been drinking) all the wine.</p>\r\n<p>9.) No wonder your eyes hurt. You\'<strong>ve been playing</strong> / (have played) computer games ever since you had your breakfast.</p>\r\n<p>10.) I (haven\'t seen) / <strong>haven\'t been seeing</strong> you for ages.</p>\r\n<p>11.) God! Hakan <strong>has scored</strong> / (has been scoring).</p>\r\n<p>12.) They (have danced) / <strong>have been dancing</strong> for an hour.</p>\r\n<p>13.) I <strong>have been waiting</strong> / (have waited) for you for ages.</p>\r\n<p>14.) I<strong>\'ve finished</strong> / (\'ve been finishing) my work.</p>\r\n<p>15.) I<strong>\'ve been writing</strong> / (have written) this letter for an hour.</p>\r\n<p>16.) He <strong>has visited</strong> / (has been visiting) ten museums this week.</p>\r\n<p>17.) I\'m very tired. Because I (have traveled) / <strong>have been travelling</strong> around Istanbul all day.</p>\r\n<p>18.) She <strong>has found</strong> / (has been finding) a good job.</p>\r\n<p>19.) I\'m hot because I <strong>have been running</strong> / I (have run).</p>\r\n<p>20.) I (have written) / <strong>have been writing</strong> letters for weeks.</p>','','<p><a href=\"http://farmacia.unich.it/farmacologia/didattica/inglese/worksheets.pdf\" target=\"_blank\">http://farmacia.unich.it/farmacologia/didattica/inglese/worksheets.pdf</a></p>\r\n<p>Present Perfect Continuous <strong>Worksheet 11 PAGE 42</strong></p>','2015-11-08 08:23:47'),(411,7,'sentence',0,'<p>http://www.easypacelearning.com/all-lessons/grammar/1198-12-verb-tenses-table-learning-english-grammar-tenses</p>\r\n<p> </p>\r\n<p>Bumbak Mariann-Angol tematikus tesztek</p>\r\n<p>page 10-13</p>\r\n<p>test number 1</p>\r\n<p>exercises 1 to 50.</p>','','','2015-11-08 15:26:00'),(412,7,'word',1,'<p>to sew</p>','<p>varni</p>','','2015-11-10 18:29:06'),(413,7,'word',1,'<p>sewing-machine</p>','<p>varrógép</p>','','2015-11-10 18:29:28'),(414,7,'word',1,'<p>to row</p>','<p>evezni</p>','','2015-11-10 18:29:42'),(415,7,'word',1,'<p>to mow</p>','<p>nyírni</p>','','2015-11-10 18:29:57'),(416,7,'word',1,'<p>parrot</p>','<p>papagáj</p>','','2015-11-10 18:30:13'),(417,7,'word',1,'<p>niece</p>','<p>unokahúg</p>','','2015-11-10 18:30:36'),(418,7,'sentence',1,'<p><strong>RUDI</strong></p>\r\n<p>1.) A)<br />2.) A)<br />3.) B)<br />4.) B)<br />5.) B)<br />6.) D)<br />7.) A)<br />8.) C)<br />9.) B)<br />10.) A)<br />11.) A)<br />12.) A)<br />13.) D)<br />14.) C)<br />15.) A)<br />16.) D)<br /><strong>17.) A)</strong><br />18.) A)<br /><strong>19.) C)</strong><br /><strong>20.) A)</strong><br />21.) D)<br />22.) B)<br />23.) D)<br />24.) C)<br />25.) B)<br />26.) A)<br />27.) B)<br />28.) D)<br />29.) D)<br />30.) A)<br />31.) C)<br />32.) C)<br />33.) C)<br />34.) A)<br />35.) B)<br />36.) C)<br />37.) A)<br />38.) A)<br />39.) D)<br />40.) B)<br />41.) C)<br />42.) A)<br />43.) B)<br />44.) B)<br />45.) B)<br />46.) C)<br />47.) B)<br />48.) C)<br />49.) A)<br />50.) C)<br /><br /></p>','<p><strong>HELYES</strong></p>\r\n<p>1.) A)<strong><br /></strong>2.) A)<br />3.) B)<br />4.) B)<br />5.) B)<br />6.) D)<br />7.) A)<br />8.) C)<br />9.) B)<br />10.) A)<br />11.) A)<br />12.) A)<br />13.) D)<br />14.) C)<br />15.) A)<br />16.) D)<br />17.) C)<br />18.) A)<br />19.) B)<br />20.) B)<br />21.) D)<br />22.) B)<br />23.) D)<br />24.) C)<br />25.) B) <br />26.) A)<br />27.) B)<br />28.) D)<br />29.) D)<br />30.) A)<br />31.) C)<br />32.) C)<br />33.) C)<br />34.) A)<br />35.) B)<br />36.) C)<br />37.) A)<br />38.) A)<br />39.) D)<br />40.) B)<br />41.) C)<br />42.) A)<br />43.) B)<br />44.) B)<br />45.) B)<br />46.) C)<br />47.) B)<br />48.) C)<br />49.) A)<br />50.) C)</p>','<p>Bumbák Marianna - Angol tematikus tesztek  10-13 oldal.</p>\r\n<p><a href=\"https://onedrive.live.com/redir?resid=91912CBF6C6C2AF6!5141&authkey=!AD7P8PBcutJ92w4&ithint=folder,pdf\" target=\"_blank\">https://onedrive.live.com/redir?resid=91912CBF6C6C2AF6!5141&authkey=!AD7P8PBcutJ92w4&ithint=folder,pdf</a></p>','2015-11-10 19:37:02'),(420,8,'word',1,'<p>to nod</p>','<p>bólogatni</p>','','2015-11-12 07:12:46'),(421,8,'word',1,'<p>the wind roared</p>','<p>a szél sűvített</p>','','2015-11-12 07:14:18'),(422,8,'word',1,'<p>sledge</p>','<p>szánkó</p>','','2015-11-12 09:35:05'),(423,8,'word',1,'<p>fur coat</p>','<p>bunda kabát</p>','','2015-11-12 07:15:30'),(424,8,'word',1,'<p>fell upon him</p>','<p>ráborult</p>','','2015-11-12 07:16:19'),(425,8,'word',1,'<p>must not</p>','<p>nem szabad</p>','','2015-11-12 07:17:02'),(426,8,'word',1,'<p>the wolves howled</p>','<p>a farkasok üvöltöttek</p>','','2015-11-12 07:18:06'),(427,8,'word',1,'<p>to pour</p>','<p>önteni</p>','','2015-11-12 09:34:55'),(428,8,'sentence',1,'<p>1) She went (go) home.</p>\r\n<p>2.) We watched (watch) a film.</p>\r\n<p>3.) When did he arrive (he/arrive)?</p>\r\n<p>4.) I bought (buy) a new car.</p>\r\n<p>5.) Where did you live (you/live)?</p>\r\n<p>6.) I played (play) tennis.</p>\r\n<p>7.) Where did you work (you/work) before?</p>\r\n<p>8.) Did they come (they/come) for lunch?</p>\r\n<p>9.) Did we study (we/study) this last year?</p>\r\n<p>10.) They drank (drink) coffee.</p>\r\n<p>11.) Did you see (you/see) that film?</p>\r\n<p>12.) We ate (eat) dinner.</p>\r\n<p>13.) You didn\'t go (not/go) out last night.</p>\r\n<p>14.) He studied (study).</p>\r\n<p>15.) What did you watch (you/watch)?</p>\r\n<p>16.) We didn\'t call (not/call) you yesterday.</p>\r\n<p>17.) They didn\'t arrive (not/arrive) on time.</p>\r\n<p>18.) It didn\'t rain (not/rain).</p>\r\n<p>19.) We didn\'t drink (not/drink) beer.</p>\r\n<p>20.) You cleaned (clean) the kitchen.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-simple-exercise-9.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-exercise-9.html</a></p>\r\n<p><strong>Past Simple - Mixed Exercise 3</strong> <br />Make the past simple, positive, negative or question</p>','2015-11-12 11:19:22'),(429,8,'sentence',1,'<p>1.) Where did she go (she/go)?</p>\r\n<p>2.) What did you do (you/do)?</p>\r\n<p>3.) He worked (work) in a bank.</p>\r\n<p>4.) You didn\'t call (not/call) me.</p>\r\n<p>5.) Did you wear (you/wear) your red dress?</p>\r\n<p>6.) He didn\'t read (not/read) that book.</p>\r\n<p>7.) Did you go (you/go)?</p>\r\n<p>8.) Did she study (she/study) last night?</p>\r\n<p>9.) Did we arrive (we/arrive) last?</p>\r\n<p>10.) Who did you meet (you/meet)?</p>\r\n<p>11.) Did they come (they/come) to the party?</p>\r\n<p>12.) She didn\'t meet (not/meet) him.</p>\r\n<p>13.) Did she go (she/go)?</p>\r\n<p>14.) You met (meet) a friend.</p>\r\n<p>15.) Which did you like (you/like)?</p>\r\n<p>16.) I didn\'t forget (not/forget) your book.</p>\r\n<p>17.) What did he do (he/do) at the weekend?</p>\r\n<p>18.) She didn\'t like (not/like) chocolate.</p>\r\n<p>19.) What did you buy (you/buy) yesterday?</p>\r\n<p>20.) Did you have (you/have) a good holiday?</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-simple-exercise-10.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-exercise-10.html</a></p>\r\n<p><strong>Past Simple - Mixed Exercise 4</strong> <br />Make the past simple, positive, negative or question</p>','2015-11-12 11:29:28'),(430,8,'sentence',1,'<p>1.) We went (go) to the theatre last week.</p>\r\n<p>2.) Yesterday I had (have) dinner with a friend.</p>\r\n<p>3.) I have never tasted (never taste) champagne.</p>\r\n<p>4.) When I was (be) a child, I loved (love) ice-skating.</p>\r\n<p>5.) I haven\'t had (not/have) any coffee today - I feel very sleepy!</p>\r\n<p>6.) I didn\'t drink (not/drink) any coffee yesterday.</p>\r\n<p>7.) I have read (read) all his books - I think he\'s a wonderful writer.</p>\r\n<p>8.) What did you do (you/do) at the weekend.</p>\r\n<p>9.) I have always loved (always/love) tea - I drink it every day.</p>\r\n<p>10.) What subject did she study (she/study) at university?</p>\r\n<p>11.) John has lost (lose) his bus pass - can he borrow some money?</p>\r\n<p>12.) How long have you known (you/know) Susie for?</p>\r\n<p>13.) He was (be) married for ten years (but he got divorced).</p>\r\n<p>14.) Have you ever been (you/ever/go) to Central Park in New York?</p>\r\n<p>15.) How many books has she written (she/write) so far?</p>\r\n<p>16.) He washed (wash) the dishes, cleaned (clean) the living room, and cooked (cook) dinner last night.</p>\r\n<p>17.) My great-grandfather never left (leave) Scotland.</p>\r\n<p>18.) She came (come) to London in 1997.</p>\r\n<p>19.) She has never seen (never / see) snow before.</p>\r\n<p>20.) He has been (be) married for thirty-five years (and he\'s still married now).</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-simple-present-perfect-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-present-perfect-3.html</a></p>\r\n<p><strong>Past Simple or Present Perfect Exercise 3</strong></p>\r\n<p>Make the correct form of the past simple or the present perfect</p>','2015-11-12 13:49:02'),(431,8,'sentence',1,'<p>1.) I have never been (never/go) to Vienna.</p>\r\n<p>2.) My great grandfather had (have) five sisters.</p>\r\n<p>3.) He lived (live) in Manila for a year when he was a student.</p>\r\n<p>4.) Oh no! I have lost (lose) my wallet.</p>\r\n<p>5.) Have you seen (you/see) Julie today?</p>\r\n<p>6.) At the weekend, they played (play) football, then they went (go) to a restaurant.</p>\r\n<p>7.) I have read (read) six books this week.</p>\r\n<p>8.) Amy lived (live) in Portugal when she was young.</p>\r\n<p>9.) She visited (visit) her grandmother last month.</p>\r\n<p>10.) The Vandals invaded (invade) Rome in the year 455.</p>\r\n<p>11.) She has lived (live) in seven different countries, so she knows a lot about different cultures.</p>\r\n<p>12.) I went (go) to the cinema last night.</p>\r\n<p>13.) Ow! I have cut (cut) my finger.</p>\r\n<p>14.) Have you seen (you/see) The King\'s Speech?</p>\r\n<p>15.) John has never understood (never/understand) the present perfect.</p>\r\n<p>16.) She broke (break) her leg the day before the exam.</p>\r\n<p>17.) We saw (see) Oliver yesterday.</p>\r\n<p>18.) He has been (be) here all morning.</p>\r\n<p>19.) King Henry the Eighth of England had (have) six wives.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-simple-present-perfect-4.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-present-perfect-4.html</a></p>\r\n<p><strong>Past Simple or Present Perfect Exercise 4</strong></p>\r\n<p>Choose the past simple or the present perfect tense:</p>','2015-11-12 14:01:49'),(432,8,'word',1,'<p>embarassing</p>','<p>kínos, zavaró</p>','','2015-11-12 16:14:53'),(434,9,'word',1,'<p>oven</p>','<p>sütő</p>','','2015-11-20 12:46:02'),(435,9,'word',1,'<p>yell</p>','<p>ordít</p>','','2015-11-20 13:18:11'),(436,9,'sentence',1,'<p>1.) (they / take the exam)? Were they taking the exam?</p>\r\n<p>2.) (when / he / work there)? When was he working there?</p>\r\n<p>3.) (you / make / dinner)? Were you making dinner?</p>\r\n<p>4.) (they / drink coffee when you arrived)? Were they drinking coffee when you arrived?</p>\r\n<p>5.) (when / we / sleep)? When were we sleeping?</p>\r\n<p>6.) (they / study last night) They were studying last night.</p>\r\n<p>7.) (we / talk when the accident happened) We were talking when the accident happened.</p>\r\n<p>8.) (he / not / exercise enough) He wasn\'t exercising enough.</p>\r\n<p>9.) (I / talk too much)? Was I talking too much?</p>\r\n<p>10.) (it / not / snow) It wasn\'t snowing.</p>\r\n<p>11.) (how / they / feel) How were they feeling?</p>\r\n<p>12.) (they / not / talk) They weren\'t talking</p>\r\n<p>13.) (where / I / stay)? Where was I staying?</p>\r\n<p>14.) (why / he / study on a Saturday night)? Why was he studying on a Saturday night?</p>\r\n<p>15.) (I / go to school when you saw me) I was going to school when you saw me</p>\r\n<p>16.) (you / sleep at 6am) You were sleeping at 6am</p>\r\n<p>17.) (she / work when I called) She was working when I called</p>\r\n<p>18.) (we / not / leave when you called) We weren\'t leaving when you called</p>\r\n<p>19.) (I / not / stay in a hotel) I wasn\'t staying in a hotel</p>\r\n<p>20.) (we / make too much noise)? Were we making too much noise?</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-continuous-exercise-4.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-continuous-exercise-4.html</a></p>\r\n<p><strong>Past Continuous Mixed Exercise 2</strong></p>','2015-11-20 13:19:06'),(437,9,'sentence',1,'<p>1.) What were you doing (you/do) when I called (call) you last night?</p>\r\n<p>2.) I was sitting (sit) in a cafe when you called (call).</p>\r\n<p>3.) When you arrived (arrive) at the party, who was (be) there?</p>\r\n<p>4.) Susie was watching (watch) a film when she heard (hear) the noise.</p>\r\n<p>5.) Yesterday I went (go) to the library, next I had (have) a swim, later I met (meet) Julie for coffee.</p>\r\n<p>6.) We were playing (play) tennis when John hurt (hurt) his ankle.</p>\r\n<p>7.) What were they doing (they/do) at 10pm last night - it was really noisy?</p>\r\n<p>8.) He was taking (take) a shower when the telephone rang (ring).</p>\r\n<p>9.) He was (be) in the shower when the tleephone rang (ring).</p>\r\n<p>10.) When I walked (walk) into the room, everyone was working (work).</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-simple-past-continuous-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-past-continuous-exercise-1.html</a></p>\r\n<p><strong><span id=\"labelTitle\">Choose Past Simple or Past Continuous 1</span></strong></p>','2015-11-20 16:59:35'),(438,9,'sentence',1,'<p>1.) He was sleeping (sleep) when the doorbell rang (ring).</p>\r\n<p>2.) We were eating (eat) dinner at 8pm last night (we started eating at 7:30pm)</p>\r\n<p>3.) Yesterday I went (go) to the Post Office, bought (buy) some fruit at the supermarket and read (read) a book in the park in the afternoon.</p>\r\n<p>4.) We were watching (watch) TV when we heard (hear) a loud noise.</p>\r\n<p>5.) Julie was (be) in the garden when Laurence arrived (arrive).</p>\r\n<p>6.) A: What were you doing (do) at 3pm yesterday? B: I was cleaning (clean) my house.</p>\r\n<p>7.) Last year I visited (visit) Paris and Rome.</p>\r\n<p>8.) They were having (have) dinner when the police came (come) to the door.</p>\r\n<p>9.) He was working (work) in the garden when he found (find) the money.</p>\r\n<p>10.) Laura was studying (study) at 11pm last night.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-simple-past-continuous-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-past-continuous-exercise-2.html</a></p>\r\n<p><span><strong><span id=\"labelTitle\">Choose Past Simple or Past Continuous 2</span></strong></span></p>','2015-11-21 09:47:38'),(440,9,'word',1,'<p>suddenly</p>','<p>hirtelen</p>','','2015-11-21 06:43:50'),(442,11,'sentence',1,'<p><span>1. When I (arrive) </span><strong><span id=\"GapSpan0\" class=\"GapSpan\">arrived</span></strong><span> home last night, I discovered that Jane (prepare) </span><strong><span id=\"GapSpan1\" class=\"GapSpan\">had prepared</span></strong><span> a beautiful candlelight dinner. </span><br /><br /><span>2. Since I began acting, I (perform) </span><strong><span id=\"GapSpan2\" class=\"GapSpan\">have performed</span></strong><span> in two plays, a television commercial and a TV drama. However, I (speak, never even) </span><strong><span id=\"GapSpan3\" class=\"GapSpan\">had never even spoken</span></strong><span> publicly before I came to Hollywood in 1985. </span><br /><br /><span>3. By the time I got to the office, the meeting (begin, already) </span><strong><span id=\"GapSpan4\" class=\"GapSpan\">had already begun</span></strong><span> without me. My boss (be) </span><strong><span id=\"GapSpan5\" class=\"GapSpan\">was</span></strong><span> furious with me and I (be) </span><strong><span id=\"GapSpan6\" class=\"GapSpan\">was</span></strong><span> fired.</span><br /><br /><span>4. When I (turn) </span><strong><span id=\"GapSpan7\" class=\"GapSpan\">turned</span></strong><span> the radio on yesterday, I (hear) </span><strong><span id=\"GapSpan8\" class=\"GapSpan\">heard</span></strong><span> a song that was popular when I was in high school. I (hear, not) </span><strong><span id=\"GapSpan9\" class=\"GapSpan\">hadn\'t heard</span></strong><span> the song in years, and it (bring) </span><strong><span id=\"GapSpan10\" class=\"GapSpan\">brought</span></strong><span> back some great memories. </span><br /><br /><span>5. Last week, I (run) </span><strong><span id=\"GapSpan11\" class=\"GapSpan\">ran</span></strong><span> into an ex-girlfriend of mine. We (see, not) </span><strong><span id=\"GapSpan12\" class=\"GapSpan\">hadn\'t seen</span></strong><span> each other in years, and both of us (change) </span><strong><span id=\"GapSpan13\" class=\"GapSpan\">had changed</span></strong><span> a great deal. I (enjoy) </span><strong><span id=\"GapSpan14\" class=\"GapSpan\">enjoyed</span></strong><span> talking to her so much that I (ask) </span><strong><span id=\"GapSpan15\" class=\"GapSpan\">asked</span></strong><span><strong> </strong>her out on a date. We are getting together tonight for dinner. </span><br /><br /><span>6. When Jack (enter) </span><strong><span id=\"GapSpan16\" class=\"GapSpan\">entered</span></strong><span> the room, I (recognize, not) </span><strong><span id=\"GapSpan17\" class=\"GapSpan\">didn\'t recognize</span></strong><span> him because he (lose) </span><strong><span id=\"GapSpan18\" class=\"GapSpan\">had lost</span></strong><span> so much weight and (grow) </span><strong><span id=\"GapSpan19\" class=\"GapSpan\">had grown</span></strong><span> a beard. He looked totally different! </span><br /><br /><span>7. The Maya established a very advanced civilization in the jungles of the Yucatan; however, their culture (disappear, virtually) </span><strong><span id=\"GapSpan20\" class=\"GapSpan\">had virtually disappeared</span></strong><span> by the time Europeans first (arrive) </span><strong><span id=\"GapSpan21\" class=\"GapSpan\">arrived</span></strong><span> in the New World. </span><br /><br /><span>8. I (visit) </span><strong><span id=\"GapSpan22\" class=\"GapSpan\">have visited</span></strong><span> so many beautiful places since I (come) </span><strong><span id=\"GapSpan23\" class=\"GapSpan\">came</span></strong><span> to Utah. Before moving here, I (hear, never) </span><strong><span id=\"GapSpan24\" class=\"GapSpan\">had never heard</span></strong><span> of Bryce Canyon, Zion, Arches, or Canyonlands.</span></p>','','<p><a href=\"http://www.englishpage.com/verbpage/verbs12.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs12.htm</a></p>\r\n<p><strong>Simple Past / Present Perfect / Past Perfect</strong></p>','2015-12-03 14:19:02'),(443,11,'sentence',1,'<p><span>I can\'t believe I (get) </span><strong><span id=\"GapSpan0\" class=\"GapSpan\">got</span></strong><span> that apartment. I (submit) </span><strong><span id=\"GapSpan1\" class=\"GapSpan\">submitted</span></strong><span> my application last week, but I didn\'t think I had a chance of actually getting it. When I (show) </span><strong><span id=\"GapSpan2\" class=\"GapSpan\">showed</span></strong><span> up to take a look around, there were at least twenty other people who (arrive) </span><span id=\"GapSpan3\" class=\"GapSpan\">had arrived</span><span> before me. Most of them (fill, already) </span><strong><span id=\"GapSpan4\" class=\"GapSpan\">had already filled </span></strong><span>out their applications and were already leaving. The landlord said I could still apply, so I did.</span><br /><br /><span>I (try) </span><strong><span id=\"GapSpan5\" class=\"GapSpan\">tried</span></strong><span> to fill out the form, but I couldn\'t answer half of the questions. They (want) </span><strong><span id=\"GapSpan6\" class=\"GapSpan\">wanted</span></strong><span> me to include references, but I didn\'t want to list my previous landlord because I (have) </span><strong><span id=\"GapSpan7\" class=\"GapSpan\">had had</span></strong><span> some problems with him in the past and I knew he wouldn\'t recommend me. I (end) </span><strong><span id=\"GapSpan8\" class=\"GapSpan\">ended</span></strong><span> up listing my father as a reference.</span><br /><br /><span>It was total luck that he (decide) </span><strong><span id=\"GapSpan9\" class=\"GapSpan\">decided</span></strong><span> to give me the apartment. It turns out that the landlord and my father (go) </span><strong><span id=\"GapSpan10\" class=\"GapSpan\">went</span></strong><span> to high school together. He decided that I could have the apartment before he (look) </span><strong><span id=\"GapSpan11\" class=\"GapSpan\">looked</span></strong><span> at my credit report. I really lucked out!</span></p>','','<p><a href=\"http://www.englishpage.com/verbpage/verbs11.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs11.htm</a></p>\r\n<p><strong>Simple Past / Past Perfect</strong></p>','2015-12-03 14:19:58'),(444,12,'definition',0,'<p><strong>Past Perfect Continuous Tense</strong></p>\r\n<p><strong>FORM</strong></p>\r\n<p> [had been + vb+ing ]</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>You <strong>had been waiting</strong> there for more than two hours when she finally arrived.</li>\r\n<li><strong>Had</strong> you <strong>been waiting</strong> there for more than two hours when she finally arrived?</li>\r\n<li>You <strong>had not been waiting</strong> there for more than two hours when she finally arrived.</li>\r\n</ul>\r\n<p><strong>Positive</strong></p>\r\n<ul>\r\n<li>I had been living</li>\r\n<li>You had been going</li>\r\n<li>She had been sleeping</li>\r\n<li>He had been working</li>\r\n<li>It had been raining</li>\r\n<li>We had been studying</li>\r\n<li>They had been cooking</li>\r\n</ul>\r\n<p><strong>Negative</strong></p>\r\n<ul>\r\n<li>I had not been trying (I hadn\'t been..)</li>\r\n<li>You had not been working (you hadn\'t been..)</li>\r\n<li>She had not been crying (she hadn\'t been..)</li>\r\n<li>He had not been shopping (he hadn\'t been..)</li>\r\n<li>It had not been snowing (it hadn\'t been..)</li>\r\n<li>We had not been reading (we hadn\'t been..)</li>\r\n<li>They had not been running (they hadn\'t been..)</li>\r\n</ul>\r\n<p><strong>\'Yes / no\' questions</strong></p>\r\n<ul>\r\n<li>Had I been working?</li>\r\n<li>Had you been sleeping?</li>\r\n<li>Had she been reading?</li>\r\n<li>Had he been watching TV?</li>\r\n<li>Had it been raining?</li>\r\n<li>Had we been drinking?</li>\r\n<li>Had they been eating?</li>\r\n</ul>\r\n<p><strong>\'wh\' questions</strong></p>\r\n<ul>\r\n<li>Where had I been working?</li>\r\n<li>How long had you been sleeping?</li>\r\n<li>What had she been reading?</li>\r\n<li>How long had he been watching TV?</li>\r\n<li>How long had it been raining?</li>\r\n<li>What had we been drinking?</li>\r\n<li>Why had they been eating?</li>\r\n</ul>\r\n<p> <strong>USE 1 Duration Before Something in the Past</strong></p>\r\n<p>We use the Past Perfect Continuous to show that something started in the past and continued up until another time in the past. \"For five minutes\" and \"for two weeks\" are both durations which can be used with the Past Perfect Continuous. Notice that this is related to the <a href=\"http://www.englishpage.com/verbpage/presentperfectcontinuous.html\">Present Perfect Continuous</a>; however, the duration does not continue until now, it stops before something else in the past.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>They <strong>had been talking</strong> for over an hour before Tony arrived.</li>\r\n<li>She <strong>had been working</strong> at that company for three years when it went out of business.</li>\r\n<li>How long <strong>had</strong> you <strong>been waiting</strong> to get on the bus?</li>\r\n<li>Mike wanted to sit down because he <strong>had been standing</strong> all day at work.</li>\r\n<li>James <strong>had been teaching</strong> at the university for more than a year before he left for Asia.</li>\r\n<li>A: How long <strong>had</strong> you <strong>been studying</strong> Turkish before you moved to Ankara?<br /> B: I <strong>had not been studying</strong> Turkish very long.</li>\r\n</ul>\r\n<p><strong>USE 2 Cause of Something in the Past</strong></p>\r\n<p>Using the Past Perfect Continuous before another action in the past is a good way to show cause and effect.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>Jason was tired because he <strong>had been jogging</strong>.</li>\r\n<li>Sam gained weight because he <strong>had been overeating</strong>.</li>\r\n<li>Betty failed the final test because she <strong>had not been attending</strong> class.</li>\r\n</ul>\r\n<p><strong>Past Continuous vs. Past Perfect Continuous</strong></p>\r\n<p>If you do not include a duration such as \"for five minutes,\" \"for two weeks\" or \"since Friday,\" many English speakers choose to use the Past Continuous rather than the Past Perfect Continuous. Be careful because this can change the meaning of the sentence. Past Continuous emphasizes interrupted actions, whereas Past Perfect Continuous emphasizes a duration of time before something in the past. Study the examples below to understand the difference.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>He was tired because he <strong>was exercising</strong> so hard.<br /> <em>This sentence emphasizes that he was tired because he was exercising at that exact moment.</em></li>\r\n<li>He was tired because he <strong>had been exercising</strong> so hard.<br /> <em>This sentence emphasizes that he was tired because he had been exercising over a period of time. It is possible that he was still exercising at that moment OR that he had just finished.<br /><br /></em></li>\r\n</ul>\r\n<p><strong>ADVERB PLACEMENT</strong></p>\r\n<p>The examples below show the placement for grammar adverbs such as: always, only, never, ever, still, just, etc.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>You had <strong>only</strong> been waiting there for a few minutes when she arrived.</li>\r\n<li>Had you <strong>only</strong> been waiting there for a few minutes when she arrived?</li>\r\n</ul>\r\n<p>EXERCISES</p>\r\n<p><span>Past Perfect Continuous - Positive and Negative</span></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-1.html</a> </p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-2.html</a></p>\r\n<p><span>Past Perfect Continuous Questions</span></p>\r\n<p> <a href=\"http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-3.html</a></p>\r\n<p>Past Perfect or Past Perfect Continuous</p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/past_perfect_or_past_perfect_continuous.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/past_perfect_or_past_perfect_continuous.pdf</a></p>\r\n<p> </p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs13.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs13.htm</a><strong><br /></strong></p>\r\n<p><strong> </strong></p>','','<p><strong>Defintion</strong></p>\r\n<p><a href=\"https://www.youtube.com/watch?v=X2NeHh6ntT0\" target=\"_blank\">https://www.youtube.com/watch?v=X2NeHh6ntT0</a></p>','2015-12-05 08:55:52'),(445,12,'sentence',1,'<p>1.) I had been working (work) all day, so I didn\'t want to go out.</p>\r\n<p>2.) She had been sleeping (sleep) for ten ours when I woke her.</p>\r\n<p>3.) They had been living (live) in Beijing for three years when he lost his jobs.</p>\r\n<p>4.) When we met, you had been working (work) at that company for six months.</p>\r\n<p>5.) We had been eating (eat) all day, so we felt a bit ill.</p>\r\n<p>6.) He was red in the face because he had been running (run).</p>\r\n<p>7.) It had been raining (rain) and the road was covered in water.</p>\r\n<p>8.) I was really tired because I had been studying (study).</p>\r\n<p>9.) We had been going (go) out for three years when we got married.</p>\r\n<p>10.) It had been snowing (snow) for three years.</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-1.html</a></p>\r\n<p><span id=\"labelTitle\" [removed]>Past Perfect Continuous Positive</span></p>','2015-12-05 09:07:41'),(446,12,'sentence',1,'<p>1.) I hadn\'t been working (work) there long when she quit.</p>\r\n<p>2.) She hadn\'t been working (work) but she was tired anyway.</p>\r\n<p>3.) It hadn\'t been raining (not/rain) long when I got home.</p>\r\n<p>4.) He was in trouble with the teacher because he hadn\'t been going (go) to classes.</p>\r\n<p>5.) We hadn\'t been living (live) in London for three years when we got married! It was more like five years.</p>\r\n<p>6.) Although it was hot in the kitchen, Julie hadn\'t been cooking (cook).</p>\r\n<p>7.) I hadn\'t been sleeping (sleep) long when there was a knock at the door.</p>\r\n<p>8.) He didn\'t feel healthy because he hadn\'t been going (go) to the gym.</p>\r\n<p>9.) I caught a cold because I hadn\'t been eating (eat) properly.</p>\r\n<p>10.) She looked tired but she hadn\'t been studying (study).</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-2.html</a></p>\r\n<p><strong><span [removed]>Past Perfect Continuous Negative Form</span></strong></p>','2015-12-05 09:14:16'),(447,12,'sentence',1,'<p>1.) When you got sick, had you been eating (you/eat) enough?</p>\r\n<p>2.) There was water everywhere. What had the children been doing (the children/do)?</p>\r\n<p>3.) Had it been raining (it/rain) when you left the restaurant?</p>\r\n<p>4.) How long had she been living (she/live) in London when she found that job?</p>\r\n<p>5.) Why had you been studying (you/study) so hard?</p>\r\n<p>6.) Why was the house so messy? What had she been doing (she/do)?</p>\r\n<p>7.) How long had we been waiting (we/wait) when the bus finally arrived?</p>\r\n<p>8.) How long had he been playing (he/play) football when he was injured?</p>\r\n<p>9.) Had I been working (I/work) that day?</p>\r\n<p>10.) Had she been seeing (she/see) him for long when they moved to Paris?</p>','','<p><a href=\"http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-perfect-continuous-exercise-3.html</a></p>\r\n<p><span id=\"labelTitle\" [removed]>Past Perfect Continuous Questions</span></p>','2015-12-05 09:20:34'),(448,12,'sentence',1,'<p>I\'m sorry I left without you last night, but I told you to meet me early because the show started at 8:00. I (try) <span id=\"GapSpan0\" class=\"GapSpan\">had been trying</span> to get tickets for that play for months, and I didn\'t want to miss it. By the time I finally left the coffee shop where we were supposed to meet, I (have) <span id=\"GapSpan1\" class=\"GapSpan\">had had</span> five cups of coffee and I (wait) <span id=\"GapSpan2\" class=\"GapSpan\">had been waiting</span> over an hour. I had to leave because I (arrange) <span id=\"GapSpan3\" class=\"GapSpan\">had arranged</span> to meet Kathy in front of the theater.<br /><br />When I arrived at the theater, Kathy (pick, already) <span id=\"GapSpan4\" class=\"GapSpan\">had already picked</span> up the tickets and she was waiting for us near the entrance. She was really angry because she (wait) <span id=\"GapSpan5\" class=\"GapSpan\">had been waiting</span> for more than half an hour. She said she (give, almost) <span id=\"GapSpan6\" class=\"GapSpan\">had almost given</span> up and (go) <span id=\"GapSpan7\" class=\"GapSpan\">gone</span> into the theater without us. <br /><br />Kathy told me you (be) <span id=\"GapSpan8\" class=\"GapSpan\">had been</span> late several times in the past and that she would not make plans with you again in the future. She mentioned that she (miss) <span id=\"GapSpan9\" class=\"GapSpan\">had missed</span> several movies because of your late arrivals. I think you owe her an apology. And in the future, I suggest you be on time!</p>','','<p><a href=\"http://www.englishpage.com/verbpage/verbs13.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs13.htm</a></p>\r\n<h3 class=\"ExerciseSubtitle\">Past Perfect / Past Perfect Continuous</h3>','2015-12-05 09:23:50'),(449,12,'sentence',1,'<p>1.) When we arrived the film had started (start).</p>\r\n<p><br />2.) She had been working (work) in that company for twenty years when she was made redundant.</p>\r\n<p><br />3.) I felt ill because I had drunk (drink) six cups of coffee.</p>\r\n<p><br />4.) I had been studying (study) all day, so I was tired.</p>\r\n<p><br />5.) We had been living (live) in London for two years when our daughter was born.</p>\r\n<p><br />6.) When I arrived at the airport I realised I had forgotten (forget) my passport.</p>\r\n<p><br />7.) I had broken (break) my ankle, so I couldn’t go skiing last year.</p>\r\n<p><br />8.) She had been studying (study) English for three years when she took the exam.</p>\r\n<p><br />9.) I had been running (run), so I was hot and tired.</p>\r\n<p><br />10.) I didn’t go to the class because I hadn’t done (not/do) my homework.</p>\r\n<p> </p>','','<p><a href=\"http://www.perfect-english-grammar.com/support-files/past_perfect_or_past_perfect_continuous.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/past_perfect_or_past_perfect_continuous.pdf</a></p>\r\n<p><span><strong>Past Perfect and Past Perfect Continuous</strong></span></p>','2015-12-05 09:31:02'),(450,12,'word',1,'<p>uncle</p>','<p>nagybácsi</p>','','2015-12-06 08:12:04'),(451,12,'word',1,'<p>aunt</p>','<p>nagynéni</p>','','2015-12-06 08:12:22'),(452,12,'word',1,'<p>niece</p>','<p>unokahúg</p>','','2015-12-06 08:12:48'),(453,12,'word',1,'<p>nephew</p>','<p>unokaöccs</p>','','2015-12-06 08:13:11'),(454,12,'word',1,'<p>cousin</p>','<p>unokatestvér</p>','','2015-12-06 08:13:36'),(455,12,'word',1,'<p>breadwinner</p>','<p>kenyérkereső</p>','','2015-12-06 08:23:00'),(456,12,'word',1,'<p>nuclear family</p>','<p>kis család</p>','','2015-12-06 08:22:14'),(457,12,'word',1,'<p>household chores</p>','<p>házimunkák</p>','','2015-12-06 08:22:39'),(458,12,'word',1,'<p>housewife</p>','<p>háziasszony</p>','','2015-12-06 08:24:51'),(459,12,'word',1,'<p>reception</p>','<p>fogadás, buli, party</p>','','2015-12-06 08:32:16'),(460,12,'word',1,'<p>impatient</p>','<p>türelmetlen</p>','','2015-12-06 08:51:52'),(461,12,'word',1,'<p>enthusiastic</p>','<p>lelkes</p>','','2015-12-06 08:52:12'),(462,12,'word',1,'<p>cheerful</p>','<p>vidám</p>','','2015-12-06 08:52:29'),(463,12,'word',1,'<p>disappointed</p>','<p>csalódott</p>','','2015-12-06 08:52:55'),(465,14,'expression',1,'<p>help somebody when in trouble</p>','','<p>Real friends are not only there for you to hang around at the weekends; they also help you when you\'re in trouble.</p>','2015-12-14 19:12:31'),(466,14,'expression',1,'<p>cheer somebody up</p>','','<p>If you\'re sad, your friend might want to cheer you up.</p>','2015-12-14 19:13:08'),(467,14,'expression',1,'<p>share things with somebody</p>','','<p>Close friends always share things if they see you don\'t have something you\'d need.</p>','2015-12-14 19:19:04'),(468,14,'expression',1,'<p>expect nothing in return</p>','','<p>The best moments of friendship are when you do something for your friend and expect nothing in return.</p>','2015-12-14 19:11:34'),(469,14,'expression',1,'<p>feel alone</p>','','<p>Whenever you feel alone, you can call your friend; he or she will be there for you to talk.</p>','2015-12-14 19:10:32'),(470,14,'expression',1,'<p>call somebody names</p>','','<p>When your schoolmates laugh at you or call your names, your friends will protect you.</p>','2015-12-14 19:13:57'),(471,14,'expression',1,'<p>share a secret with somebody</p>','','<p>You can always share a secret with your best friends; they will never tell it to anyone.</p>','2015-12-14 19:20:03'),(472,14,'expression',1,'<p>encourage somebody to do something</p>','','<p>There are times when you can\'t believ that you can do what you\'d like to or you can reach your goals. Don\'t worry; your friend will be there to encourage you to get back on track.</p>','2015-12-14 19:18:27'),(473,14,'expression',1,'<p>be proud of somebody</p>','','<p>Whenever you reach your goals, or do something really good; your friend will be proud of you.</p>','2015-12-14 19:15:32'),(474,14,'expression',1,'<p>stand by somebody</p>','','<p>Whenever you\'ve got a problem, your friend will always stand by you, help you and protect you.</p>','2015-12-14 19:09:53'),(475,14,'expression',1,'<p>trust somebody</p>','','<p>If you\'re a true friend, your friends can always trust you; you will never leave them or give their secrets away.</p>','2015-12-14 19:14:58'),(476,14,'expression',1,'<p>make friends</p>','','<p>Camps are very good places if you want to make friends.</p>','2015-12-14 19:09:04'),(477,14,'word',1,'<p>easy-going</p>','<p>alkalmazkodó</p>','','2015-12-14 19:21:05'),(478,14,'word',1,'<p>mean</p>','<p>gonosz</p>','<p>Sarah never helps her shcoolmates and never shares anything with people. She\'\'s mean.</p>','2015-12-14 19:26:08'),(479,14,'word',1,'<p>cheerful</p>','<p>vidám</p>','','2015-12-14 19:21:49'),(480,14,'word',1,'<p>bright</p>','<p>éleseszű</p>','<p>Michael is good at all the school subjects and he remembers everything he has ever heard. He also gives good advice. He\'s bright / clever.</p>','2015-12-14 19:28:30'),(481,14,'word',1,'<p>polite</p>','<p>udvarias</p>','<p>Charlotte always listens to people, helps them to do things, answers their questions, gives her seat to elderly people on the buses. She\'s polite.</p>','2015-12-14 19:29:28'),(482,14,'word',1,'<p>tidy</p>','<p>rendszerető</p>','<p>Mary always puts everything in their right place. She cleans up her room and the kitchen and collects everything that the others leave around. She\'s tidy.</p>','2015-12-14 19:27:25'),(483,14,'word',1,'<p>untidy</p>','<p>rendetlen</p>','','2015-12-14 19:24:22'),(484,14,'word',1,'<p>chatty</p>','<p>beszédes</p>','','2015-12-14 19:24:45'),(485,14,'word',1,'<p>doable</p>','<p>megvalósítható</p>','','2015-12-14 19:31:40'),(486,14,'word',1,'<p>coach</p>','<p>edző</p>','','2015-12-14 19:32:50'),(487,14,'word',1,'<p>trouser</p>','<p>nadrág</p>','','2015-12-14 19:34:04'),(488,14,'word',1,'<p>yell</p>','<p>ordítani</p>','','2015-12-17 17:43:14'),(489,14,'word',1,'<p>rude</p>','<p>goromba, durva, udvariatlan</p>','','2015-12-14 19:37:22'),(490,14,'sentence',1,'<p>1. Today after I (get) <span id=\"GapSpan0\" class=\"GapSpan\">get</span> out of class, I (go) <span id=\"GapSpan1\" class=\"GapSpan\">am going to go</span> to a movie with some friends. <br /><br />2. When you (arrive) <span id=\"GapSpan2\" class=\"GapSpan\">arrive</span> in Stockholm, call my friend Gustav. He (show) <span id=\"GapSpan3\" class=\"GapSpan\">will show</span> you around the city and help you get situated. <br /><br />3. A: Do you know what you want to do after you (graduate) <span id=\"GapSpan4\" class=\"GapSpan\">graduate</span>? <br /> B: After I (receive) <span id=\"GapSpan5\" class=\"GapSpan\">receive</span> my Master\'s from Georgetown University, I (go) <span id=\"GapSpan6\" class=\"GapSpan\">am going to go</span> to graduate school at UCSD in San Diego. I (plan) <span id=\"GapSpan7\" class=\"GapSpan\">plan</span> to complete a Ph.D. in cognitive science. <br /><br />4. If it (snow) <span id=\"GapSpan8\" class=\"GapSpan\">snows</span> this weekend, we (go) <span id=\"GapSpan9\" class=\"GapSpan\">are going to go</span> skiing near Lake Tahoe. <br /><br />5. Your father (plan) <span id=\"GapSpan10\" class=\"GapSpan\">plans</span> to pick you up after school today at 3:00 o\'clock. He (meet) <span id=\"GapSpan11\" class=\"GapSpan\">is going to meet</span> you across the street near the ice cream shop. If something happens and he cannot be there, I (pick) <span id=\"GapSpan12\" class=\"GapSpan\">will pick</span> you up instead. <br /><br />6. If the people of the world (stop, not) <span id=\"GapSpan13\" class=\"GapSpan\">don\'t stop</span> cutting down huge stretches of rain forest, we (experience) <span id=\"GapSpan14\" class=\"GapSpan\">are going to experience</span> huge changes in the environment during the twenty-first century. <br /><br />7. If Vera (keep) <span id=\"GapSpan15\" class=\"GapSpan\">keeps</span> drinking, she (lose, eventually) <span id=\"GapSpan16\" class=\"GapSpan\">will eventually lose</span> her job. <br /><br />8. I promise you that I (tell, not) <span id=\"GapSpan17\" class=\"GapSpan\">won\'t tell</span> your secret to anybody. Even if somebody (ask) <span id=\"GapSpan18\" class=\"GapSpan\">asks</span> me about what happened that day, I (reveal, not) <span id=\"GapSpan19\" class=\"GapSpan\">will not reveal</span> the truth to a single person. <br /><br />9. She (make) <span id=\"GapSpan20\" class=\"GapSpan\">is going to make</span> some major changes in her life. She (quit) <span id=\"GapSpan21\" class=\"GapSpan\">is going to quit</span> her job and go back to school. After she (finish) <span id=\"GapSpan22\" class=\"GapSpan\">finishes</span> studying, she (get) <span id=\"GapSpan23\" class=\"GapSpan\">is going to get</span> a better-paying job and buy a house. She is going to improve her life! <br /><br />10. Tom (call) <span id=\"GapSpan24\" class=\"GapSpan\">is going to call</span> when he (arrive) <span id=\"GapSpan25\" class=\"GapSpan\">arrives</span> in Madrid. He (stay) <span id=\"GapSpan26\" class=\"GapSpan\">is going to stay</span> with you for two or three days until his new apartment (be) <span id=\"GapSpan27\" class=\"GapSpan\">is</span> available.</p>','','<p><strong>Simple Present / Simple Future</strong></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs21.htm\" target=\"_blank\"><strong>http://www.englishpage.com/verbpage/verbs21.htm</strong></a></p>','2015-12-16 17:53:04'),(491,14,'sentence',1,'<p>1. <br /><strong>Michael:</strong> After you (leave) <span id=\"GapSpan0\" class=\"GapSpan\">leave</span> work, will you please drop by the grocery store and pick up some milk and bread? <br /><strong>Marie:</strong> No problem, I (pick) <span id=\"GapSpan1\" class=\"GapSpan\">will pick</span> up the groceries and be home by 6 o\'clock. <br /><strong>Michael:</strong> Great. You will probably get home before I (do) <span id=\"GapSpan2\" class=\"GapSpan\">do</span>. <br /><br />2. <br /><strong>Ari:</strong> By the time we (get) <span id=\"GapSpan3\" class=\"GapSpan\">get</span> to the movie theater, the tickets are going to be sold out. <br /><strong>Sarah:</strong> Don\'t worry. I told Jane we might be arriving just before the movie (start) <span id=\"GapSpan4\" class=\"GapSpan\">starts</span>. She (buy) <span id=\"GapSpan5\" class=\"GapSpan\">is going to buy</span> our tickets and meet us in the lobby. <br /><strong>Ari:</strong> That place is huge! We (find, never) <span id=\"GapSpan6\" class=\"GapSpan\">will never find</span> her in that crowded lobby. <br /><strong>Sarah:</strong> Calm down, we (meet) <span id=\"GapSpan7\" class=\"GapSpan\">are going to meet</span> each other near the entrance. <br /><br />3. <br /><strong>Terry:</strong> If the weather (be) <span id=\"GapSpan8\" class=\"GapSpan\">is</span> good tomorrow, maybe we should go to the beach. <br /><strong>Jennifer:</strong> I have a better idea. If it (be) <span id=\"GapSpan9\" class=\"GapSpan\">is</span> nice out, we\'ll go to the beach; and if it (rain) <span id=\"GapSpan10\" class=\"GapSpan\">rains</span>, we\'ll see a movie. <br /><strong>Terry:</strong> I guess we will have to wait until we (get) <span id=\"GapSpan11\" class=\"GapSpan\">get</span> up in the morning to find out what we are going to do. <br /><br />4. <br /><strong>Max:</strong> What are you going to do tomorrow after work? <br /><strong>Sean:</strong> I (meet) <span id=\"GapSpan12\" class=\"GapSpan\">am going to meet</span> some friends at the cafe across the street. Would you like to come along? <br /><strong>Max:</strong> No thanks! My brother is coming to town and I (pick) <span id=\"GapSpan13\" class=\"GapSpan\">am going to pick</span> him up from the airport at 7 o\'clock. <br /><strong>Sean:</strong> We (be, probably) <span id=\"GapSpan14\" class=\"GapSpan\">will probably be</span> at the cafe until 9 o\'clock. Why don\'t you join us after you (pick) <span id=\"GapSpan15\" class=\"GapSpan\">pick</span> him up. <br /><strong>Max:</strong> Sounds good. We (see) <span id=\"GapSpan16\" class=\"GapSpan\">will see</span> you around 8 o\'clock. <br /><br />5. <br /><strong>Lucy:</strong> I (call) <span id=\"GapSpan17\" class=\"GapSpan\">will call</span> you as soon as I arrive in Dublin. <br /><strong>Dwain:</strong> If I am not there when you (call) <span id=\"GapSpan18\" class=\"GapSpan\">call</span>, make sure to leave a message. <br /><strong>Lucy:</strong> I will. And please don\'t forget to water my plants and feed the cat. <br /><strong>Dwain:</strong> I promise I (take) <span id=\"GapSpan19\" class=\"GapSpan\">will take</span> care of everything while you are in Ireland.</p>','','<p><strong>Simple Present / Simple Future</strong></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs22.htm\" target=\"_blank\"><strong>http://www.englishpage.com/verbpage/verbs22.htm</strong></a></p>','2015-12-16 18:06:02'),(492,14,'sentence',1,'<p>1. A: Why are you holding a piece of paper? <br /> B: I (write) <span id=\"GapSpan0\" class=\"GapSpan\">am going to write</span> a letter to my friends back home in Texas. <br /><br />2. A: I\'m about to fall asleep. I need to wake up! <br /> B: I (get) <span id=\"GapSpan1\" class=\"GapSpan\">will get</span> you a cup of coffee. That will wake you up. <br /><br />3. A: I can\'t hear the television! <br /> B: I (turn) <span id=\"GapSpan2\" class=\"GapSpan\">will turn</span> it up so you can hear it. <br /><br />4. We are so excited about our trip next month to France. We (visit) <span id=\"GapSpan3\" class=\"GapSpan\">are going to visit</span> Paris, Nice and Grenoble.<br /><br />5. Sarah (come) <span id=\"GapSpan4\" class=\"GapSpan\">will come</span> to the party. Oliver (be) <span id=\"GapSpan5\" class=\"GapSpan\">will be</span> there as well. <br /><br />6. Ted: It is so hot in here! <br />Sarah: I (turn) <span id=\"GapSpan6\" class=\"GapSpan\">will turn</span> the air-conditioning on. <br /><br />7. I think he (be) <span id=\"GapSpan7\" class=\"GapSpan\">will be</span> the next President of the United States. <br /><br />8. After I graduate, I (attend) <span id=\"GapSpan8\" class=\"GapSpan\">am going to attend</span> medical school and become a doctor. I have wanted to be a doctor all my life.<br /><br />9. A: Excuse me, I need to talk to someone about our hotel room. I am afraid it is simply too small for four people. <br /> B: That man at the service counter (help) <span id=\"GapSpan9\" class=\"GapSpan\">will help</span> you. <br /><br />10. As soon as the weather clears up, we (walk) <span id=\"GapSpan10\" class=\"GapSpan\">are going to walk</span> down to the beach and go swimming.</p>','','<p><strong>Will / Be Going To</strong></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs18.htm\" target=\"_blank\"><strong>http://www.englishpage.com/verbpage/verbs18.htm</strong></a></p>','2015-12-16 18:16:16'),(493,14,'sentence',1,'<p>1. <br /><strong>Mark:</strong> What are you doing with those scissors? <br /><strong>Beth:</strong> I (cut) <span id=\"GapSpan0\" class=\"GapSpan\">am going to cut</span> that picture of the ocean out of the travel magazine. <br /><strong>Mark:</strong> What (you, do) <span id=\"GapSpan1\" class=\"GapSpan\">are you going to do</span> with it? <br /><strong>Beth:</strong> I (paint) <span id=\"GapSpan2\" class=\"GapSpan\">am going to paint</span> a watercolor of the ocean for my art class, and I thought I could use this photograph as a model. <br /><br />2. <br /><strong>Mark:</strong> (you, do) <span id=\"GapSpan3\" class=\"GapSpan\">Will you do</span> me a favor, Sam? <br /><strong>Sam:</strong> Sure, what do you want me to do? <br /><strong>Mark:</strong> I (change) <span id=\"GapSpan4\" class=\"GapSpan\">am going to change</span> the broken light bulb in the lamp above the dining room table. I need someone to hold the ladder for me while I am up there. <br /><strong>Sam:</strong> No problem, I (hold) <span id=\"GapSpan5\" class=\"GapSpan\">will hold</span> it for you. <br /><br />3. <br /><strong>Gina:</strong> Where are you going? <br /><strong>Ted:</strong> I (go) <span id=\"GapSpan6\" class=\"GapSpan\">am going to go</span> to the store to pick up some groceries. <br /><strong>Gina:</strong> What (you, get) <span id=\"GapSpan7\" class=\"GapSpan\">are you going to get</span>? <br /><strong>Ted:</strong> I (buy) <span id=\"GapSpan8\" class=\"GapSpan\">am going to buy</span> some milk, some bread, and some coffee. <br /><br />4. <br /><strong>John:</strong> Wow, it\'s freezing out there. <br /><strong>Jane:</strong> I (make) <span id=\"GapSpan9\" class=\"GapSpan\">will make</span> some coffee to warm us up. Do you want a piece of pie as well? <br /><strong>John:</strong> Coffee sounds great! But I (have) <span id=\"GapSpan10\" class=\"GapSpan\">am going to have</span> dinner with some friends later, so I\'d better skip the pie.<br /><strong>Jane:</strong> I (go) <span id=\"GapSpan11\" class=\"GapSpan\">am going to go</span> to dinner tonight too, but I\'m having a piece of pie anyway. <br /><br />5. <br /><strong>Frank:</strong> I heard you\'re taking a Spanish class at the community college. <br /><strong>Tom:</strong> Yeah, I (go) <span id=\"GapSpan12\" class=\"GapSpan\">am going to go</span> to Guatemala next spring and I thought knowing a little Spanish would make the trip easier. <br /><strong>Frank:</strong> I (visit) <span id=\"GapSpan13\" class=\"GapSpan\">am going to visit</span> my brother in Marseilles next year. Maybe I should take a French class. <br /><strong>Tom:</strong> I have a course catalog in the other room. I (go) <span id=\"GapSpan14\" class=\"GapSpan\">will go</span> get it, and we can see whether or not they\'re offering a French course next semester.</p>','','<p><strong>Will / Be Going To</strong></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs19.htm\" target=\"_blank\"><strong>http://www.englishpage.com/verbpage/verbs19.htm</strong></a></p>','2015-12-16 18:26:58'),(494,14,'sentence',1,'<p>1. <br /><strong>Michael:</strong> Do you think the Republicans or the Democrats (win) <span id=\"GapSpan0\" class=\"GapSpan\">will win</span> the next election? <br /><strong>Jane:</strong> I think the Republicans (win) <span id=\"GapSpan1\" class=\"GapSpan\">will win</span> the next election. <br /><strong>John:</strong> No way! The Democrats (win) <span id=\"GapSpan2\" class=\"GapSpan\">will win</span>. <br /><br />2. <br /><strong>Susan:</strong> We (go) <span id=\"GapSpan3\" class=\"GapSpan\">are going to go</span> camping this weekend. Would you like to come along? <br /><strong>Sam:</strong> That sounds great, but I don\'t have a sleeping bag. <br /><strong>Susan:</strong> No problem. I (lend) <span id=\"GapSpan4\" class=\"GapSpan\">will lend</span> you one. My family has tons of camping gear. <br /><br />3. <br /><strong>Barbara:</strong> I (buy) <span id=\"GapSpan5\" class=\"GapSpan\">am going to buy</span> a new car this weekend, but I\'m a little worried because I don\'t really know much about cars. I\'m afraid the salesman (try) <span id=\"GapSpan6\" class=\"GapSpan\">will try</span> to take advantage of me when he sees how little I know. <br /><strong>Dave:</strong> I used to work for a mechanic in high school and I know a lot about cars. I (go) <span id=\"GapSpan7\" class=\"GapSpan\">will go</span> with you to make sure you are not cheated. <br /><br />4. <br /><strong>Gina:</strong> Fred and I (visit) <span id=\"GapSpan8\" class=\"GapSpan\">are going to visit</span> Santa Fe next summer. Have you ever been there? <br /><strong>Margaret:</strong> My family lives in Santa Fe! I (give) <span id=\"GapSpan9\" class=\"GapSpan\">will give</span> you my parents\' phone number. When you get to Santa Fe, just call them and they (give) <span id=\"GapSpan10\" class=\"GapSpan\">will give</span> you a little tour of the town. They can show you some of the sights that most tourists never see. <br /><br />5. <br /><strong>Pam:</strong> Can you see my future in the crystal ball? What (happen) <span id=\"GapSpan11\" class=\"GapSpan\">is going to happen</span> next year? <br /><strong>Fortune Teller:</strong> You (meet) <span id=\"GapSpan12\" class=\"GapSpan\">will meet</span> a man from the East Coast, perhaps New York or maybe Boston. You (marry) <span id=\"GapSpan13\" class=\"GapSpan\">will marry</span> that mystery man. <br /><strong>Pam:</strong> Forget the man! I want to know if I (get) <span id=\"GapSpan14\" class=\"GapSpan\">will get</span> a new job.</p>','','<p><strong>Will / Be Going To</strong></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs20.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs20.htm</a></p>','2015-12-16 18:52:14'),(496,15,'sentence',1,'<p>1.<br /><strong>Margaret:</strong> Do you think everything will be finished when I get back from the store? <br /><strong>Jerry:</strong> Don\'t worry. By the time you get back, I (pick) <span id=\"GapSpan0\" class=\"GapSpan\">will have picked</span> up the living room and (finish) <span id=\"GapSpan1\" class=\"GapSpan\">finished</span> washing the dishes. Everything will be perfect when your parents arrive. <br /><strong>Margaret:</strong> I hope so. They (arrive) <span id=\"GapSpan2\" class=\"GapSpan\">will arrive</span> around 6 o\'clock. <br /><strong>Jerry:</strong> Everything (be) <span id=\"GapSpan3\" class=\"GapSpan\">will be</span> spotless by the time they get here. <br /><br />2.<br /><strong>Nick:</strong> I just have two more courses before I graduate from university. By this time next year, I (graduate) <span id=\"GapSpan4\" class=\"GapSpan\">will have graduated</span>, and I will already be looking for a job. <br /><strong>Stacey:</strong> Does that scare you? Are you worried about the future? <br /><strong>Nick:</strong> Not really. I (go) <span id=\"GapSpan5\" class=\"GapSpan\">am going to go</span> to a career counselor and get some advice on how to find a good job. <br /><strong>Stacey:</strong> That\'s a good idea. <br /><strong>Nick:</strong> I am also going to do an internship so that when I leave school, I (complete, not only) <span id=\"GapSpan6\" class=\"GapSpan\">will not only have completed</span> over 13 business courses, but I (work, also) <span id=\"GapSpan7\" class=\"GapSpan\">will also have worked</span> in the real world. <br /><br />3. <br /><strong>Stan:</strong> Did you hear that Christine (take) <span id=\"GapSpan8\" class=\"GapSpan\">is going to take</span> a vacation in South America this winter? <br /><strong>Fred:</strong> I can\'t believe how often she goes abroad. Where exactly does she want to go? <br /><strong>Stan:</strong> She (visit) <span id=\"GapSpan9\" class=\"GapSpan\">is going to visit</span> Peru, Bolivia and Ecuador. <br /><strong>Fred:</strong> At this rate, she (visit) <span id=\"GapSpan10\" class=\"GapSpan\">will have visited</span> every country in the world by the time she\'s 50. <br /><br />4. <br /><strong>Judy:</strong> How long have you been in Miami? <br /><strong>Elaine:</strong> I have only been here for a couple of weeks. <br /><strong>Judy:</strong> How long do you plan on staying? <br /><strong>Elaine:</strong> I love Miami, so I (stay) <span id=\"GapSpan11\" class=\"GapSpan\">am going to stay</span> here for an extended period of time. When I go back home, I (be) <span id=\"GapSpan12\" class=\"GapSpan\">will have been</span> here for more than three months. <br /><strong>Judy:</strong> Wow, that\'s quite a vacation! You (see, definitely) <span id=\"GapSpan13\" class=\"GapSpan\">will definitely have seen</span> just about everything there is to see in Miami by then. <br /><br />5. <br /><strong>Jane:</strong> I can\'t believe how late we are! By the time we get to the dinner, everyone (finish, already) <span id=\"GapSpan14\" class=\"GapSpan\">will already have finished</span> eating. <br /><strong>Jack:</strong> It\'s your own fault. You took way too long in the bathroom. <br /><strong>Jane:</strong> I couldn\'t get my hair to look right. <br /><strong>Jack:</strong> Who cares? By the time we get there, everyone (left) <span id=\"GapSpan15\" class=\"GapSpan\">will have left</span>. Nobody (see, even) <span id=\"GapSpan16\" class=\"GapSpan\">will even see</span> your hair.</p>','','<p><strong>Simple Future / Future Perfect</strong></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs25.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs25.htm</a></p>','2015-12-19 06:46:32'),(497,15,'sentence',1,'<p>1.) I will have left (leave) by six.</p>\r\n<p>2.) Will you have finished (you/finish) the report by the deadline?</p>\r\n<p>3.) When we will have done (we/do) everything?</p>\r\n<p>4.) She will have finished (finish) her exams by then, so we can go out for dinner.</p>\r\n<p>5.) You will have read (read) the book before the next class.</p>\r\n<p>6.) She won\'t have finished (not/finish) work by seven.</p>\r\n<p>7.) When will you have completed (you/complete) the work?</p>\r\n<p>8.) They will have arrived (arrive) by dinner time.</p>\r\n<p>9.) We will have been (be) in London for three years next week.</p>\r\n<p>10.) Will she have got (she/get) home by lunch time?</p>\r\n<p>11.) Will you have done (you/do) everything by seven?</p>\r\n<p>12.) We will not have eaten (not/eat) before we come, so we\'ll be hungry.</p>\r\n<p>13.) Will he have finished (he/finish) his exams when we go on holiday?</p>\r\n<p>14.) Will we have arrived (we/arrive) by the time it gets dark?</p>\r\n<p>15.) How long will you have known (you/know) your boyfriend when you get married?</p>\r\n<p>16.) He will not have completed (not/complete0 the project by July.</p>\r\n<p>17.) I will not have finished (not/finish) the essay by the weekend.</p>\r\n<p>18.) Why will she have finished (she/finish) the cleaning by six?</p>\r\n<p>19.) How long will you have been (you/be) in this company when you retire?</p>\r\n<p>20.) They will not have gone (not/go) at six.</p>','','<p><strong>FUTURE PERFECT MIXED EXERCISES</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-perfect-exercise-4.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-perfect-exercise-4.html</a></p>','2015-12-19 07:02:59'),(498,15,'sentence',1,'<p>1.) Will she have arrived (she/arrive) by 10 o\'clock?</p>\r\n<p>2.) Will you have eaten (you/eat) by six?</p>\r\n<p>3.) Will it have stopped (it/stop) raining by tomorrow morning?</p>\r\n<p>4.) Will we have watched (we/watch) the film by 7?</p>\r\n<p>5.) Will she have arrived (she/arrive) by Friday?</p>\r\n<p>6.) When will you have finished (you/finish)?</p>\r\n<p>7.) What will you have done (you/do) by the end of the day?</p>\r\n<p>8.) Why will she have left (she/leave) by Tuesday?</p>\r\n<p>9.) When will you have read (you/read) my book?</p>\r\n<p>10.) When will we have been (we/be) here for six months?</p>','','<p><strong>FUTURE PERFECT QUESTIONS</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-perfect-exercise-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-perfect-exercise-3.html</a></p>','2015-12-19 07:10:06'),(499,15,'sentence',1,'<p>1) By 10 pm tonight, I will have finished (finish) this report.<br /><br />2) By 10 pm tonight, we will have had (have) dinner.<br /><br />3) By 10 pm tonight, she will have left (leave) Paris.<br /><br />4) By 10 pm tonight, John will have met (meet) Lucy.<br /><br />5) By 10 pm tonight, they will have taken (take) the exam.<br /><br />6) By 10 pm tonight, it will have stopped (stop) snowing.<br /><br />7) By 10 pm tonight, I will have read (read) all of this book.<br /><br />8) By 10 pm tonight, you will have fallen (fall) asleep.<br /><br />9) By 10 pm tonight, she will have watched (watch) the film.<br /><br />10) By 10 pm tonight, he will have arrived (arrive).</p>','','<p><strong>FUTURE PERFECT POSITIVE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-perfect-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-perfect-exercise-1.html</a></p>','2015-12-19 07:14:03'),(500,15,'sentence',1,'<p>1) I’m sorry, by next week, I won\'t have finished (not/finish) the report.<br /><br />2) I’m sorry, by next week, Julia wont\' have sent (not/send) the emails.<br /><br />3) I’m sorry, by next week, John won\'t have cleaned (not/clean) the office.<br /><br />4) I’m sorry, by next week, we won\'t have ordered (not/order) new stock.<br /><br />5) I’m sorry, by next week, they won\'t have written (not/write) the article.<br /><br />6) I’m sorry, by next week, I won\'t have met (not/meet) the customers.<br /><br />7) I’m sorry, by next week, she won\'t have organised (not/organise) the meeting.<br /><br />8) I’m sorry, by next week, he won\'t have called (not/call) Mr Smith.<br /><br />9) I’m sorry, by next week, we won\'t have read (not/read) the documents.<br /><br />10) I’m sorry, by next week, you won\'t have recevied (not/receive) the prices.</p>','','<p><strong>FUTURE PERFECT NEGATIVE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-perfect-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-perfect-exercise-2.html</a></p>','2015-12-19 07:18:37'),(501,15,'word',1,'<p>skinny</p>','<p>sovány</p>','','2015-12-19 07:20:25'),(502,15,'word',1,'<p>tall</p>','<p>magas</p>','','2015-12-19 07:20:43'),(503,15,'word',1,'<p>thin</p>','<p>vékony</p>','','2015-12-19 07:21:19'),(504,15,'word',1,'<p>chubby</p>','<p>pufók, pirospozsgás</p>','','2015-12-19 07:22:12'),(505,15,'word',1,'<p>short</p>','<p>alacsony, rövid</p>','','2015-12-19 07:22:36'),(506,15,'word',1,'<p>plump</p>','<p>telt, kövér</p>','','2015-12-19 07:23:07'),(507,15,'word',1,'<p>curly</p>','<p>göndör</p>','','2015-12-19 07:23:37'),(508,15,'word',1,'<p>well-built</p>','<p>jó felépítésű</p>','','2015-12-19 07:28:54'),(509,15,'word',1,'<p>wavy</p>','<p>hullámos</p>','','2015-12-19 07:29:10'),(510,15,'word',1,'<p>swimming trunks</p>','<p>úszónadrág</p>','','2015-12-19 07:30:10'),(511,15,'word',1,'<p>socks</p>','<p>zokni</p>','','2015-12-19 07:30:27'),(512,15,'word',1,'<p>a coat</p>','<p>kabát</p>','','2015-12-19 07:43:03'),(513,15,'word',1,'<p>skirt</p>','<p>szoknya</p>','','2015-12-19 07:31:04'),(514,15,'word',1,'<p>mittens</p>','<p>ujjatlan kesztyű</p>','','2015-12-19 07:31:27'),(515,15,'word',1,'<p>slippers</p>','<p>papucs</p>','','2015-12-19 07:31:48'),(516,15,'word',1,'<p>shorts</p>','<p>rövidnadrág</p>','','2015-12-19 07:32:07'),(517,15,'word',1,'<p>a tie</p>','<p>nyakkendő</p>','','2015-12-19 07:43:07'),(518,15,'word',1,'<p>shirt</p>','<p>ing</p>','','2015-12-19 07:32:33'),(519,15,'word',1,'<p>trousers</p>','<p>nadrág</p>','','2015-12-19 07:32:51'),(520,15,'word',1,'<p>hat</p>','<p>kalap</p>','','2015-12-19 07:33:02'),(521,15,'word',1,'<p>tights</p>','<p>harisnyanadrág</p>','','2015-12-19 07:33:28'),(522,15,'word',1,'<p>a scarf</p>','<p>sál</p>','','2015-12-19 07:43:12'),(523,15,'word',1,'<p>a cap</p>','<p>sapka</p>','','2015-12-19 07:43:16'),(524,15,'word',1,'<p>gloves</p>','<p>kesztyű</p>','','2015-12-19 07:34:21'),(525,15,'word',1,'<p>a swimsuit</p>','<p>fürdőruha</p>','','2015-12-19 07:43:20'),(526,15,'word',1,'<p>a dress</p>','<p>női ruha</p>','','2015-12-19 07:42:55'),(527,15,'word',1,'<p>boots</p>','<p>csizma</p>','','2015-12-19 07:35:11'),(528,15,'word',1,'<p>leggings</p>','<p>sztretcsnadrág</p>','','2015-12-20 08:48:27'),(529,15,'word',1,'<p>a suit</p>','<p>öltöny</p>','','2015-12-19 07:42:59'),(530,16,'definition',0,'<p><strong>Future Continuous</strong></p>\r\n<p>Future Continuous has two different forms: \"will be doing \" and \"be going to be doing.\" Unlike <a href=\"http://englishpage.com/verbpage/simplefuture.html\" target=\"_blank\">Simple Future</a> forms, Future Continuous forms are usually interchangeable.</p>\r\n<p><strong>FORM Future Continuous with \"Will\"</strong></p>\r\n<p>[will be + present participle]</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>You <strong>will be waiting</strong> for her when her plane arrives tonight.</li>\r\n<li><strong>Will</strong> you <strong>be waiting</strong> for her when her plane arrives tonight?</li>\r\n<li>You <strong>will not be waiting</strong> for her when her plane arrives tonight.</li>\r\n</ul>\r\n<p><strong>FORM Future Continuous with \"Be Going To \"</strong></p>\r\n<p>[am/is/are + going to be + present participle]</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>You <strong>are going to be waiting</strong> for her when her plane arrives tonight.</li>\r\n<li><strong>Are</strong> you <strong>going to be waiting</strong> for her when her plane arrives tonight?</li>\r\n<li>You <strong>are not going to be waiting</strong> for her when her plane arrives tonight.</li>\r\n</ul>\r\n<p>REMEMBER: It is possible to use either \"will\" or \"be going to\" to create the Future Continuous with little difference in meaning.</p>\r\n<p><strong>POSITIVE FORM</strong></p>\r\n<p>The <strong>positive</strong> (will + be + verb-ing):</p>\r\n<p>At 10 am tomorrow,</p>\r\n<ul>\r\n<li>I will be sleeping</li>\r\n<li>you will be working</li>\r\n<li>she will be studying</li>\r\n<li>it will be raining</li>\r\n<li>he will be cooking</li>\r\n<li>we will be eating breakfast</li>\r\n<li>they will be travelling</li>\r\n</ul>\r\n<p><strong>NEGATIVE FORM</strong></p>\r\n<p>When John gets home,</p>\r\n<ul>\r\n<li>I will not be working (I won\'t be ..)</li>\r\n<li>you will not be reading (you won\'t be ..)</li>\r\n<li>he will not be cooking (he won\'t be ..)</li>\r\n<li>she will not be studying (she won\'t be ..)</li>\r\n<li>it will not be snowing (it won\'t be ..)</li>\r\n<li>we will not be watching TV (we won\'t be ..)</li>\r\n<li>they will not be sleeping (they won\'t be ..)</li>\r\n</ul>\r\n<p><strong>YES/NO QUESTIONS</strong></p>\r\n<p>When arrives at the party,</p>\r\n<ul>\r\n<li>will I be cooking?</li>\r\n<li>will you be dancing?</li>\r\n<li>will she be singing?</li>\r\n<li>will he be eating?</li>\r\n<li>will we be drinking?</li>\r\n<li>will it be snowing?</li>\r\n<li>will they be talking?</li>\r\n</ul>\r\n<p><strong> WH QUESTIONS</strong></p>\r\n<p>Next weekend,</p>\r\n<ul>\r\n<li>what will I be doing?</li>\r\n<li>where will you be working?</li>\r\n<li>how will she be travelling?</li>\r\n<li>what will he be eating?</li>\r\n<li>why will we be studying?</li>\r\n<li>why will it be snowing?</li>\r\n<li>what will they be wearing?</li>\r\n</ul>\r\n<h3>Using \"Will\"</h3>\r\n<table border=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Positive</p>\r\n</td>\r\n<td>\r\n<p>Negative</p>\r\n</td>\r\n<td>\r\n<p>Question</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>I <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>I <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> I <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>You <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>You <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> you <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>We <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>We <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> we <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>They <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>They <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> they <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>He <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>He <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> he <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>She <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>She <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> she <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>It <strong>will be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>It <strong>will not be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Will</strong> it <strong>be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>Using \"Be Going To\"</h3>\r\n<table border=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p>Positive</p>\r\n</td>\r\n<td>\r\n<p>Negative</p>\r\n</td>\r\n<td>\r\n<p>Question</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>I <strong>am going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>I <strong>am not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Am</strong> I <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>You <strong>are going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>You <strong>are not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Are</strong> you <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>We <strong>are going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>We <strong>are not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Are</strong> we <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>They <strong>are going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>They <strong>are not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Are</strong> they <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>He <strong>is going to be waiting</strong></p>\r\n</td>\r\n<td>\r\n<p>He <strong>is not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Is</strong> he <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>She <strong>is going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>She <strong>is not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Is</strong> she <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p>It <strong>is going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p>It <strong>is not going to be waiting</strong>.</p>\r\n</td>\r\n<td>\r\n<p><strong>Is</strong> it <strong>going to be waiting</strong>?</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong> </strong></p>\r\n<h3><strong>USE 1 Interrupted Action in the Future</strong></h3>\r\n<p>Use the Future Continuous to indicate that a longer action in the future will be interrupted by a shorter action in the future. Remember this can be a real interruption or just an interruption in time.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>I <strong>will be watching</strong> TV when she <em>arrives</em> tonight.</li>\r\n<li>I <strong>will be waiting</strong> for you when your bus <em>arrives</em>.</li>\r\n<li>I <strong>am going to be staying</strong> at the Madison Hotel, if anything <em>happens</em> and you <em>need</em> to contact me.</li>\r\n<li>He <strong>will be studying</strong> at the library tonight, so he will not see Jennifer when she <em>arrives</em>.</li>\r\n</ul>\r\n<p>Notice in the examples above that the interruptions (<em>marked in italics</em>) are in <a href=\"http://englishpage.com/verbpage/simplepresent.html\" target=\"_blank\">Simple Present</a> rather than <a href=\"http://englishpage.com/verbpage/simplefuture.html\" target=\"_blank\">Simple Future</a>. This is because the interruptions are in <a href=\"http://englishpage.com/verbpage/simplefuture.html#tc\" target=\"_blank\">time clauses</a>, and you cannot use future tenses in time clauses.</p>\r\n<h3><strong>USE 2 Specific Time as an Interruption in the Future</strong></h3>\r\n<p>In USE 1, described above, the Future Continuous is interrupted by a short action in the future. In addition to using short actions as interruptions, you can also use a specific time as an interruption.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>Tonight at 6 PM, I <strong>am going to be eating</strong> dinner.<br /> <em>I will be in the process of eating dinner. </em></li>\r\n<li>At midnight tonight, we <strong>will</strong> still <strong>be driving</strong> through the desert.<br /> <em>We will be in the process of driving through the desert. </em></li>\r\n</ul>\r\n<p><strong>REMEMBER</strong></p>\r\n<p>In the Simple Future, a specific time is used to show the time an action will begin or end. In the Future Continuous, a specific time interrupts the action.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>Tonight at 6 PM, I <strong>am going to eat</strong> dinner.<br /> <em>I am going to start eating at 6 PM.</em></li>\r\n<li>Tonight at 6 PM, I <strong>am going to be eating</strong> dinner.<br /> <em>I am going to start earlier and I will be in the process of eating dinner at 6 PM.</em></li>\r\n</ul>\r\n<h3><strong>USE 3 Parallel Actions in the Future</strong></h3>\r\n<p>When you use the Future Continuous with two actions in the same sentence, it expresses the idea that both actions will be happening at the same time. The actions are parallel.</p>\r\n<p>Examples:</p>\r\n<ul>\r\n<li>I <strong>am going to be studying</strong> and he <strong>is going to be making</strong> dinner.</li>\r\n<li>Tonight, they <strong>will be eating</strong> dinner, <strong>discussing</strong> their plans, and <strong>having</strong> a good time.</li>\r\n<li>While Ellen <em>is reading</em>, Tim <strong>will be watching</strong> television.<br /> <em>Notice \"is reading\" because of the time clause containing \"while.\" </em><a href=\"http://englishpage.com/verbpage/futurecontinuous.html#tc2\" target=\"_blank\"><em>(See Explanation Below</em></a><em>)</em></li>\r\n</ul>\r\n<p><strong>USE 4 Atmosphere in the Future</strong></p>\r\n<p>In English, we often use a series of Parallel Actions to describe atmosphere at a specific point in the future.</p>\r\n<p>Example:</p>\r\n<ul>\r\n<li>When I arrive at the party, everybody <strong>is going to be celebrating</strong>. Some <strong>will be dancing</strong>. Others <strong>are going to be talking</strong>. A few people <strong>will be eating</strong> pizza, and several people <strong>are going to be drinking</strong> beer. They always do the same thing.</li>\r\n</ul>\r\n<p><strong><span>Exercises</span></strong></p>\r\n<p><strong><span> </span></strong></p>\r\n<p><strong>Future Continuous Positive</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-continuous-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-continuous-exercise-1.html</a></p>\r\n<p><strong>Future Continuous Negative</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-continuous-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-continuous-exercise-2.html</a></p>\r\n<p><strong>Future Continuous Questions</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-continuous-exercise-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-continuous-exercise-3.html</a></p>\r\n<p><strong>Simple Future / Future Continuous</strong></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs23.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs23.htm</a></p>\r\n<p><strong>Simple Present / Simple Future</strong></p>\r\n<p><strong>Present Continuous / Future Continuous</strong></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs24.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs24.htm</a></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>\r\n<p><strong> </strong></p>','','','2015-12-27 07:57:39'),(531,16,'sentence',1,'<p>1.) At three o\'clock tomorrow, I will be working (work) in my office.</p>\r\n<p>2.) At three o\'clock tomorrow, you will be lying (lie) on the beach.</p>\r\n<p>3.) At three o\'clock tomorrow, he will be waiting (wait) for the train.</p>\r\n<p>4.) At three o\'clock tomorrow, she will be shopping (shop) in New York.</p>\r\n<p>5.) At three o\'clock tomorrow, it will be raining (rain).</p>\r\n<p>6.) At three o\'clock tomorrow, we will be getting (get) ready to go out.</p>\r\n<p>7.) At three o\'clock tomorrow, they will be meeting (meet) their parents.</p>\r\n<p>8.) At three o\'clock tomorrow, he will be studying (study) in the library.</p>\r\n<p>9.) At three o\'clock tomorrow, she will be exercising (exercise) at the gym.</p>\r\n<p>10.) At three o\'clock tomorrow, I will be sleeping (sleep).</p>','','<p><strong>FUTURE CONTINUOUS POSITIVE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-continuous-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-continuous-exercise-1.html</a></p>','2015-12-20 10:52:27'),(532,16,'sentence',1,'<p>1.) When she arrives, I won\'t be reading (not/read).</p>\r\n<p>2.) When she arrives, you won\'t be sleeping (not/sleep).</p>\r\n<p>3.) When she arrives, we won\'t be working.</p>\r\n<p>4.) When she arrives, Juile won\'t be watching (not/watch) a film.</p>\r\n<p>5.) When she arrives, it won\'t be snowing (not/snow).</p>\r\n<p>6.) When she arrives, Ann and Tom won\'t be cooking (not/cook).</p>\r\n<p>7.) When she arrives, he won\'t be playing (not/play) computer games.</p>\r\n<p>8.) When she arrives, I won\'t be studying (not/study).</p>\r\n<p>9.) When she arrives, you won\'t be crying (not/cry).</p>\r\n<p>10.) When she arrives, David won\'t be using (not/use) the internet.</p>','','<p><strong>FUTURE CONTINUOUS NEGATIVE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-continuous-exercise-2.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-continuous-exercise-2.html</a></p>','2015-12-20 10:58:17'),(533,16,'sentence',1,'<p>1.) When the boss comes, will I be sitting (I/sit) here?</p>\r\n<p>2.) When the boss comes, will John be using (John/use) the computer?</p>\r\n<p>3.) When the boss comes, will Jane and Luke be discussing (Jane and Luke/discuss) the new project?</p>\r\n<p>4.) When the boss comes, will we be working (we/work) hard?</p>\r\n<p>5.) When the boss comes, will you be talking (you/talk) on the telephone?</p>\r\n<p>6.) When the boss comes, will she be sending (she/send) an email?</p>\r\n<p>7.) When the boss comes, will they be having (they/have) a meeting?</p>\r\n<p>8.) When the boss comes, will he be eating (he/eat) lunch?</p>\r\n<p>9.) When the boss comes, will you be typing (you/type)?</p>\r\n<p>10.) When the boss comes, will he be making (he/make) coffee?</p>\r\n<p>11.) At 8pm, where will I be waiting (I/wait)?</p>\r\n<p>12.) At 8pm, what will you be doing (you/do)?</p>\r\n<p>13.) At 8pm, why will he be studying (he/study)?</p>\r\n<p>14.) At 8pm, how will she be travelling (she/travel)?</p>\r\n<p>15.) At 8pm, who will they be meeting (they/meet)?</p>\r\n<p>16.) At 8pm, where we will be eating (we/eat)?</p>\r\n<p>17.) At 8pm, what will you be watching (you/watch)?</p>\r\n<p>18.) At 8pm, why will he be driving (he/drive)?</p>\r\n<p>19.) At 8pm, what will she be cooking (she/cook)?</p>\r\n<p>20.) At 8pm, why will they be sleeping (they/sleep)?</p>','','<p><strong>FUTURE CONTINUOUS QUESTIONS</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/future-continuous-exercise-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/future-continuous-exercise-3.html</a></p>','2015-12-20 11:10:00'),(534,16,'sentence',1,'<p>1. <br /><strong>Sandra:</strong> Where is Tim going to meet us? <br /><strong>Marcus:</strong> He (wait) <span id=\"GapSpan0\" class=\"GapSpan\">will be waiting</span> for us when our train arrives. I am sure he (stand) <span id=\"GapSpan1\" class=\"GapSpan\">will be standing</span> on the platform when we pull into the station. <br /><strong>Sandra:</strong> And then what? <br /><strong>Marcus:</strong> We (pick) <span id=\"GapSpan2\" class=\"GapSpan\">are going to pick</span> Michele up at work and go out to dinner. <br /><br />2. <br /><strong>Ted:</strong> When we get to the party, Jerry (watch) <span id=\"GapSpan3\" class=\"GapSpan\">will be watching</span> TV, Sam (make) <span id=\"GapSpan4\" class=\"GapSpan\">will be making</span> drinks, Beth (dance) <span id=\"GapSpan5\" class=\"GapSpan\">will be dancing</span> by herself, and Thad (complain) <span id=\"GapSpan6\" class=\"GapSpan\">will be complaining</span> about his day at work. <br /><strong>Robin:</strong> Maybe, this time they won\'t be doing the same things. <br /><strong>Ted:</strong> I am absolutely positive they (do) <span id=\"GapSpan7\" class=\"GapSpan\">will be doing</span> the same things; they always do the same things. <br /><br />3. <br /><strong>Florence:</strong> Oh, look at that mountain of dirty dishes! Who (wash) <span id=\"GapSpan8\" class=\"GapSpan\">is going to wash</span> all of those? <br /><strong>Jack:</strong> I promise I (do) <span id=\"GapSpan9\" class=\"GapSpan\">will do</span> them when I get home from work. <br /><strong>Florence:</strong> Thanks. <br /><strong>Jack:</strong> When you get home this evening, that mountain will be gone and nice stacks of sparkling clean dishes (sit) <span id=\"GapSpan10\" class=\"GapSpan\">will be sitting</span> in the cabinets. <br /><br />4. <br /><strong>Doug:</strong> If you need to contact me next week, I (stay) <span id=\"GapSpan11\" class=\"GapSpan\">will be staying</span> at the Hoffman Hotel. <br /><strong>Nancy:</strong> I (call) <span id=\"GapSpan12\" class=\"GapSpan\">will call</span> you if there are any problems. <br /><strong>Doug:</strong> This is the first time I have ever been away from the kids. <br /><strong>Nancy:</strong> Don\'t worry, they (be) <span id=\"GapSpan13\" class=\"GapSpan\">will be</span> be fine. <br /><br />5. <br /><strong>Samantha:</strong> Just think, next week at this time, I (lie) <span id=\"GapSpan14\" class=\"GapSpan\">will be lying</span> on a tropical beach in Maui drinking Mai Tais and eating pineapple. <br /><strong>Darren:</strong> While you are luxuriating on the beach, I (stress) <span id=\"GapSpan15\" class=\"GapSpan\">will be stressing</span> out over this marketing project. How are you going to enjoy yourself knowing that I am working so hard? <br /><strong>Samantha:</strong> I \'ll manage somehow. <br /><strong>Darren:</strong> You\'re terrible. Can\'t you take me with you? <br /><strong>Samantha:</strong> No. But I (send) <span id=\"GapSpan16\" class=\"GapSpan\">will send</span> you a postcard of a beautiful, white sand beach. <br /><strong>Darren:</strong> Great, that (make) <span id=\"GapSpan17\" class=\"GapSpan\">will make</span> me feel much better.</p>','','<p><strong>SIMPLE FUTURE / FUTURE CONTINUOUS</strong></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs23.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs23.htm</a></p>','2015-12-20 11:21:42'),(535,16,'word',1,'<p>test anxiety</p>','<p>vizsgadruk</p>','','2015-12-22 16:39:07'),(536,16,'word',1,'<p>shaky</p>','<p>ingatag, reszkető</p>','','2015-12-20 12:19:39'),(537,16,'word',1,'<p>sweaty</p>','<p>izzadt</p>','','2015-12-20 12:19:53'),(538,16,'word',1,'<p>onwards</p>','<p>tovább, előre</p>','','2015-12-20 12:20:34'),(539,16,'word',1,'<p>manger</p>','<p>jászol</p>','','2015-12-20 12:20:52'),(541,16,'word',1,'<p>headmaster</p>','<p>iskolaigazgató</p>','','2015-12-22 16:07:12'),(542,16,'word',1,'<p>school cafeteria staff</p>','<p>iskola büfé személyzet</p>','','2015-12-22 16:07:45'),(543,16,'word',1,'<p>teaching assistant</p>','<p>tanársegéd</p>','','2015-12-22 16:08:10'),(544,16,'word',1,'<p>maintenance man</p>','<p>karbantartó</p>','','2015-12-22 16:08:35'),(545,16,'word',1,'<p>form teacher</p>','<p>osztályfőnök</p>','','2015-12-22 16:08:58'),(546,17,'sentence',1,'<p>1.) I will have been working (work), so I\'ll be tired.</p>\r\n<p>2.) She will have been playing (play) tennis, so she\'ll be hungry.</p>\r\n<p>3.) We will have been walking (walk) all day, so we\'ll want to relax in the evening.</p>\r\n<p>4.) He will have been cooking (cook), so the kicthen will be warm.</p>\r\n<p>5.) They will have been travelling (travel), so they\'ll want to go to bed early.</p>\r\n<p>6.) I will have been working (work) in this company for twenty years when I retire.</p>\r\n<p>7.) She will have been seeing (see) her boyfriend for three years when they get married.</p>\r\n<p>8.) We will have been living (live) here for ten years next month.</p>\r\n<p>9.) He will have been studying (study) Enlgish for three years when he takes the exam.</p>\r\n<p>10.) I will have been sleeping (sleep) for three hours at 10pm.</p>','','<p><strong>FUTURE PERFECT CONTINUOUS POSITIVE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_positive.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_positive.pdf</a></p>','2015-12-23 06:56:05'),(547,17,'sentence',1,'<p>1.) She won\'t have been studying (study), so she\'ll want to study tomorrow.</p>\r\n<p>2.) We won\'t have been working (work), so we\'ll have lots of energy.</p>\r\n<p>3.) They won\'t have been exercising (exercise), so they might want to go for a walk.</p>\r\n<p>4.) He won\'t have been watching (watch) TV all afternoon.</p>\r\n<p>5.) I won\'t have been working (work) here long when I change jobs.</p>\r\n<p>6.) You won\'t have been learning (learn) about computers for long when you start your new job.</p>\r\n<p>7.) She won\'t have been living (live) in London for six years next week, four  years at most.</p>\r\n<p>8.) They won\'t have been drinking (drink) coffee all morning.</p>\r\n<p>9.) He won\'t have been sutyding (study) Japanese for ten months when he takes the exam.</p>\r\n<p>10.) We won\'t have been travelling (travel) for very long when we arrive in Paris.</p>','','<p><strong>FUTURE PERFECT CONTINUOUS NEGATIVE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_negative.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_negative.pdf</a></p>','2015-12-23 07:02:38'),(548,17,'sentence',1,'<p>1.) Will you have been working (you / work) when we meet?</p>\r\n<p>2.) Will she have been living (she / live) here for long when she moves?</p>\r\n<p>3.) Will July have been studying (July / study)?</p>\r\n<p>4.) What will Lucy have been doing (what /Lucy / do)?</p>\r\n<p>5.) How long will he have been working (how long / he / work) there when he retires?</p>\r\n<p>6.) How long will they have been seeing (how long / they / see) each other when they marry?</p>\r\n<p>7.) How long will you have been studying (how long / you / study) when you graduate?</p>\r\n<p>8.) Why will he have been fixing (why / he / fix) the car?</p>\r\n<p>9.) Will she have been teaching (she / teach) those students for long?</p>\r\n<p>10.) How long will we have been waiting (how long / we / wait) when he finally arrives?</p>','','<p><strong>FUTURE PERFECT CONTINUOUS QUESTIONS</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_questions.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_questions.pdf</a></p>','2015-12-23 07:09:55'),(549,17,'sentence',1,'<p>1.) I will have been working (work) all weekend so I won\'t be energetic on Sunday night.</p>\r\n<p>2.) How long will you have been waiting (you / wait) when you finally get your exam results?</p>\r\n<p>3.) Julie won\'t have been waiting much (not/eat), so we\'ll need to make sure she has a good meal when she arrives.</p>\r\n<p>4.) How long will she have been planing (she/plan) to move house when she finally moves?</p>\r\n<p>5.) Will she have been waiting (she / wait) long by the time we get there?</p>\r\n<p>6.) Will he have been playing computer games for ten hours when he finally stops?</p>\r\n<p>7.) They\'ll have been studying (study) all day, so they\'ll want to go out in the evening.</p>\r\n<p>8.) They won\'t have been staying (not / stay) in the hotel for long when she arrives.</p>\r\n<p>9.) I won\'t have been walking (not / walk) when I meet you - I\'ll have been cycling.</p>\r\n<p>10.) She will have been playing (play) squash, so she won\'t be dressed up.</p>\r\n<p>11.) We will have been looking (look) at houses for four months next Tuesday.</p>\r\n<p>12.) We won\'t have been doing (not / do) this project for long when the inspector arrives.</p>\r\n<p>13.) How long will you have been working (you / work) on this project when it is finished?</p>\r\n<p>14.) Will you have been buying (you / buy) clothes when I see you?</p>\r\n<p>15.) He won\'t have been doing (not / do) much work, so he\'ll be happy to start a new project.</p>\r\n<p>16.) How long will the children have been sleeping (the children / sleep) in the living room when their new bedroom is ready?</p>\r\n<p>17.) How long will he have been training (he / train) when he enters the competition?</p>\r\n<p>18.) Will you have been taking (you / take) exams the day we meet?</p>\r\n<p>19.) I\'ll have been answering students\' questions all morning, so I\'ll want a quiet lunch.</p>\r\n<p>20.) Will they have been travelling (they / travel) for long when they arrive?</p>','','<p><strong>FUTURE PERFECT CONTINUOUS MIXED</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_mixed.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/future_perfect_continuous_mixed.pdf</a></p>','2015-12-23 08:44:52'),(550,17,'sentence',1,'<p><span>1. By the time we get to Chicago this evening, we (drive) </span><span id=\"GapSpan0\" class=\"GapSpan\">will have driven</span><span> more than four hundred miles. We are going to be exhausted. </span><br /><br /><span>2. When Sarah goes on vacation next month, she (study) </span><span id=\"GapSpan1\" class=\"GapSpan\">will have been studying</span><span> German for over two years. She should be able to communicate fairly well while she is in Austria. </span><br /><br /><span>3. I have not traveled much yet; however, I (visit) </span><span id=\"GapSpan2\" class=\"GapSpan\">will have visited</span><span> the Grand Canyon and San Francisco by the time I leave the United States. </span><br /><br /><span>4. By the time you finish studying the verb tense tutorial, you (master) </span><span id=\"GapSpan3\" class=\"GapSpan\">will have mastered</span><span> all twelve tenses including their passive forms. </span><br /><br /><span>5. Drive faster! If you don\'t hurry up, she (have) </span><span id=\"GapSpan4\" class=\"GapSpan\">will have had</span><span> the baby by the time we get to the hospital. </span><br /><br /><span>6. I came to England six months ago. I started my economics course three months ago. When I return to Australia, I (study) </span><span id=\"GapSpan5\" class=\"GapSpan\">will have been studying</span><span> for nine months and I (be) </span><span id=\"GapSpan6\" class=\"GapSpan\">will have been</span><span> in England for exactly one year. </span><br /><br /><span>7. Margie just called and said she would be here at 8 o\'clock. By the time she gets here, we (wait) </span><span id=\"GapSpan7\" class=\"GapSpan\">will have been waiting</span><span> for her for two hours. </span><br /><br /><span>8. Frank just changed jobs again. If he keeps this up, he (change) </span><span id=\"GapSpan8\" class=\"GapSpan\">will have changed</span><span> jobs at least four or five times by the end of the year. </span><br /><br /><span>9. Come over to my house around 9 o\'clock. By then, I (complete) </span><span id=\"GapSpan9\" class=\"GapSpan\">will have completed</span><span> my history essay and we can go see a movie. </span><br /><br /><span>10. In June, my grandmother and grandfather (be) </span><span id=\"GapSpan10\" class=\"GapSpan\">will have been</span><span> married for fifty years.</span></p>','','<p class=\"ExerciseSubtitle\"><span [removed]><strong>Future Perfect / Future Perfect Continuous</strong></span></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs26.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs26.htm</a></p>','2015-12-23 11:25:19'),(551,17,'sentence',1,'<p><span>1.</span><br /><strong>Jack:</strong><span> Have you been watching the Eco-Challenge on TV? </span><br /><strong>Janet:</strong><span> Isn\'t that exciting? It has got to be the most unbelievably difficult sporting event in the world. </span><br /><strong>Jack:</strong><span> I know. By the time they finish the course, they (raft) </span><span id=\"GapSpan0\" class=\"GapSpan\">will have rafted</span><span> more than 150 miles down a raging river, (hike) </span><span id=\"GapSpan1\" class=\"GapSpan\">hiked</span><span> through 80 miles of jungle, (climb) </span><span id=\"GapSpan2\" class=\"GapSpan\">climbed</span><span> a volcano and (kayak) </span><span id=\"GapSpan3\" class=\"GapSpan\">kayaked</span><span> through shark-infested waters. </span><br /><strong>Janet:</strong><span> And don\'t forget that they (move) </span><span id=\"GapSpan4\" class=\"GapSpan\">will have been moving</span><span> for at least eight days straight. </span><br /><br /><span>2. </span><br /><strong>Oliver:</strong><span> When are going to get your bachelor\'s degree, Anne? </span><br /><strong>Anne:</strong><span> I am going to finish my degree next June. By the time I graduate, I (go) </span><span id=\"GapSpan5\" class=\"GapSpan\">will have gone</span><span> to four different colleges and universities, and I (study) </span><span id=\"GapSpan6\" class=\"GapSpan\">will have been studying</span><span> for more than seven years.</span><br /><strong>Oliver:</strong><span> Wow, that\'s a long time! </span><br /><strong>Anne:</strong><span> And I plan to continue on to get a Ph.D. </span><br /><strong>Oliver:</strong><span> Really? How long is that going to take? </span><br /><strong>Anne:</strong><span> By the time I finally finish studying, I (be) </span><span id=\"GapSpan7\" class=\"GapSpan\">will have been</span><span> a student for over 13 years. </span><br /><br /><span>3. </span><br /><strong>Max:</strong><span> Sarah has been in the kitchen all day long.</span><br /><strong>Jake:</strong><span> It doesn\'t sound like she\'s having a very good Thanksgiving.</span><br /><strong>Max:</strong><span> She (cook) </span><span id=\"GapSpan8\" class=\"GapSpan\">will have been cooking</span><span> for over seven hours by the time everyone arrives for dinner this afternoon. Hopefully, she (finish) </span><span id=\"GapSpan9\" class=\"GapSpan\">will have finished</span><span> everything by then. </span><br /><strong>Jake:</strong><span> Maybe we should help her out. </span><br /><br /><span>4. </span><br /><strong>Mike:</strong><span> It\'s 6:00, and I have been working on my essay for over three hours. </span><br /><strong>Sid:</strong><span> Do you think you (finish) </span><span id=\"GapSpan10\" class=\"GapSpan\">will have finished</span><span> by 10:00? There\'s a party at Donna\'s tonight. </span><br /><strong>Mike:</strong><span> I (complete, probably) </span><span id=\"GapSpan11\" class=\"GapSpan\">will probably have completed</span><span> the essay by 10:00, but I (work) </span><span id=\"GapSpan12\" class=\"GapSpan\">will have been working</span><span> on it for more than seven hours, and I don\'t think I am going to feel like going to a party. </span><br /><br /><span>5. </span><br /><strong>Fred:</strong><span> By the time they finish their trip across Yosemite National Park, they (hike) </span><span id=\"GapSpan13\" class=\"GapSpan\">will have been hiking</span><span> for more than six days. </span><br /><strong>Ginger:</strong><span> And they (be, not) </span><span id=\"GapSpan14\" class=\"GapSpan\">won\'t have been</span><span> in a bed or (have) </span><span id=\"GapSpan15\" class=\"GapSpan\">had</span><span> a shower in almost a week! </span><br /><strong>Fred:</strong><span> When we pick them up, they (eat) </span><span id=\"GapSpan16\" class=\"GapSpan\">will have been eating</span><span> camping food for days, and I am sure they will be starving. </span><br /><strong>Ginger:</strong><span> I think we had better plan on taking them directly to a restaurant.</span></p>','','<p><strong>FUTURE PERFECT / FUTURE PERFECT CONTINUOUS</strong></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs27.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs27.htm</a></p>','2015-12-23 11:54:13'),(552,17,'sentence',1,'<p><span>1.</span><br /><strong>Simona:</strong><span> Margaret is really going to speak Spanish well when she gets back from that language school in Mexico. </span><br /><strong>Isabelle:</strong><span> Hopefully! She (take) </span><span id=\"GapSpan0\" class=\"GapSpan\">will have been taking</span><span> classes for more than six months. </span><br /><strong>Simona:</strong><span> She is going to be able to speak Spanish with some of our Latin American clients. </span><br /><strong>Isabelle:</strong><span> Good. Two clients from Peru (visit) </span><span id=\"GapSpan1\" class=\"GapSpan\">will be visiting</span><span> us next month when Margaret returns. We need someone to entertain them while they are here. </span><br /><br /><span>2. </span><br /><strong>Jason:</strong><span> I am leaving! </span><br /><strong>Nurse:</strong><span> If you would please wait, the doctor will be with you in ten minutes. The doctor is having some problems with a patient. </span><br /><strong>Jason:</strong><span> The doctor was having problems with that patient an hour ago. If I wait another ten minutes, I am sure he (have, still) </span><span id=\"GapSpan2\" class=\"GapSpan\">will still be having</span><span> problems with her. By the time he\'s finally ready to see me, I (wait) </span><span id=\"GapSpan3\" class=\"GapSpan\">will have been waiting</span><span> for more than two hours. </span><br /><br /><span>3. </span><br /><strong>Frank:</strong><span> What are you going to be doing tomorrow at five? </span><br /><strong>Debbie:</strong><span> I (paint) </span><span id=\"GapSpan4\" class=\"GapSpan\">am going to be painting</span><span> my living room walls. </span><br /><strong>Frank:</strong><span> Still? How long have you been working on your living room? </span><br /><strong>Debbie:</strong><span> Forever. By the time I finish, I (redecorate) </span><span id=\"GapSpan5\" class=\"GapSpan\">will have been redecorating</span><span> the living room for over a week. </span><br /><strong>Frank:</strong><span> Too bad. I was going to ask if you wanted to see a movie. What about the day after tomorrow? </span><br /><strong>Debbie:</strong><span> Sorry, I (move) </span><span id=\"GapSpan6\" class=\"GapSpan\">am going to be moving</span><span> furniture and (put) </span><span id=\"GapSpan7\" class=\"GapSpan\">putting</span><span> up drapes. </span><br /><br /><span>4. </span><br /><strong>Mr. Jones:</strong><span> What are you going to be doing next year at this time? </span><br /><strong>Mr. McIntyre:</strong><span> I (work) </span><span id=\"GapSpan8\" class=\"GapSpan\">am going to be working</span><span> for a big law firm in New Orleans. </span><br /><strong>Mr. Jones:</strong><span> I didn\'t know you were leaving Baton Rouge. </span><br /><strong>Mr. McIntyre:</strong><span> I got a great job offer which I just can\'t refuse. Besides, by the time I move, I (live) </span><span id=\"GapSpan9\" class=\"GapSpan\">will have been living</span><span> in Baton Rouge for over twenty years. I think it\'s about time for a change.</span></p>','','<p><strong>Future Continuous / Future Perfect Continuous</strong></p>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs28.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs28.htm</a></p>','2015-12-23 12:02:34'),(553,16,'sentence',1,'<p><span>1. Right now, I am watching TV. Tomorrow at this time, I (watch) </span><span id=\"GapSpan0\" class=\"GapSpan\">will be watching</span><span> TV as well. </span><br /><br /><span>2. Tomorrow after school, I (go) </span><span id=\"GapSpan1\" class=\"GapSpan\">am going to go</span><span> to the beach. </span><br /><br /><span>3. I am going on a dream vacation to Tahiti. While you (do) </span><span id=\"GapSpan2\" class=\"GapSpan\">are doing</span><span> paperwork and (talk) </span><span id=\"GapSpan3\" class=\"GapSpan\">talking</span><span> to annoying customers on the phone, I (lie) </span><span id=\"GapSpan4\" class=\"GapSpan\">am going to be lying</span><span> on a sunny, tropical beach. Are you jealous? </span><br /><br /><span>4. We (hide) </span><span id=\"GapSpan5\" class=\"GapSpan\">will be hiding</span><span> when Tony (arrive) </span><span id=\"GapSpan6\" class=\"GapSpan\">arrives</span><span> at his surprise party. As soon as he opens the door, we (jump) </span><span id=\"GapSpan7\" class=\"GapSpan\">are going to jump</span><span> out and (scream)</span><span id=\"GapSpan8\" class=\"GapSpan\">scream</span><span>, \"Surprise!\" </span><br /><br /><span>5. We work out at the fitness center every day after work. If you (come) </span><span id=\"GapSpan9\" class=\"GapSpan\">come</span><span> over while we (work) </span><span id=\"GapSpan10\" class=\"GapSpan\">are working</span><span> out, we will not be able to let you into the house. Just to be safe, we (leave) </span><span id=\"GapSpan11\" class=\"GapSpan\">will leave</span><span> a key under the welcome mat so you will not have to wait outside. </span><br /><br /><span>6. While you (study) </span><span id=\"GapSpan12\" class=\"GapSpan\">are studying</span><span> at home, Magda (be) </span><span id=\"GapSpan13\" class=\"GapSpan\">will be</span><span> in class. </span><br /><br /><span>7. When I (get) </span><span id=\"GapSpan14\" class=\"GapSpan\">get</span><span> to the party, Sally and Doug (dance) </span><span id=\"GapSpan15\" class=\"GapSpan\">will be dancing</span><span>, John (make) </span><span id=\"GapSpan16\" class=\"GapSpan\">will be making</span><span> drinks, Sue and Frank (discuss) </span><span id=\"GapSpan17\" class=\"GapSpan\">will be discussing</span><span>something controversial, and Mary (complain) </span><span id=\"GapSpan18\" class=\"GapSpan\">will be complaining</span><span> about something unimportant. They are always doing the same things. They are so predictable. </span><br /><br /><span>8. When you (get) </span><span id=\"GapSpan19\" class=\"GapSpan\">get</span><span> off the plane, I (wait) </span><span id=\"GapSpan20\" class=\"GapSpan\">will be waiting</span><span> for you. </span><br /><br /><span>9. I am sick of rain and bad weather! Hopefully, when we (wake) </span><span id=\"GapSpan21\" class=\"GapSpan\">wake</span><span> up tomorrow morning, the sun (shine) </span><span id=\"GapSpan22\" class=\"GapSpan\">will be shining</span><span>. </span><br /><br /><span>10. If you (need) </span><span id=\"GapSpan23\" class=\"GapSpan\">need</span><span> to contact me sometime next week, I (stay) </span><span id=\"GapSpan24\" class=\"GapSpan\">will be staying</span><span> at the Sheraton in San Francisco.</span></p>','','<h3 class=\"ExerciseSubtitle\">Simple Present / Simple Future<br />Present Continuous / Future Continuous</h3>\r\n<p><a href=\"http://englishpage.com/verbpage/verbs24.htm\" target=\"_blank\">http://englishpage.com/verbpage/verbs24.htm</a></p>\r\n<p> </p>','2015-12-29 06:55:59'),(554,18,'sentence',1,'<p>RUDI</p>\r\n<p>1.) A<br />2.) D<br />3.) A<br />4.) C<br />5.) D<br />6.) A<br />7.) D<br />8.) B<br />9.) C<br />10.) C<br />11.) B<br />12.) A<br />13.) C<br />14.) A<br />15.) B<br />16.) B<br />17.) A<br />18.) B<br />19.) B<br />20.) D<br />21.) D<br />22.) C<br />23.) A<br /><strong>24.) D</strong><br />25.) A<br />26.) A<br />27.) A<br />28.) A<br />29.) B<br />30.) B<br />31.) B<br />32.) B<br />33.) C<br />34.) C<br />35.) B<br />36.) C<br />37.) C<br />38.) C<br />39.) D<br />40.) D<br />41.) A<br />42.) A<br />43.) C<br />44.) B<br />45.) B<br />46.) D<br />47.) D<br />48.) A<br />49.) A<br />50.) A</p>','<p>HELYES</p>\r\n<p>1.) A<br />2.) D<br />3.) A<br />4.) C<br />5.) D<br />6.) A<br />7.) D<br />8.) B<br />9.) C<br />10.) C<br />11.) B<br />12.) A<br />13.) C<br />14.) A<br />15.) B<br />16.) B<br />17.) D<br />18.) B<br />19.) B<br />20.) D<br />21.) D<br />22.) C<br />23.) A<br />24.) C<br />25.) A<br />26.) A<br />27.) A<br />28.) A<br />29.) B<br />30.) B<br />31.) B<br />32.) B<br />33.) C<br />34.) C<br />35.) B<br />36.) C<br />37.) C<br />38.) C<br />39.) D<br />40.) D<br />41.) A<br />42.) A<br />43.) C<br />44.) B<br />45.) B<br />46.) D<br />47.) D<br />48.) A<br />49.) A<br />50.) A</p>','<p>Bumbák Marianna - Angol tematikus tesztek  22-27 oldal.</p>\r\n<p><a href=\"https://onedrive.live.com/redir?resid=91912CBF6C6C2AF6!5141&authkey=!AD7P8PBcutJ92w4&ithint=folder,pdf\" target=\"_blank\">https://onedrive.live.com/redir?resid=91912CBF6C6C2AF6!5141&authkey=!AD7P8PBcutJ92w4&ithint=folder,pdf</a></p>','2015-12-29 09:39:45'),(555,18,'expression',1,'<p>to fill in for sy</p>','<p>helyettesíteni vkit</p>','','2015-12-29 09:40:35'),(556,18,'word',1,'<p>to count</p>','<p>számolni</p>','','2015-12-29 09:40:55'),(557,18,'word',1,'<p>vote</p>','<p>szavazat</p>','','2015-12-29 09:41:08'),(558,18,'word',1,'<p>misunderstanding</p>','<p>félreértés</p>','','2015-12-29 09:41:23'),(559,18,'expression',1,'<p>to run a club</p>','<p>klubot vezetni</p>','','2015-12-29 09:41:48'),(560,18,'expression',1,'<p>to break the news to sy</p>','<p>hírt közölni valakivel</p>','','2015-12-29 09:42:24'),(561,18,'expression',1,'<p>to blow, blew, blown up</p>','<p>kinagyítani (fényképet)</p>','','2015-12-29 09:43:03'),(562,18,'expression',1,'<p>to specialize in</p>','<p>tagozatra jár</p>','','2015-12-29 09:43:28'),(563,18,'expression',1,'<p>to read out sg</p>','<p>hangosan felolvas valamit</p>','','2015-12-29 09:43:50'),(564,18,'expression',1,'<p>to make a decision</p>','<p>döntést hoz</p>','','2015-12-29 09:44:05'),(565,18,'expression',1,'<p>to hang out with sy</p>','<p>lófrálni, lődörögni valakivel</p>','','2015-12-29 09:44:39'),(566,18,'word',1,'<p>suspicious</p>','<p>gyanús</p>','','2015-12-29 09:44:55'),(567,18,'expression',1,'<p>to work one\'s finger to the bone</p>','<p>éjt nappalá téve dolgozik</p>','','2015-12-29 09:45:39'),(568,18,'word',1,'<p>tuition</p>','<p>tandíj</p>','','2015-12-29 09:45:59'),(569,18,'expression',1,'<p>to show a leg</p>','<p>felkel, kikecmereg az ágyból</p>','','2015-12-29 09:46:24'),(570,18,'expression',1,'<p>to bring oneself to do sg</p>','<p>rászánja magát valamire</p>','','2015-12-29 09:46:52'),(571,18,'expression',1,'<p>to call at a port</p>','<p>kiköt (hajó)</p>','','2015-12-29 09:47:26'),(572,18,'expression',1,'<p>to get through with sg</p>','<p>befejez valamit</p>','','2015-12-29 09:47:50'),(573,18,'expression',1,'<p>to write a treatise /up/ on sg</p>','<p>tanulmányt ír valamiről</p>','','2015-12-29 09:48:23'),(574,18,'expression',1,'<p>private eye</p>','<p>magánnyomozó</p>','','2015-12-29 09:48:48'),(575,18,'expression',1,'<p>to kill sy with sg</p>','<p>sírba visz valakit valamivel</p>','','2015-12-29 09:49:13'),(576,18,'word',1,'<p>nicety</p>','<p>finyásság, kényeskedés</p>','','2015-12-29 09:49:42'),(577,18,'expression',1,'<p>to raise money</p>','<p>előteremt pénzt</p>','','2015-12-29 09:50:10'),(578,18,'expression',1,'<p>to lead a /the choir</p>','<p>énekkart vezetni</p>','','2015-12-29 09:50:40'),(579,18,'expression',1,'<p>to open an account</p>','<p>bankszámlát nyítni</p>','','2015-12-29 09:51:01'),(580,18,'word',1,'<p>worship</p>','<p>imádni, dicsérni</p>','','2016-01-04 18:57:18'),(581,18,'word',1,'<p>clay</p>','<p>agyag</p>','','2016-01-04 18:57:37'),(582,18,'expression',1,'<p>tend to</p>','<p>hajlamos</p>','','2016-01-04 19:00:20'),(583,19,'definition',0,'<h3>What are Modal Verbs?</h3>\r\n<p>Modal verbs are special verbs which behave very differently from normal verbs. Here are some important differences:</p>\r\n<p>1. Modal verbs do not take \"-s\" in the third person.</p>\r\n<div class=\"ex\">\r\n<p>Examples:</p>\r\n<ul>\r\n<li>He can  speak Chinese.</li>\r\n<li>She should  be here by 9:00.</li>\r\n</ul>\r\n</div>\r\n<p>2. You use \"not\" to make modal verbs negative, even in Simple Present and Simple Past.</p>\r\n<div class=\"ex\">\r\n<p>Examples:</p>\r\n<ul>\r\n<li>He should not be late.</li>\r\n<li>They might not come to the party.</li>\r\n</ul>\r\n</div>\r\n<p>3. Many modal verbs cannot be used in the past tenses or the future tenses.</p>\r\n<div class=\"ex\">\r\n<p>Examples:</p>\r\n<ul>\r\n<li>He will can go with us. <em class=\"incorrect\">Not Correct</em></li>\r\n<li>She musted study very hard. <em class=\"incorrect\">Not Correct</em></li>\r\n</ul>\r\n</div>\r\n<h3>Common Modal Verbs</h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">Can <br />Could <br />May <br />Might <br />Must</td>\r\n<td width=\"50%\">Ought to <br />Shall <br />Should <br />Will <br />Would</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>For the purposes of this tutorial, we have included some expressions which are not modal verbs including <strong>had better</strong>, <strong>have to, </strong>and <strong>have got to</strong>. These expressions are closely related to modals in meaning and are often interchanged with them.</p>\r\n<table class=\"deco1\">\r\n<tbody>\r\n<tr>\r\n<td class=\"deco1\">can</td>\r\n<td class=\"deco1\">képesség, lehetőség, valószínűség, engedély</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">could</td>\r\n<td class=\"deco1\">képesség, lehetőség, feltétel, valószínűség, engedély</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">may</td>\r\n<td class=\"deco1\">engedély, valószínűség</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">might</td>\r\n<td class=\"deco1\">engedély, valószínűség</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">\r\n<p>must</p>\r\n</td>\r\n<td class=\"deco1\">\r\n<p>kotelesseg, valoszinuseg</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">\r\n<p>ought to</p>\r\n</td>\r\n<td class=\"deco1\">\r\n<p>kellene</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">shall</td>\r\n<td class=\"deco1\">felajánlás-kérdés, parancs, igéret</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">should</td>\r\n<td class=\"deco1\">tanács, valószínűség, szükségszerűség</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">will</td>\r\n<td class=\"deco1\">valószínűség, szándék, igéret</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">would</td>\r\n<td class=\"deco1\">feltétel, valószínűség</td>\r\n</tr>\r\n<tr>\r\n<td class=\"deco1\">have to</td>\r\n<td class=\"deco1\">kötelesség, valószínűség</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>  </p>\r\n<h2>CAN</h2>\r\n<p><span>\"Can\" is one of the most commonly used modal verbs in English. It can be used to </span><span><em><strong>express ability or opportunity, to request or offer permission, and to show possibility or impossibility</strong></em></span><span>.</span></p>\r\n<p><span>Examples:</span></p>\r\n<ul>\r\n<li>\r\n<p><span>I </span><span><strong>can</strong></span><span> ride a horse. </span><span><em>ability</em></span></p>\r\n</li>\r\n<li>\r\n<p><span>We </span><span><strong>can</strong></span><span> stay with my brother when we are in Paris. </span><span><em>opportunity</em></span></p>\r\n</li>\r\n<li>\r\n<p><span>She </span><span><strong>cannot</strong></span><span> stay out after 10 PM. </span><span><em>permission</em></span></p>\r\n</li>\r\n<li>\r\n<p><span><strong>Can</strong></span><span> you hand me the stapler? </span><span><em>request</em></span></p>\r\n</li>\r\n<li>\r\n<p><span>Any child </span><span><strong>can</strong></span><span> grow up to be president. </span><span><em>Possibility</em></span></p>\r\n</li>\r\n</ul>\r\n<p> </p>\r\n<p><span><strong>Using \"Can\" in Present, Past, and Future</strong></span></p>\r\n<p><span>Most modal verbs behave quite irregularly in the past and the future. Study the chart below to learn how \"can\" behaves in different contexts.</span> </p>\r\n<p> </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"133\"> <col width=\"158\"> <col width=\"130\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"133\" height=\"35\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\">\r\n<p><span><span><span>can</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><span><strong>general ability</strong></span></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. I can speak Chinese.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"COULD\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I could speak Chinese when I was a kid.</span></span></span></p>\r\n<p><span><span><span>3. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I will be able to speak Chinese by the time I finish my course.</span></span></span></p>\r\n<p>  </p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. I can\'t speak Swahili.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"COULD\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I couldn\'t speak Swahili.</span></span></span></p>\r\n<p><span><span><span>3. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I won\'t be able to speak Swahili</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>be able to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\" height=\"\">\r\n<p><span><span>can <br /></span></span><span><span><em><strong>ability during a specific event</strong></em></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. With a burst of adrenaline, people can pick up cars.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />With a sudden burst of adrenaline, he was able to lift the car off the child\'s leg.</span></span></span></p>\r\n<p><span><span><span>3. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />With a sudden burst of adrenaline, he will be able to lift the car.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. Even with a burst of adrenaline, people can\'t pick up something that heavy.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ABLE TO\"<br />Even the weight lifter, wasn\'t able to lift the car off the child\'s leg.</span></span></span></p>\r\n<p><span><span><span>3. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />Even three men working together won\'t be able to lift the car.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span><em><strong>be able to</strong></em></span></span></span></p>\r\n<p> </p>\r\n<p> </p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\">\r\n<p><span><span><span>can</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>opportunity</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. I have some free time. I can help her now.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I had some free time yesterday. I was able to help her at that time.</span></span></span></p>\r\n<p><span><span><span>3. I\'ll have some free time tomorrow. I can help her then.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. I don\'t have any time. I can\'t help her  now.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ABLE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I didn\'t have time yesterday. I wasn\'t able to help her at that time.</span></span></span></p>\r\n<p><span><span><span>3. I won\'t have any time later. I can\'t help her then.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span><strong>be able to</strong></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\">\r\n<p><span><span><span>can</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>permission</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. I can drive Susan\'s car when she is out of town.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ALLOWED TO \"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I was allowed to drive Susan\'s car while she was out of town last week.</span></span></span></p>\r\n<p><span><span><span>3. I can drive Susan\'s car while she is out of town next week.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. I can\'t drive Susan\'s car when she is out of town.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ALLOWED TO \"</span></span></span><span><span><span> </span></span></span><span><span><span><br />I wasn\'t allowed to drive Susan\'s car while she was out of town last week.</span></span></span></p>\r\n<p><span><span><span>3. I can\'t drive Susan\'s car while she is out of town next week.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span><strong>may</strong></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\">\r\n<p><span><span><span>can</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>request</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>Can I have a glass of water?</span></span></span></p>\r\n<p><span><span><span>Can you give me a lift to school?</span></span></span></p>\r\n<p><em><span><span><span>Requests usually refer to the near future.</span></span></span></em></p>\r\n<p> </p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>Can\'t I have a glass of water?</span></span></span></p>\r\n<p><span><span><span>Can\'t you give me a lift to school?</span></span></span></p>\r\n<p><em><span><span><span>Requests usually refer to the near future.</span></span></span></em></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>could, may</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"TOP\" width=\"133\">\r\n<p><span><span><span>can</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>possibility, impossibility</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>Anyone can become rich and famous if they know the right people.</span></span></span></p>\r\n<p><span><span><span>Learning a language can be a real challenge.</span></span></span></p>\r\n<p><em><span><span><span>This use is usually a generalization or a supposition.</span></span></span></em></p>\r\n<p> </p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>It can\'t cost more than a dollar or two.</span></span></span></p>\r\n<p><span><span><span>You can\'t be 45! I thought you were about 18 years old.</span></span></span></p>\r\n<p><em><span><span><span>This use is usually a generalization or a supposition.</span></span></span></em></p>\r\n<p> </p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span><span>could</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-07 14:07:36'),(584,19,'definition',0,'<h2 class=\"western\"><span><span>Could</span></span></h2>\r\n<p><span><span>\"Could\" is used </span></span><span><span><em><strong>to express possibility or past ability</strong></em></span></span><span><span> as well as to make suggestions and requests. </span></span></p>\r\n<p><span><span>\"Could\" is also commonly used in</span></span><span><span> </span></span><span><span><a href=\"http://englishpage.com/conditional/conditionalintro.html\" target=\"_blank\"><span><span><span>conditional</span></span></span></a></span></span><span><span> </span></span><span><span>sentences as the conditional form of \"can.\"</span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>Extreme rain</span></span><span><span> </span></span><strong><span><span>could</span></span></strong><span><span> </span></span><span><span>cause the river to flood the city.</span></span><span><span> </span></span><em><span><span>possibility</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Nancy</span></span><span><span> </span></span><strong><span><span>could</span></span></strong><span><span> </span></span><span><span>ski like a pro by the age of 11.</span></span><span><span> </span></span><em><span><span>past ability</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>could</span></span></strong><span><span> </span></span><span><span>see a movie or go out to dinner.</span></span><span><span> </span></span><em><span><span>suggestion</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><strong><span><span>Could</span></span></strong><span><span> </span></span><span><span>I use your computer to email my boss?</span></span><span><span> </span></span><em><span><span>request</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>We</span></span><span><span> </span></span><strong><span><span>could</span></span></strong><span><span> </span></span><span><span>go on the trip if I didn\'t have to work this weekend.</span></span><span><span> </span></span><em><span><span>conditional</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<p> </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"133\"> <col width=\"158\"> <col width=\"130\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"133\" height=\"35\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\">\r\n<p><span><span><span>could</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>possibility</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. John could be the one who stole the money.</span></span></span></p>\r\n<p><span><span><span>2. John could have been the one who stole the money.</span></span></span></p>\r\n<p><span><span><span>3. John could go to jail for stealing the money. </span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. Mary couldn\'t be the one who stole the money.</span></span></span></p>\r\n<p><span><span><span>2. Mary couldn\'t have been the one who stole the money.</span></span></span></p>\r\n<p><span><span><span>3. Mary couldn\'t possibly go to jail for the crime.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>might,<br />may</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\" height=\"\">\r\n<p><span><span><span>could</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>suggestion</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. NO PRESENT FORM</span></span></span></p>\r\n<p><span><span><span>2. You could have spent your vacation in Hawaii.</span></span></span></p>\r\n<p><span><span><span>3. You could spend your vacation in Hawaii.</span></span></span><span><span><span> </span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span> <span><span>NO NEGATIVE FORMS</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>could</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>suggestion</span></span></span></em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\" height=\"\">\r\n<p><span><span><span>could</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>past ability</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>I could run ten miles in my twenties.</span></span></span></p>\r\n<p><span><span><span>I could speak Chinese when I was a kid.</span></span></span></p>\r\n<p><em><span><span><span>\"Could\" cannot be used in positive sentences in which you describe a momentary or one-time ability.</span></span></span></em></p>\r\n<p><span><span><span>Yesterday, I could lift the couch by myself.</span></span></span></p>\r\n<p><em><span><span><span><strong>Not Correct</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>I couldn\'t run more than a mile in my twenties.</span></span></span></p>\r\n<p><span><span><span>I couldn\'t speak Swahili.</span></span></span></p>\r\n<p><em><span><span><span>\"Could\" can be used in negative sentences in which you describe a momentary or one-time ability.</span></span></span></em></p>\r\n<p><span><span><span>Yesterday, I couldn\'t lift the couch by myself.</span></span></span><span><span><span> </span></span></span></p>\r\n<p><em><span><span><span><strong>Correct</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"113\">\r\n<p><span><span><span>be able to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"133\">\r\n<p><span><span><span>could</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>polite request</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>Could I have something to drink?</span></span></span></p>\r\n<p><span><span><span>Could I borrow your stapler?</span></span></span></p>\r\n<p><em><span><span><span>Requests usually refer to the near future.</span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>Couldn\'t he come with us?</span></span></span></p>\r\n<p><span><span><span>Couldn\'t you help me with this for just a second?</span></span></span></p>\r\n<p><em><span><span><span>Requests usually refer to the near future.</span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"113\">\r\n<p><span><span><span>can,</span></span></span><span><span><span> </span></span></span><span><span><span><br />may,</span></span></span><span><span><span> </span></span></span><span><span><span><br />might</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong><span><span><span>REMEMBER: \"Could not\" vs. \"Might not\"</span></span></span></strong><span><span><span><br />\"Could not\" suggests that it is impossible for something to happen. \"Might not\" suggests you do not know if something happens.</span></span></span></p>\r\n<p><span><span><span>Examples:</span></span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span><span>Jack</span></span></span><span><span><span> </span></span></span><strong><span><span><span>might not</span></span></span></strong><span><span><span> </span></span></span><span><span><span>have the key.</span></span></span><span><span><span> </span></span></span><em><span><span><span>Maybe he does not have the key.</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>Jack</span></span></span><span><span><span> </span></span></span><strong><span><span><span>could not</span></span></span></strong><span><span><span> </span></span></span><span><span><span>have the key.</span></span></span><span><span><span> </span></span></span><em><span><span><span>It is impossible that he has the key.</span></span></span></em></p>\r\n</li>\r\n</ul>\r\n<p> </p>','','','2016-01-09 08:25:19'),(585,19,'definition',0,'<h2 class=\"western\"><span><span>Had Better</span></span></h2>\r\n<p><span><span><span>\"Had better\" is most commonly used to make </span></span></span><span><span><span><em><strong>recommendations</strong></em></span></span></span><span><span><span>. It can also be </span></span></span><span><span><span><em><strong>used to express desperate </strong></em></span></span></span><span><span><em><strong>hope as well as warn people.</strong></em></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>had better</span></span></strong><span><span> </span></span><span><span>take your umbrella with you today.</span></span><span><span> </span></span><em><span><span><strong>recommendation</strong></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>That bus</span></span><span><span> </span></span><strong><span><span>had better</span></span></strong><span><span> </span></span><span><span>get here soon!</span></span><span><span> </span></span><em><span><span>desperate hope</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>had better</span></span></strong><span><span> </span></span><span><span>watch the way you talk to me in the future!</span></span><span><span> </span></span><em><span><span><strong>warning</strong></span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>had better</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>recommendation</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. SHIFT TO \"SHOULD\" OR \"OUGHT TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />People should unplug toasters before they clean them.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"SHOULD HAVE\" OR \"OUGHT TO HAVE\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You should have unplugged the toaster before you tried to clean it.</span></span></span></p>\r\n<p><span><span><span>3. You had better unplug the toaster before you try to clean it.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. SHIFT TO \"SHOULD\" OR \"OUGHT TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />People shouldn\'t clean toasters without unplugging them first.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"SHOULD HAVE\" OR \"OUGHT TO HAVE\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You shouldn\'t have cleaned the toaster without unplugging it first. 3. You had better not clean the toaster until you unplug it.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>should,<br />ought to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>had better</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>desperate hope,</strong></span></span></span></em><span><span><span><em><strong><br /></strong></em></span></span></span><em><span><span><span><strong>warning</strong></span></span></span></em></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span><span>The movie had better end soon.</span></span></span></p>\r\n<p><span><span><span>They had better be here before we start dinner.</span></span></span></p>\r\n<p><em><span><span><span>Desperate hopes and warnings usually refer to the near future.</span></span></span></em></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span><span>They had better not be late.</span></span></span></p>\r\n<p><span><span><span>They had better not forget Tom\'s birthday gift.</span></span></span></p>\r\n<p><em><span><span><span>Desperate hopes and warnings usually refer to the near future.</span></span></span></em></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>had better</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>desperate hope,</strong></span></span></span></em><span><span><span><em><strong><br /></strong></em></span></span></span><em><span><span><span><strong>warning</strong></span></span></span></em></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p align=\"JUSTIFY\"> </p>\r\n<p align=\"JUSTIFY\"><strong><span><span><span>\"Had better\"</span></span></span></strong><span><span><span><strong> </strong></span></span></span><span><span><span>is often simply pronounced as</span></span></span><span><span><span> </span></span></span><strong><span><span><span>\"better\"</span></span></span></strong><span><span><span> </span></span></span><span><span><span><span>in spoken English.</span></span></span></span></p>','','','2016-01-05 13:21:56'),(586,19,'definition',0,'<h2 class=\"western\"><span>Have Got To</span></h2>\r\n<p><span><span>\"Have got to\" is used to express necessity and obligation.</span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>Drivers</span></span><span><span> </span></span><strong><span><span>have got to</span></span></strong><span><span> </span></span><span><span>get a license to drive a car in the US.</span></span><span><span> </span></span><em><span><span>necessity</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>I</span></span><span><span> </span></span><strong><span><span>have got to</span></span></strong><span><span> </span></span><span><span>be at work by 8:30 AM.</span></span><span><span> </span></span><em><span><span>obligation</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span><span>Modal Use</span></span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>have got to</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>necessity</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. People have got to be on time if they want to get a seat in the crowded theater.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"HAVE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You had to be on time if you wanted to get a seat in the crowded theater.</span></span></span></p>\r\n<p><span><span><span>3. You have got to be there on time tonight if you want to get a seat in the crowded theater.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. SHIFT TO \"HAVE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />People don\'t have to be there on time to get a seat.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"HAVE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You didn\'t have to be there on time to get a seat.</span></span></span></p>\r\n<p><span><span><span>3. SHIFT TO \"HAVE TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You won\'t have to be there on time to get a seat.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>have to,</span></span></span><span><span><span> </span></span></span><span><span><span><br />must</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>haven\'t got to</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>future obligation</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span> </span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>Haven\'t you got to be there by 7:00?</span></span></span></p>\r\n<p><span><span><span>Haven\'t you got to finish that project today?</span></span></span></p>\r\n<p><em><span><span><span>\"Haven\'t got to\" is primarily used to ask about future obligations. It can be used in statements, but this is less common.</span></span></span></em></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>Don\'t you have to</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:40:30'),(587,19,'definition',0,'<h2 class=\"western\"><span><span>Have To</span></span></h2>\r\n<p><span><span><span>\"Have to\" is used to express certainty, necessity, and obligation.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>This answer</span></span><span><span> </span></span><strong><span><span>has to</span></span></strong><span><span> </span></span><span><span>be correct.</span></span><span><span> </span></span><em><span><span>certainty</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>The soup</span></span><span><span> </span></span><strong><span><span>has to</span></span></strong><span><span> </span></span><span><span>be stirred continuously to prevent burning.</span></span><span><span> </span></span><em><span><span>necessity</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>They</span></span><span><span> </span></span><strong><span><span>have to</span></span></strong><span><span> </span></span><span><span>leave early.</span></span><span><span> </span></span><em><span><span>obligation</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>have to</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>certainty</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. That has to be Jerry. They said he was tall with bright red hair.</span></span></span></p>\r\n<p><span><span><span>2. That has to have been the right restaurant. There were no other restaurants on the street.</span></span></span></p>\r\n<p><span><span><span>3. NONE</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. SHIFT TO \"MUST\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />That must not be Jerry. They said he has blond hair, not red hair.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"MUST\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />That must not have been the right restaurant. I guess there was another one around there somewhere.</span></span></span></p>\r\n<p><span><span><span>3. NONE</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>must,<br />have got to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span><strong>have to</strong></span></span></span><span><span><span><strong> </strong></span></span></span><span><span><span><strong><br /></strong></span></span></span><em><span><span><span><strong>necessity</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. She has to read four books for this literature class.</span></span></span></p>\r\n<p><span><span><span>2. She had to finish the first book before the midterm.</span></span></span></p>\r\n<p><span><span><span>3. She will have to finish the other books before the final exam.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. She doesn\'t have to read \"Grapes of Wrath.\" It\'s optional reading for extra credit.</span></span></span></p>\r\n<p><span><span><span>2. She didn\'t have to write a critique of \"The Scarlet Letter.\" She had to give a presentation to her class.</span></span></span></p>\r\n<p><span><span><span>3. She won\'t have to take any other literature classes. American Literature 101 is the only required course.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>must</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><br /><br /></p>\r\n<p><strong><span><span><span>REMEMBER: \"Do not have to\" vs. \"Must not\"</span></span></span></strong><span><span><span><strong> </strong></span></span></span><span><span><span><br />\"Do not have to\" suggests that someone is not required to do something. \"Must not\" suggests that you are prohibited from doing something.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>must not</span></span></strong><span><span> </span></span><span><span>eat that.</span></span><span><span> </span></span><em><span><span>It is forbidden, it is not allowed.</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>don\'t have to</span></span></strong><span><span> </span></span><span><span>eat that.</span></span><span><span> </span></span><em><span><span>You can if you want to, but it is not necessary.</span></span></em></p>\r\n</li>\r\n</ul>','','','2016-01-05 13:38:23'),(588,19,'definition',0,'<h2 class=\"western\"><span><span>May</span></span></h2>\r\n<p><span><span><span>\"May\" is most commonly used </span></span></span><span><span><span><em><strong>to express possibility</strong></em></span></span></span><span><span><span>. It can also be used </span></span></span><span><span><span><em><strong>to give or request permission</strong></em></span></span></span><span><span><span>, although this usage is becoming less common.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>Cheryl</span></span><span><span> </span></span><strong><span><span>may</span></span></strong><span><span> </span></span><span><span>be at home, or perhaps at work.</span></span><span><span> </span></span><em><span><span>possibility</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Johnny, you</span></span><span><span> </span></span><strong><span><span>may</span></span></strong><span><span> </span></span><span><span>leave the table when you have finished your dinner.</span></span><span><span> </span></span><em><span><span>give permission</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><strong><span><span>May</span></span></strong><span><span> </span></span><span><span>I use your bathroom?</span></span><span><span> </span></span><em><span><span>request permission</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span><span>Modal Use</span></span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>may<br /></span></span></span><em><span><span><span><strong>possibility</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. Jack may be upset. I can\'t really tell if he is annoyed or tired.</span></span></span></p>\r\n<p><span><span><span>2. Jack may have been upset. I couldn\'t really tell if he was annoyed or tired.</span></span></span></p>\r\n<p><span><span><span>3. Jack may get upset if you don\'t tell him the truth.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. Jack may not be upset. Perhaps he is tired.</span></span></span></p>\r\n<p><span><span><span>2. Jack may not have been upset. Perhaps he was tired.</span></span></span></p>\r\n<p><span><span><span>3. Jack may not get upset, even if you tell him the truth</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>might</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>may<br /></span></span></span><em><span><span><span><strong>give permission</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. You may leave the table now that you\'re finished with your dinner.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ALLOWED TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You were allowed to leave the table after you finished your dinner.</span></span></span></p>\r\n<p><span><span><span>3. You may leave the table when you finish your dinner.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. You may not leave the table. You\'re not finished with your dinner yet.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ALLOWED TO\"</span></span></span><span><span><span> </span></span></span><span><span><span><br />You were not allowed to leave the table because you hadn\'t finished your dinner.</span></span></span></p>\r\n<p><span><span><span>3. You may not leave the table until you are finished with your dinner.</span></span></span><span><span><span> </span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>can</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p><span><span><span>may<br /></span></span></span><em><span><span><span><strong>request permission</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>May I borrow your eraser?</span></span></span></p>\r\n<p><span><span><span>May I make a phone call?</span></span></span></p>\r\n<p><em><span><span><span>Requests usually refer to the near future.</span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>NO NEGATIVE FORMS</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>can,</span></span></span><span><span><span> </span></span></span><span><span><span><br />might</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:23:11'),(589,19,'definition',0,'<h2 class=\"western\"><span><span>Might</span></span></h2>\r\n<p><span><span>\"Might\" is most commonly used </span></span><span><span><em><strong>to express possibility</strong></em></span></span><span><span>. It is also often used in</span></span><span><span> </span></span><span><span><a href=\"http://englishpage.com/conditional/conditionalintro.html\"><span><span><span>conditional</span></span></span></a></span></span><span><span> sentences. English speakers can also use \"might\" to make suggestions or requests, although this is less common in American English.</span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>Your purse</span></span><span><span> </span></span><strong><span><span>might</span></span></strong><span><span> </span></span><span><span>be in the living room.</span></span><span><span> </span></span><em><span><span>possibility</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>If I didn\'t have to work, I</span></span><span><span> </span></span><strong><span><span>might</span></span></strong><span><span> </span></span><span><span>go with you.</span></span><span><span> </span></span><em><span><span>conditional</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>might</span></span></strong><span><span> </span></span><span><span>visit the botanical gardens during your visit.</span></span><span><span> </span></span><em><span><span>suggestion</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><strong><span><span>Might</span></span></strong><span><span> </span></span><span><span>I borrow your pen?</span></span><span><span> </span></span><em><span><span>request</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span><span>Modal Use</span></span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>might</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>possibility</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. She might be on the bus. I think her car is having problems.</span></span></span></p>\r\n<p><span><span><span>2. She might have taken the bus. I\'m not sure how she got to work.</span></span></span></p>\r\n<p><span><span><span>3. She might take the bus to get home. I don\'t think Bill will be able to give her a ride.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. She might not be on the bus. She might be walking home.</span></span></span></p>\r\n<p><span><span><span>2. She might not have taken the bus. She might have walked home.</span></span></span></p>\r\n<p><span><span><span>3. She might not take the bus. She might get a ride from Bill.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>could,<br />may</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:23:45'),(590,19,'definition',0,'<h2 class=\"western\"><span><span>Must</span></span></h2>\r\n<p><span><span><span>\"Must\" is most commonly used </span></span></span><span><span><span><em><strong>to express certainty</strong></em></span></span></span><span><span><span>.</span></span></span></p>\r\n<p><span> <span><span>It can also be used </span></span></span><span><span><span><em><strong>to express necessity or strong recommendation</strong></em></span></span></span><span><span><span>, although native speakers prefer the more flexible form \"have to.\" </span></span></span></p>\r\n<p><span><span><span>\"Must not\" can be used to prohibit actions, but this sounds very severe; speakers prefer to use softer modal verbs such as \"should not\" or \"ought not\" to dissuade rather than prohibit.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>This</span></span><span><span> </span></span><strong><span><span>must</span></span></strong><span><span> </span></span><span><span>be the right address!</span></span><span><span> </span></span><em><span><span>certainty</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Students</span></span><span><span> </span></span><strong><span><span>must</span></span></strong><span><span> </span></span><span><span>pass an entrance examination to study at this school.</span></span><span><span> </span></span><em><span><span>necessity</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>must</span></span></strong><span><span> </span></span><span><span>take some medicine for that cough.</span></span><span><span> </span></span><em><span><span>strong recommendation</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Jenny, you</span></span><span><span> </span></span><strong><span><span>must</span></span></strong><span><span> </span></span><span><span>not play in the street!</span></span><span><span> </span></span><em><span><span>prohibition</span></span></em></p>\r\n</li>\r\n</ul>\r\n<p> </p>\r\n<h2>Using \"Must\" in Present, Past, and Future</h2>\r\n<p>Most modal verbs behave quite irregularly in the past and the future. Study the chart below to learn how \"must\" behaves in different contexts.</p>\r\n<table class=\"collapsible lined\">\r\n<tbody>\r\n<tr>\r\n<td>Modal Use</td>\r\n<td>Positive Forms<br />1. = Present   2. = Past   3. = Future</td>\r\n<td>Negative Forms<br />1. = Present   2. = Past   3. = Future</td>\r\n<td>Also use:</td>\r\n</tr>\r\n<tr>\r\n<td>must <br /><em class=\"comment\">certainty</em></td>\r\n<td>1. That must be Jerry. They said he was tall with bright red hair.\r\n<p>2. That must have been the right restaurant. There are no other restaurants on this street.</p>\r\n<p>3. NO FUTURE FORM</p>\r\n</td>\r\n<td>1. That must not be Jerry. He is supposed to have red hair.\r\n<p>2. That must not have been the right restaurant. I guess there is another one around here somewhere.</p>\r\n<p>3. NO FUTURE FORM</p>\r\n</td>\r\n<td>have to</td>\r\n</tr>\r\n<tr>\r\n<td>must not <br /><em class=\"comment\">prohibition</em></td>\r\n<td>\r\n<p> </p>\r\n</td>\r\n<td>You must not swim in that river. It\'s full of crocodiles.\r\n<p>You must not forget to take your malaria medication while your are in the tropics.</p>\r\n<p><em class=\"comment\">Prohibition usually refer to the near future.</em></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>must <br /><em class=\"comment\">strong <br />recommendation</em>\r\n<p>(Americans <br />prefer <br />the form <br />\"should.\")</p>\r\n</td>\r\n<td>1. You must take some time off and get some rest.\r\n<p>2. SHIFT TO \"SHOULD\" <br />You should have taken some time off last week to get some rest. </p>\r\n<p>3. SHIFT TO \"SHOULD\" <br />You should take some time off next week to get some rest. </p>\r\n</td>\r\n<td>1. You mustn\'t drink so much. It\'s not good for your health.\r\n<p>2. SHIFT TO \"SHOULD\" <br />You shouldn\'t have drunk so much. That caused the accident.</p>\r\n<p>3. SHIFT TO \"SHOULD\" <br />You shouldn\'t drink at the party. You are going to be the designated driver.</p>\r\n</td>\r\n<td>should</td>\r\n</tr>\r\n<tr>\r\n<td>must <br /><em class=\"comment\">necessity</em>\r\n<p>(Americans <br />prefer <br />the form <br />\"have to.\")</p>\r\n</td>\r\n<td>1. You must have a permit to enter the national park.\r\n<p>2. SHIFT TO \"HAVE TO\" <br />We had to have a permit to enter the park.</p>\r\n<p>3. We must get a permit to enter the park next week. </p>\r\n</td>\r\n<td>1. SHIFT TO \"HAVE TO\" <br />We don\'t have to get a permit to enter the national park.\r\n<p>2. SHIFT TO \"HAVE TO\" <br />We didn\'t have to get a permit to enter the national park.</p>\r\n<p>3. SHIFT TO \"HAVE TO\" <br />We won\'t have to get a permit to enter the national park.</p>\r\n</td>\r\n<td>have to</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"collapsible lined\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>REMEMBER: \"Must not\" vs. </strong><strong>\"Do not have to\"</strong><br />\"Must not\" suggests that you are prohibited from doing something. \"Do not have to\" suggests that someone is not required to do something.</p>\r\n<div class=\"ex\">\r\n<p>Examples:</p>\r\n<ul>\r\n<li>You <strong>must not</strong> eat that. <em class=\"comment\">It is forbidden, it is not allowed.</em></li>\r\n<li>You <strong>don\'t have to</strong> eat that. <em class=\"comment\">You can if you want to, but it is not necessary.</em></li>\r\n</ul>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:39:36'),(591,19,'definition',0,'<h2 class=\"western\"><span><span>Shall</span></span></h2>\r\n<p><span><span><span>\"Shall\" is used to indicate future action. It is most commonly used in sentences with \"I\" or \"we,\" and is often found in suggestions, such as \"Shall we go?\" \"Shall\" is also frequently used in promises or voluntary actions. In formal English, the use of \"shall\" to describe future events often expresses inevitability or predestination. \"Shall\" is much more commonly heard in British English than in American English; Americans prefer to use other forms, although they do sometimes use \"shall\" in suggestions or formalized language.</span></span></span></p>\r\n<p><span><span><span>Examples:</span></span></span></p>\r\n<ul>\r\n<li>\r\n<p><strong><span><span><span>Shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>I help you?</span></span></span><span><span><span> </span></span></span><em><span><span><span>suggestion</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>I</span></span></span><span><span><span> </span></span></span><strong><span><span><span>shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>never forget where I came from.</span></span></span><span><span><span> </span></span></span><em><span><span><span>promise</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>He</span></span></span><span><span><span> </span></span></span><strong><span><span><span>shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>become our next king.</span></span></span><span><span><span> </span></span></span><em><span><span><span>predestination</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>I\'m afraid Mr. Smith</span></span></span><span><span><span> </span></span></span><strong><span><span><span>shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>become our new director.</span></span></span><span><span><span> </span></span></span><em><span><span><span>inevitability</span></span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br /></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br /></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>shall</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>future action</span></span></span></em></p>\r\n<p><span><span><span>(British form)</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span><span>I shall be replaced by someone from the New York office.</span></span></span></p>\r\n<p><span><span><span>I shall be there by 8:00.</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span><span>I shall not be replaced after all.</span></span></span></p>\r\n<p><span><span><span>I shall not be there. I have a previous obligation.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>will</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p align=\"JUSTIFY\"> </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"1\"><colgroup><col width=\"138\"> <col width=\"202\"> <col width=\"226\"> <col width=\"107\"> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#ffffff\" width=\"138\">\r\n<p><span><span><span>shall<br /></span></span></span><em><span><span><span>suggestions</span></span></span></em></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"202\">\r\n<p><span><span><span>Shall we begin dinner?</span></span></span></p>\r\n<p><span><span><span>Shall we move into the living room?</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"226\">\r\n<p><span> </span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"107\">\r\n<p><span><span><span>should</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#ffffff\" width=\"138\">\r\n<p><span><span><span>shall</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>volunteering,</span></span></span></em><span><span><span><em><br /></em></span></span></span><em><span><span><span>promising</span></span></span></em></p>\r\n<p><span><span><span>(British form)</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"202\">\r\n<p><span><span><span>I shall take care of everything for you.</span></span></span></p>\r\n<p><span><span><span>I shall make the travel arrangements. There\'s no need to worry.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"226\">\r\n<p><span><span><span>I shall never forget you.</span></span></span></p>\r\n<p><span><span><span>I shall never give up the fight for freedom.</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"107\">\r\n<p><span><span><span>will</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#ffffff\" width=\"138\">\r\n<p><span><span><span>shall</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>inevitability</span></span></span></em></p>\r\n<p><span><span><span>(British form)</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"202\">\r\n<p><span><span><span>Man shall explore the distant regions of the universe.</span></span></span></p>\r\n<p><span><span><span>We shall overcome oppression.</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"226\">\r\n<p><span><span><span>Man shall never give up the exploration of the universe.</span></span></span></p>\r\n<p><span><span><span>He shall not be held back. </span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"107\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong><span><span><br />REMEMBER: \"Must not\" vs.</span></span></strong><span><span><strong> </strong></span></span><strong><span><span>\"Do not have to\"</span></span></strong></p>\r\n<p><span><span><span>\"Must not\" suggests that you are prohibited from doing something. \"Do not have to\" suggests that someone is not required to do something.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>must not</span></span></strong><span><span> </span></span><span><span>eat that.</span></span><span><span> </span></span><em><span><span>It is forbidden, it is not allowed.</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>don\'t have to</span></span></strong><span><span> </span></span><span><span>eat that.</span></span><span><span> </span></span><em><span><span>You can if you want to, but it is not necessary.</span></span></em></p>\r\n</li>\r\n</ul>\r\n<p align=\"JUSTIFY\"> </p>','','','2016-01-05 13:40:46'),(592,19,'definition',0,'<h2><span><span><span>Should</span></span></span><span> </span></h2>\r\n<p><span><span><span>\"Should\" is most commonly used to make recommendations or give advice. It can also be used to express obligation as well as expectation.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>When you go to Berlin, you</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>visit the palaces in Potsdam.</span></span><span><span> </span></span><em><span><span>recommendation</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>focus more on your family and less on work.</span></span><span><span> </span></span><em><span><span>advice</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>I really</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>be in the office by 7:00 AM.</span></span><span><span> </span></span><em><span><span>obligation</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>By now, they</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>already be in Dubai.</span></span><span><span> </span></span><em><span><span>expectation</span></span></em>  </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"136\"> <col width=\"158\"> <col width=\"130\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"136\" height=\"92\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\" height=\"93\">\r\n<p><span><span><span>should</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>recommendation,</strong></span></span></span></em></p>\r\n<p><em><span><span><span><span><strong>advisability</strong></span></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. People with high cholesterol should eat low-fat foods.</span></span></span></p>\r\n<p><span><span><span>2. Frank should have eaten low-fat foods. That might have prevented his heart attack.</span></span></span></p>\r\n<p><span><span><span>3. You really should start eating better.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. Sarah shouldn\'t smoke so much. It\'s not good for her health.</span></span></span></p>\r\n<p><span><span><span>2. Sarah shouldn\'t have smoked so much. That\'s what caused her health problems.</span></span></span></p>\r\n<p><span><span><span>3. Sarah shouldn\'t smoke when she visits Martha next week. Martha hates when people smoke in her house.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"113\">\r\n<p><span><span><span>ought to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\" height=\"\">\r\n<p><span><span><span>should</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>obligation</span></span></span></em></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><span><span><span>I should be at work before 9:00.</span></span></span></p>\r\n<p><span><span><span>We should return the video before the video rental store closes.</span></span></span></p>\r\n<p><em><span><span><span>\"Should\" can also express something between recommendation and obligation. \"Be supposed to\" expresses a similar idea and can easily be used in the past or in negative forms.</span></span></span></em></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><span> <span><span>NO NEGATIVE FORMS</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>be supposed to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\" height=\"\">\r\n<p><span><span><span>should</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>expectation</span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. Susan should be in New York by now. </span></span></span></p>\r\n<p><span><span><span>2. Susan should have arrived in New York last week. Let\'s call her and see what she is up to.</span></span></span></p>\r\n<p><span><span><span>3. Susan should be in New York by next week. Her new job starts on Monday.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. Susan shouldn\'t be in New York yet.</span></span></span></p>\r\n<p><span><span><span>2. Susan shouldn\'t have arrived in New York until yesterday.</span></span></span></p>\r\n<p><span><span><span>3. Susan shouldn\'t arrive in New York until next week.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"113\">\r\n<p><span><span><span>ought to,</span></span></span><span><span><span> </span></span></span><span><span><span><br />be supposed to</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:35:38'),(593,19,'definition',0,'<h2 class=\"western\"><span [removed]><span [removed]>Will</span></span><span [removed]> </span></h2>\r\n<p><span [removed]><span>\"Will\" is used with promises or voluntary actions that take place in the future. \"Will\" can also be used to make predictions about the future. For more information on using \"will\" and associated exercises, visit the</span></span><span [removed]><span> </span></span><span [removed]><span [removed]><a href=\"http://englishpage.com/verbpage/simplefuture.html\"><span [removed]><span [removed]><span>Simple Future</span></span></span></a></span></span><span [removed]><span> </span></span><span [removed]><span>section of our</span></span><span [removed]><span> </span></span><span [removed]><span [removed]><a href=\"http://englishpage.com/verbpage/verbtenseintro.html\"><span [removed]><span [removed]><span>Verb Tense Tutorial</span></span></span></a></span></span><span [removed]><span>.</span></span></p>\r\n<p><span [removed]><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span [removed]><span>I promise that I</span></span><span [removed]><span> </span></span><strong><span [removed]><span>will</span></span></strong><span [removed]><span> </span></span><span [removed]><span>write you every single day.</span></span><span [removed]><span> </span></span><em><span [removed]><span>promise</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span [removed]><span>I</span></span><span [removed]><span> </span></span><strong><span [removed]><span>will</span></span></strong><span [removed]><span> </span></span><span [removed]><span>make dinner tonight.</span></span><span [removed]><span> </span></span><em><span [removed]><span>voluntary action</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span [removed]><span>He thinks it</span></span><span [removed]><span> </span></span><strong><span [removed]><span>will</span></span></strong><span [removed]><span> </span></span><span [removed]><span>rain tomorrow.</span></span><span [removed]><span> </span></span><em><span [removed]><span>prediction</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table [removed] border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"143\"> <col width=\"165\"> <col width=\"136\"> <col width=\"119\"> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"143\" height=\"116\">\r\n<p><span [removed]><span [removed]><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span [removed]><span [removed]><span>Positive Forms</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span [removed]><span [removed]><span>Negative Forms</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"119\">\r\n<p><span [removed]><span [removed]><span>Also use:</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\" height=\"117\">\r\n<p><span [removed]><span [removed]><span>will</span></span></span><span [removed]><span [removed]><span> </span></span></span><span [removed]><span [removed]><span><br /></span></span></span><em><span [removed]><span [removed]><span><strong>future action,</strong></span></span></span></em><span [removed]><span [removed]><span><em><strong><br /></strong></em></span></span></span><em><span [removed]><span [removed]><span><strong>prediction</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span [removed]><span [removed]><span>The marketing director will be replaced by someone from the New York office.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>Fred will be there by 8:00.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span [removed]><span [removed]><span>The marketing director will not be replaced after all.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>Fred will not be there. He has a previous obligation.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"119\">\r\n<p><span [removed]><span [removed]><span>shall</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\">\r\n<p><span [removed]><span [removed]><span>will</span></span></span><span [removed]><span [removed]><span> </span></span></span><span [removed]><span [removed]><span><br /></span></span></span><em><span [removed]><span [removed]><span><strong>volunteering,</strong></span></span></span></em><span [removed]><span [removed]><span><em><strong><br /></strong></em></span></span></span><em><span [removed]><span [removed]><span><strong>promising</strong></span></span></span></em><span [removed]><span [removed]><span> </span></span></span></p>\r\n</td>\r\n<td width=\"165\">\r\n<p><span [removed]><span [removed]><span>I will take care of everything for you.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>I will make the travel arrangements. There\'s no need to worry.</span></span></span></p>\r\n</td>\r\n<td width=\"136\">\r\n<p><span [removed]><span [removed]><span>I will never forget you.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>I will never give up the fight for freedom.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p><span [removed]><span [removed]><span>shall</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:16:23'),(594,19,'definition',0,'<h2 class=\"western\"><span [removed]><span [removed]>Would</span></span><span [removed]> </span></h2>\r\n<p><span [removed]><span>\"Would\" is most commonly used to create conditional verb forms. It also serves as the past form of the modal verb \"will.\" Additionally, \"would\" can indicate repetition in the past. For more information on the grammar behind the modal verb \"would,\" visit the following tutorials: </span></span><span [removed]><span [removed]><a href=\"http://englishpage.com/conditional/conditionalintro.html\" target=\"_blank\"><span [removed]><span [removed]><span>Conditional Tutorial</span></span></span></a></span></span><span [removed]><span>,</span></span><span [removed]><span> </span></span><span [removed]><span [removed]><a href=\"http://englishpage.com/verbpage/futureinpast.html\" target=\"_blank\"><span [removed]><span [removed]><span>Future in the Past</span></span></span></a></span></span><span [removed]><span>, and</span></span><span [removed]><span> </span></span><span [removed]><span [removed]><a href=\"http://englishpage.com/verbpage/would.html\" target=\"_blank\"><span [removed]><span [removed]><span>Would Always</span></span></span></a></span></span><span [removed]><span>.</span></span></p>\r\n<p><span [removed]><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span [removed]><span>If he were an actor, he</span></span><span [removed]><span> </span></span><strong><span [removed]><span>would</span></span></strong><span [removed]><span> </span></span><span [removed]><span>be in adventure movies.</span></span><span [removed]><span> </span></span><em><span [removed]><span>conditional</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span [removed]><span>I knew that she</span></span><span [removed]><span> </span></span><strong><span [removed]><span>would</span></span></strong><span [removed]><span> </span></span><span [removed]><span>be very successful in her career.</span></span><span [removed]><span> </span></span><em><span [removed]><span>past of \"will\"</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span [removed]><span>When they first met, they</span></span><span [removed]><span> </span></span><strong><span [removed]><span>would</span></span></strong><span [removed]><span> </span></span><span [removed]><span>always have picnics on the beach.</span></span><span [removed]><span> </span></span><em><span [removed]><span>repetition</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table [removed] border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"143\"> <col width=\"165\"> <col width=\"136\"> <col width=\"119\"> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"143\" height=\"116\">\r\n<p><span [removed]><span [removed]><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span [removed]><span [removed]><span>Positive Forms</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>1. = Present  </span></span></span></p>\r\n<p><span [removed]><span> <span [removed]><span>2. = Past   </span></span></span></span></p>\r\n<p><span [removed]><span [removed]><span>3. = Future</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span [removed]><span [removed]><span>Negative Forms</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>1. = Present   2. = Past   </span></span></span></p>\r\n<p><span [removed]><span [removed]><span><span>3. = Future</span></span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"119\">\r\n<p><span [removed]><span [removed]><span>Also use:</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\" height=\"117\">\r\n<p><span [removed]><span [removed]><span>would</span></span></span><span [removed]><span [removed]><span> </span></span></span><span [removed]><span [removed]><span><br /></span></span></span><em><span [removed]><span [removed]><span><strong>conditional</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span [removed]><span [removed]><span>1. If I were president, I would cut the cost of education.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>2. If I had been president, I would have cut the cost of education.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>3. If I were elected president next year, I would cut the cost of education.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span [removed]><span [removed]><span>1. If I were president, I would not raise taxes.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>2. If I had been president, I would not have raised taxes.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>3. If I were president, I would not sign the tax increase next week.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p><span [removed]><span [removed]><span>ould</span></span></span><span [removed]><span [removed]><span> </span></span></span><span [removed]><span [removed]><span><br /></span></span></span><em><span [removed]><span [removed]><span>conditional</span></span></span></em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\">\r\n<p> </p>\r\n<p> </p>\r\n<p><span [removed]><span [removed]><span>would</span></span></span><span [removed]><span [removed]><span> </span></span></span><span [removed]><span [removed]><span><br /></span></span></span><em><span [removed]><span [removed]><span><strong>past of \"will\"</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p> </p>\r\n<p><span [removed]><span [removed]><span>I said I would help you.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>He told me he would be here before 8:00.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p> </p>\r\n<p><span [removed]><span [removed]><span>I said I wouldn\'t help you.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>He told me he would not be here before 8:00.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p> </p>\r\n<p><span [removed]><span [removed]><span>shall</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr valign=\"TOP\">\r\n<td width=\"143\">\r\n<p><span [removed]><span [removed]><span>would</span></span></span><span [removed]><span [removed]><span> </span></span></span><span [removed]><span [removed]><span><br /></span></span></span><em><span [removed]><span [removed]><span><strong>repetition in past</strong></span></span></span></em></p>\r\n</td>\r\n<td width=\"165\">\r\n<p><span [removed]><span [removed]><span>When I was a kid, I would always go to the beach.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>When he was young, he would always do his homework.</span></span></span></p>\r\n</td>\r\n<td width=\"136\">\r\n<p><span [removed]><span [removed]><span>When I was a kid, I wouldn\'t go into the water by myself.</span></span></span></p>\r\n<p><span [removed]><span [removed]><span>When he got older, he would never do his homework.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p><span [removed]><span [removed]><span>used to</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-05 13:17:32'),(595,19,'definition',0,'<h2>EXERCISES</h2>\r\n<p><a href=\"http://englishpage.com/modals/modalintro.html\" target=\"_blank\">http://englishpage.com/modals/modalintro.html</a></p>','','','2016-01-05 13:40:21'),(596,19,'sentence',1,'<p>1.) Last week we could swimming, this week we can\'t. (can/to go)</p>\r\n<p>2.) Maybe the Smiths <span class=\"correct-input\">will be able to build</span> a new house next year. (can/to build)</p>\r\n<p>3.) If you try hard, you <span class=\"correct-input\">can pass</span> your examinations. (can/to pass)</p>\r\n<p>4.) When I was five, I <span class=\"correct-input\">could not swim</span>. <span class=\"hint\">(not/can/to swim)</span></p>\r\n<p>5.) Dennis <span class=\"correct-input\">could play</span> the trumpet after four months. (can/to play)</p>\r\n<p>6.) Luke has passed his driving test, now he <span class=\"correct-input\">can drive</span> a car. (can/to drive)</p>\r\n<p>7.) I <span class=\"correct-input\">could not speak</span> to him on the phone for three weeks last month. (not/can/to speak)</p>\r\n<p>8.) Alex <span class=\"correct-input\">will not be able to do</span> his homework when his desk is in such a mess. (not/can/to do)</p>\r\n<p>9.) They were so busy, they <span class=\"correct-input\">could not text</span> me. (not/can/to text)</p>\r\n<p>10.) Lisa <span class=\"correct-input\">has been able to clean</span> her dress. She can wear it again. (can/to clean)</p>','','<p><strong>CAN, COULD, BE ABLE TO</strong></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/modals/can.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/modals/can.htm</a></p>','2016-01-09 13:30:57'),(597,19,'sentence',1,'<p>1.) Could you hear the fireworks from your house last night?</p>\r\n<p>2.) Do you think you will be able to write that report by Tuesday? I know you\'re very busy.</p>\r\n<p>3.) I can touch my toes. See!</p>\r\n<p>4.) I couldn\'t spend another moment in that restaurant. It was too noisy.</p>\r\n<p>5.) I can never seem to get the temperature right.</p>\r\n<p>6.) To be able to play professional tennis, you must be extremly fit.</p>\r\n<p>7.) Can you play an instrument?</p>\r\n<p>8.) I\'m afraid I won\'t be able to attend the meeting, I\'m on business in Japan.</p>\r\n<p>9.) Couldn\'t you have brought it to me at work?</p>\r\n<p>10.) They were able to save the men from the sinking ship.</p>','','<p><strong>CAN, COULD, BE ABLE TO</strong></p>\r\n<p><a href=\"http://www.ecenglish.com/learnenglish/lessons/can-could-be-able\" target=\"_blank\">http://www.ecenglish.com/learnenglish/lessons/can-could-be-able</a></p>','2016-01-09 13:47:00'),(598,19,'sentence',1,'<p>1.) I couldn\'t sleep last night. It was hot!</p>\r\n<p>2.) When I was five or six, I could do a handstand, but I can\'t now.</p>\r\n<p>3.) My late grandfather could speak French and my father can say a few words of Spanish. I can\'t speak anything but English.</p>\r\n<p>4.) We\'re having a dinner party next Saturday, but Roger can\'t come.</p>\r\n<p>5.) When I met Darren last year, he couldn\'t swim. He was terrified of the water. Now he can swim like a fish!</p>\r\n<p>6.) I couldn\'t finish my lunch today. I just wasn\'t hungry at all.</p>\r\n<p>7.) There are so many different ice creams to choose from. I can\'t decide. You choose for me.</p>\r\n<p>8.) I couldn\'t find Ben and then I found him in the garden. Now I can\'t find him again. He keeps disappearing!</p>','','<p><strong>CAN, COULD Positive & Negative</strong></p>\r\n<p><a href=\"http://www.esl-lounge.com/student/grammar/1g101-elementary-can-could-gap-fill-exercise.php\" target=\"_blank\">http://www.esl-lounge.com/student/grammar/1g101-elementary-can-could-gap-fill-exercise.php</a></p>','2016-01-09 14:00:38'),(599,19,'sentence',1,'<p>1.) We won\'t be able to go to the party. We\'re going to a wedding.</p>\r\n<p>2.) He would be able to pass the exam if he studied harder.</p>\r\n<p>3.) I can\'t remember his name.</p>\r\n<p>4.) They weren\'t able to go. The weather was too bad.</p>\r\n<p>5.) Sorry, Teacher. I haven\'t been able to do it yet.</p>\r\n<p>6.) She\'ll be able to come on holiday next month if her parents give her permission.</p>\r\n<p>7.) The fishing boat sank but luckily all the crew were able to save themeselves.</p>\r\n<p>8.) A: Can you lend me some money? B: Sorry. I can\'t. I haven\'t got any either.</p>\r\n<p>9.) Diana can play the piano.</p>\r\n<p>10.) You\'ll be able to solve this, won\'t you?</p>','','<p><strong>CAN, COULD, BE ABLE TO</strong></p>\r\n<p><a href=\"http://www.autoenglish.org/gr.can.i.htm\" target=\"_blank\">http://www.autoenglish.org/gr.can.i.htm</a></p>','2016-01-09 14:12:05'),(600,19,'expression',1,'<p>still life</p>','<p>csendélet</p>','','2016-01-10 07:03:25'),(601,19,'word',1,'<p>orchestra</p>','<p>zenekar</p>','','2016-01-10 07:04:13'),(602,19,'word',1,'<p>composer</p>','<p>zeneszerző</p>','','2016-01-10 07:04:39'),(603,19,'word',1,'<p>songwriter</p>','<p>dalszerző</p>','','2016-01-10 07:05:05'),(604,19,'word',1,'<p>choir</p>','<p>kórus</p>','','2016-01-10 07:05:27'),(605,19,'word',1,'<p>carve</p>','<p>farag</p>','','2016-01-10 07:12:08'),(606,19,'word',1,'<p>chisel</p>','<p>véső</p>','','2016-01-10 07:12:21'),(607,19,'word',1,'<p>depict somebody/something</p>','<p>ábrázolni valakit/valamit</p>','','2016-01-10 07:13:25'),(611,20,'sentence',1,'<p>1.) We\'d better go now or we\'ll be late.</p>\r\n<p>2.) You\'d better take an umbrella. The forecast is for rain.</p>\r\n<p>3.) We\'d better get some cash. They don\'t take checks.</p>\r\n<p>4.) I\'d better not spend any more money or I won\'t have any left.</p>\r\n<p>5.) I\'d better close the window it\'s getting cold now.</p>\r\n<p>6.) I\'d better wait for him. He won\'t be long.</p>\r\n<p>7.) We\'d better book the tickets now. There won\'t be any left tomorrow.</p>\r\n<p>8.) You\'d better tidy up before your mother comes back.</p>\r\n<p>9.) You\'d better not throw that out, it might be come in useful.</p>\r\n<p>10.) She\'d better get started. Otherwise she won\'t get finished.</p>','','<p><strong>HAD BETTER</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/hadbetter/exercise1.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/hadbetter/exercise1.html</a></p>','2016-01-11 08:11:33'),(612,20,'sentence',1,'<p>1.) You\'d better not miss the train.</p>\r\n<p>2.) She\'d better hurry up.</p>\r\n<p>3.) We\'d better leave now.</p>\r\n<p>4.) You\'d better not make a miss.</p>\r\n<p>5.) He\'d better call me.</p>\r\n<p>6.) You\'d better run!</p>','','<p><strong>HAD BETTER</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/hadbetter/exercise2.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/hadbetter/exercise2.html</a></p>','2016-01-11 08:21:06'),(613,20,'sentence',1,'<p>1.) You\'d better not tell him or he\'ll be very angry.</p>\r\n<p>2.) I\'d better get back to work or I won\'t get finished before 5.</p>\r\n<p>3.) I\'d better do it now or it will be too late.</p>\r\n<p>4.) You\'d better pass your exams or you won\'t get into university.</p>\r\n<p>5.) You\'d better invite them or they will be offended.</p>\r\n<p>6.) I\'d better take the early train or I will be late.</p>\r\n<p>7.) We\'d better find a babysitter or we can\'t go out.</p>\r\n<p>8.) You\'d better hand in your homework or you\'ll get a punishment.</p>\r\n<p>9.) You\'d better put a coat on or you\'ll be cold.</p>','','<p><strong>HAD BETTER</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/hadbetter/exercise3.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/hadbetter/exercise3.html</a></p>','2016-01-11 08:27:19'),(614,20,'sentence',1,'<p><span>1. New drivers </span><span id=\"GapSpan0\" class=\"GapSpan\">must</span><span> take a test in order to get a driver\'s license. They have no choice.</span></p>\r\n<p><span>2. A: </span><span id=\"GapSpan1\" class=\"GapSpan\">Do you have to</span><span> go to work today? B: No, I don\'t because it\'s Sunday.</span></p>\r\n<p><span>3. John </span><span id=\"GapSpan2\" class=\"GapSpan\">has got to</span><span> finish the report quickly because the deadline is today at 4 pm.</span></p>\r\n<p><span>4. A: Jennifer lost her passport. </span><span id=\"GapSpan3\" class=\"GapSpan\">Did she have to</span><span> get a new one? B: No, she </span><span id=\"GapSpan4\" class=\"GapSpan\">didn\'t</span><span>. She found it in her purse.</span></p>\r\n<p><span>5. I\'m sorry, Mom. I </span><span id=\"GapSpan5\" class=\"GapSpan\">have to</span><span> call you back later. My cell phone battery is dying.</span></p>\r\n<p><span>6. Canadians </span><span id=\"GapSpan6\" class=\"GapSpan\">have got to</span><span> pay taxes every year. It\'s the law.</span></p>\r\n<p><span>7. Sasha </span><span id=\"GapSpan7\" class=\"GapSpan\">had to</span><span> email her homework to her teacher because she forgot to take it to class yesterday.</span></p>\r\n<p><span>8. A: Does Joseph </span><span id=\"GapSpan8\" class=\"GapSpan\">have to</span><span> study very much tonight? B: No, he doesn\'t. He reviewed a lot last night and he understood everything well.<br /></span><br /><span>9. Barbara </span><span id=\"GapSpan9\" class=\"GapSpan\">has to</span><span> go to the supermarket because she doesn\'t have enough food for dinner.</span></p>','','<p class=\"ExerciseTitle\"><strong>Must, Have got to, Have to</strong></p>\r\n<p><a href=\"http://web2.uvcs.uvic.ca/courses/elc/studyzone/330/grammar/330-modals-necessity2.htm\" target=\"_blank\">http://web2.uvcs.uvic.ca/courses/elc/studyzone/330/grammar/330-modals-necessity2.htm</a></p>','2016-01-12 13:55:33'),(615,20,'sentence',1,'<p>1.) <span>You </span><span class=\"hl\">mustn\'t</span><span> enter the park if your dog is not on a leash.</span></p>\r\n<p>2.) <span>You </span><span class=\"hl\">must / have to</span><span> respect the rules when you walk your dog in the park.</span></p>\r\n<p>3.) <span>You </span><span class=\"hl\">must not</span><span> allow your dog to run free.</span></p>\r\n<p>4.) <span>You </span><span class=\"hl\">must / have to</span><span> pick up your dog\'s poop (waste).</span></p>\r\n<p>5.) <span>You </span><span class=\"hl\">must / have to</span><span> take it away with you or throw it in the special garbage cans.</span></p>\r\n<p>6.) <span>Of course, you </span><span class=\"hl\">don\'t have to</span><span> walk your dog in the park. You can always go somewhere else.</span></p>\r\n<p>7.) <span>You </span><span class=\"hl\">must / have to</span><span> take it away with you or throw it in the special garbage cans.</span></p>\r\n<p>8.) <span>You can always walk your dog in the fields, but even there you may </span><span class=\"hl\">have to</span><span> use a dog leash.</span></p>','','<p><strong>HAD TO / MUST</strong></p>\r\n<p><a href=\"http://eslbluesapps.com/m/mc/musthavtm.html\" target=\"_blank\">http://eslbluesapps.com/m/mc/musthavtm.html</a></p>','2016-01-12 06:09:27'),(616,20,'sentence',1,'<h2>Fruits</h2>\r\n<p><span>a pineapple - ananász<br /></span>grapes - szőllő<br />blueberries - áfonya<br />a strawberry - eper<br />a kiwi - kivi<br />bananas - banán<br />a pear - körte<br />an orange - narancs<br />a lemon - citrom<br />an apple - alma<br />a watermelon - görögdinye<br />a peach - barack<br />cherries - cseresznye<br />a grapefruit - grépfrút<br />a plum - szilva</p>','','','2016-01-12 16:39:14'),(617,21,'definition',0,'<h2 class=\"western\"><span><span>May</span></span></h2>\r\n<p><span><span><span>\"May\" is most commonly used </span></span></span><span><span><span><em><strong>to express possibility</strong></em></span></span></span><span><span><span>. It can also be used </span></span></span><span><span><span><em><strong>to give or request permission</strong></em></span></span></span><span><span><span>, although this usage is becoming less common.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>Cheryl </span></span><strong><span><span>may </span></span></strong><span><span>be at home, or perhaps at work. </span></span><em><span><span>possibility</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Johnny, you </span></span><strong><span><span>may </span></span></strong><span><span>leave the table when you have finished your dinner. </span></span><em><span><span>give permission</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><strong><span><span>May </span></span></strong><span><span>I use your bathroom? </span></span><em><span><span>request permission</span></span></em></p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span><span>Modal Use</span></span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br />1. = Present </span></span></p>\r\n<p><span><span>2. = Past </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br />1. = Present </span></span></p>\r\n<p><span><span>2. = Past </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>may<br /></span></span></span><em><span><span><span><strong>possibility</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. Jack may be upset. I can\'t really tell if he is annoyed or tired.</span></span></span></p>\r\n<p><span><span><span>2. Jack may have been upset. I couldn\'t really tell if he was annoyed or tired.</span></span></span></p>\r\n<p><span><span><span>3. Jack may get upset if you don\'t tell him the truth.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. Jack may not be upset. Perhaps he is tired.</span></span></span></p>\r\n<p><span><span><span>2. Jack may not have been upset. Perhaps he was tired.</span></span></span></p>\r\n<p><span><span><span>3. Jack may not get upset, even if you tell him the truth</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>might</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>may<br /></span></span></span><em><span><span><span><strong>give permission</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. You may leave the table now that you\'re finished with your dinner.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ALLOWED TO\"</span></span></span><span><span><span><br />You were allowed to leave the table after you finished your dinner.</span></span></span></p>\r\n<p><span><span><span>3. You may leave the table when you finish your dinner.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>1. You may not leave the table. You\'re not finished with your dinner yet.</span></span></span></p>\r\n<p><span><span><span>2. SHIFT TO \"BE ALLOWED TO\"</span></span></span><span><span><span><br />You were not allowed to leave the table because you hadn\'t finished your dinner.</span></span></span></p>\r\n<p><span><span><span>3. You may not leave the table until you are finished with your dinner.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>can</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\">\r\n<p><span><span><span>may<br /></span></span></span><em><span><span><span><strong>request permission</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>May I borrow your eraser?</span></span></span></p>\r\n<p><span><span><span>May I make a phone call?</span></span></span></p>\r\n<p><em><span><span><span>Requests usually refer to the near future.</span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"154\">\r\n<p><span><span><span>NO NEGATIVE FORMS</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>can,</span></span></span><span><span><span><br />might</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-13 12:53:59'),(619,21,'definition',0,'<h2 class=\"western\"><span><span>Must</span></span></h2>\r\n<p><span><span><span>\"Must\" is most commonly used </span></span></span><span><span><span><em><strong>to express certainty</strong></em></span></span></span><span><span><span>.</span></span></span></p>\r\n<p><span> <span><span>It can also be used </span></span></span><span><span><span><em><strong>to express necessity or strong recommendation</strong></em></span></span></span><span><span><span>, although native speakers prefer the more flexible form \"have to.\" </span></span></span></p>\r\n<p><span><span><span>\"Must not\" can be used to prohibit actions, but this sounds very severe; speakers prefer to use softer modal verbs such as \"should not\" or \"ought not\" to dissuade rather than prohibit.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>This </span></span><strong><span><span>must </span></span></strong><span><span>be the right address! </span></span><em><span><span>certainty</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Students </span></span><strong><span><span>must </span></span></strong><span><span>pass an entrance examination to study at this school. </span></span><em><span><span>necessity</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You </span></span><strong><span><span>must </span></span></strong><span><span>take some medicine for that cough. </span></span><em><span><span>strong recommendation</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>Jenny, you </span></span><strong><span><span>must </span></span></strong><span><span>not play in the street! </span></span><em><span><span>prohibition</span></span></em></p>\r\n</li>\r\n</ul>\r\n<p> </p>\r\n<h2>Using \"Must\" in Present, Past, and Future</h2>\r\n<p>Most modal verbs behave quite irregularly in the past and the future. Study the chart below to learn how \"must\" behaves in different contexts.</p>\r\n<table class=\"collapsible lined\">\r\n<tbody>\r\n<tr>\r\n<td>Modal Use</td>\r\n<td>Positive Forms<br />1. = Present 2. = Past 3. = Future</td>\r\n<td>Negative Forms<br />1. = Present 2. = Past 3. = Future</td>\r\n<td>Also use:</td>\r\n</tr>\r\n<tr>\r\n<td>must <br /><em class=\"comment\">certainty</em></td>\r\n<td>1. That must be Jerry. They said he was tall with bright red hair.\r\n<p>2. That must have been the right restaurant. There are no other restaurants on this street.</p>\r\n<p>3. NO FUTURE FORM</p>\r\n</td>\r\n<td>1. That must not be Jerry. He is supposed to have red hair.\r\n<p>2. That must not have been the right restaurant. I guess there is another one around here somewhere.</p>\r\n<p>3. NO FUTURE FORM</p>\r\n</td>\r\n<td>have to</td>\r\n</tr>\r\n<tr>\r\n<td>must not <br /><em class=\"comment\">prohibition</em></td>\r\n<td> </td>\r\n<td>You must not swim in that river. It\'s full of crocodiles.\r\n<p>You must not forget to take your malaria medication while your are in the tropics.</p>\r\n<p><em class=\"comment\">Prohibition usually refer to the near future.</em></p>\r\n</td>\r\n<td> </td>\r\n</tr>\r\n<tr>\r\n<td>must <br /><em class=\"comment\">strong <br />recommendation</em>\r\n<p>(Americans <br />prefer <br />the form <br />\"should.\")</p>\r\n</td>\r\n<td>1. You must take some time off and get some rest.\r\n<p>2. SHIFT TO \"SHOULD\" <br />You should have taken some time off last week to get some rest.</p>\r\n<p>3. SHIFT TO \"SHOULD\" <br />You should take some time off next week to get some rest.</p>\r\n</td>\r\n<td>1. You mustn\'t drink so much. It\'s not good for your health.\r\n<p>2. SHIFT TO \"SHOULD\" <br />You shouldn\'t have drunk so much. That caused the accident.</p>\r\n<p>3. SHIFT TO \"SHOULD\" <br />You shouldn\'t drink at the party. You are going to be the designated driver.</p>\r\n</td>\r\n<td>should</td>\r\n</tr>\r\n<tr>\r\n<td>must <br /><em class=\"comment\">necessity</em>\r\n<p>(Americans <br />prefer <br />the form <br />\"have to.\")</p>\r\n</td>\r\n<td>1. You must have a permit to enter the national park.\r\n<p>2. SHIFT TO \"HAVE TO\" <br />We had to have a permit to enter the park.</p>\r\n<p>3. We must get a permit to enter the park next week.</p>\r\n</td>\r\n<td>1. SHIFT TO \"HAVE TO\" <br />We don\'t have to get a permit to enter the national park.\r\n<p>2. SHIFT TO \"HAVE TO\" <br />We didn\'t have to get a permit to enter the national park.</p>\r\n<p>3. SHIFT TO \"HAVE TO\" <br />We won\'t have to get a permit to enter the national park.</p>\r\n</td>\r\n<td>have to</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"collapsible lined\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<p><strong>REMEMBER: \"Must not\" vs. </strong><strong>\"Do not have to\"</strong><br />\"Must not\" suggests that you are prohibited from doing something. \"Do not have to\" suggests that someone is not required to do something.</p>\r\n<div class=\"ex\">\r\n<p>Examples:</p>\r\n<ul>\r\n<li>You <strong>must not</strong> eat that. <em class=\"comment\">It is forbidden, it is not allowed.</em></li>\r\n<li>You <strong>don\'t have to</strong> eat that. <em class=\"comment\">You can if you want to, but it is not necessary.</em></li>\r\n</ul>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-13 12:57:02'),(620,21,'sentence',1,'<p>1.) May I borrow your pen?</p>\r\n<p>2.) May we have a moment, please?</p>\r\n<p>3.) May I leave early tomorrow?</p>\r\n<p>4.) May I have your name, please?</p>\r\n<p>5.) May we go now?</p>\r\n<p>6.) May I ask who\'s calling?</p>','','<p><strong>MAY</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/maymight/exercise1.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/maymight/exercise1.html</a></p>','2016-01-13 14:15:44'),(622,21,'sentence',1,'<p>1.) Where are your keys? They might be in my bag.</p>\r\n<p>2.) Lilly called. She said she might be late.</p>\r\n<p>3.) Why are you taking an umbrella? The forecast said it might rain.</p>\r\n<p>4.) You should buy the tickets today, If you don\'t, there might not be any left.</p>\r\n<p>5.) I can\'t find my credit card. I think I might have left in the last shop.</p>\r\n<p>6.) Who\'s that? It might Karen\'s brother. She said he was coming.</p>\r\n<p>7.) Steve is late. Yes, I think he might have missed the train.</p>\r\n<p>8.) Where are Johnny and Sam? They might have gone out to play football.</p>\r\n<p>9.) What\'s in the parcel it might be the books ordered online.</p>','','<p><strong>MIGHT</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/maymight/exercise3.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/maymight/exercise3.html</a></p>','2016-01-13 13:51:20'),(623,21,'sentence',1,'<p>1.) I might have some change, if you need it.</p>\r\n<p>2.) We might go to Jamaica next year. Our friends will be there.</p>\r\n<p>3.) I might give Sue a call and see if she wants to come.</p>\r\n<p>4.) I might have done it if he had asked nicely but not now.</p>\r\n<p>5.) I think he might go to the football match tonight.</p>\r\n<p>6.) They might buy it if they can get a good price.</p>\r\n<p>7.) I might not get the job, there were lots of good candidates.</p>\r\n<p>8.) Sophie might visit next week if she can get a couple of days off work.</p>\r\n<p>9.) I don\'t know where it is. I might have left it at home.</p>\r\n<p>10.) I might be home late. I\'ve got a lot of work to finish before I can leave.</p>','','<p><strong>MIGHT</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/maymight/exercise4.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/maymight/exercise4.html</a></p>','2016-01-13 16:39:40'),(624,21,'sentence',1,'<p>1.) You may not use my mobile phone! (emphatic refusal)</p>\r\n<p>2.) Might I have a word in private? (very polite requrest)</p>\r\n<p>3.) I may see you at the weekend. (not sure about something)</p>\r\n<p>4.) She wondered if she might borrow some money. (past request)</p>\r\n<p>5.) They may have forgotten all about it. (positive request)</p>\r\n<p>6.) May I have your attention please. (polite request)</p>','','<p><strong>MAY, MIGHT</strong></p>\r\n<p><a href=\"https://learnenglish.britishcouncil.org/en/english-grammar/verbs/modal-verbs/may-might-may-have-and-might-have\" target=\"_blank\">https://learnenglish.britishcouncil.org/en/english-grammar/verbs/modal-verbs/may-might-may-have-and-might-have</a></p>','2016-01-13 16:47:18'),(625,21,'sentence',1,'<p>0.) You might have told me. I came all this way for nothing.</p>\r\n<p>1.) I thought he might be able to help me, but he was useless.</p>\r\n<p>2.) You may lock up the store once you have completed the closing out duties.</p>\r\n<p>3.) I asked him if I might leave the work early today.</p>\r\n<p>4.) Employees may use their discount on regular priced items only.</p>\r\n<p>5.) Customers may use the staff washroom.</p>','','<p><strong>MAY, MIGHT</strong></p>\r\n<p><a href=\"http://www.wpeau.ca/exercise/ex30.1.php?q0=1&q1=0&q2=0&q3=1&q4=0\" target=\"_blank\">http://www.wpeau.ca/exercise/ex30.1.php?q0=1&q1=0&q2=0&q3=1&q4=0</a></p>','2016-01-13 16:54:29'),(626,21,'sentence',1,'<p>1.) I was just wondering whether you might be able to help me.</p>\r\n<p>2.) May God have mercy on your soul.</p>\r\n<p>3.) You may well be right.</p>\r\n<p>4.) I told them I might go if I felt like it, but wasn\'t sure.</p>\r\n<p>5.) Students may only borrow four books at a time.</p>\r\n<p>6.) The examiner says we may leave when we\'ve finished.</p>\r\n<p>7.) It may be very expensive, but it\'s much better than the others.</p>\r\n<p>8.) I just might accept your offer.</p>\r\n<p>9.) You might try asking her for help she knows her stuff.</p>\r\n<p>10.) You might have told me earlier!</p>','','<p><strong>MAY, MIGHT</strong></p>\r\n<p><a href=\"http://www.usingenglish.com/quizzes/answers.php?quiz_id=407\" target=\"_blank\">http://www.usingenglish.com/quizzes/answers.php?quiz_id=407</a></p>','2016-01-14 13:58:04'),(627,21,'sentence',1,'<p>1.) You must tidy up your room.</p>\r\n<p>2.) You mustn\'t smoke.</p>\r\n<p>3.) You must do your homework.</p>\r\n<p>4.) You mustn\'t play with fire.</p>\r\n<p>5.) You must be home on time.</p>\r\n<p>6.) You mustn\'t cheat in a test.</p>\r\n<p>7.) You mustn\'t turn the music too loud.</p>\r\n<p>8.) You must help in the house.</p>\r\n<p>9.) You mustn\'t annoy your little sister.</p>\r\n<p>10.) You mustn\'t bite nails.</p>','','<p><strong>MUST / MUSTN\'T</strong></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/modals/must_not.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/modals/must_not.htm</a></p>','2016-01-13 17:19:51'),(628,21,'word',1,'<p>certainty</p>','<p>bizonyosság</p>','','2016-01-14 11:48:50'),(629,21,'word',1,'<p>dissuade</p>','<p>lebeszélni</p>','','2016-01-14 11:48:19'),(630,21,'word',1,'<p>prohibit</p>','<p>megtilt</p>','','2016-01-14 11:48:43'),(631,21,'word',1,'<p>cough</p>','<p>köhőgés</p>','','2016-01-14 11:52:12'),(632,22,'definition',0,'<h2 class=\"western\"><span><span>Shall</span></span></h2>\r\n<p><span><span><span>\"Shall\" is used to indicate future action. It is most commonly used in sentences with \"I\" or \"we,\" and is often found in suggestions, such as \"Shall we go?\" \"Shall\" is also frequently used in promises or voluntary actions. In formal English, the use of \"shall\" to describe future events often expresses inevitability or predestination. \"Shall\" is much more commonly heard in British English than in American English; Americans prefer to use other forms, although they do sometimes use \"shall\" in suggestions or formalized language.</span></span></span></p>\r\n<p><span><span><span>Examples:</span></span></span></p>\r\n<ul>\r\n<li>\r\n<p><strong><span><span><span>Shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>I help you?</span></span></span><span><span><span> </span></span></span><em><span><span><span>suggestion</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>I</span></span></span><span><span><span> </span></span></span><strong><span><span><span>shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>never forget where I came from.</span></span></span><span><span><span> </span></span></span><em><span><span><span>promise</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>He</span></span></span><span><span><span> </span></span></span><strong><span><span><span>shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>become our next king.</span></span></span><span><span><span> </span></span></span><em><span><span><span>predestination</span></span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span><span>I\'m afraid Mr. Smith</span></span></span><span><span><span> </span></span></span><strong><span><span><span>shall</span></span></span></strong><span><span><span> </span></span></span><span><span><span>become our new director.</span></span></span><span><span><span> </span></span></span><em><span><span><span>inevitability</span></span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"172\"> <col width=\"154\"> <col width=\"154\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"172\" height=\"35\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Positive Forms<br /></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span>Negative Forms<br /></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"172\" height=\"\">\r\n<p><span><span><span>shall</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>future action</span></span></span></em></p>\r\n<p><span><span><span>(British form)</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span><span>I shall be replaced by someone from the New York office.</span></span></span></p>\r\n<p><span><span><span>I shall be there by 8:00.</span></span></span></p>\r\n</td>\r\n<td width=\"154\">\r\n<p><span><span><span>I shall not be replaced after all.</span></span></span></p>\r\n<p><span><span><span>I shall not be there. I have a previous obligation.</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>will</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p align=\"JUSTIFY\"> </p>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"1\"><colgroup><col width=\"138\"> <col width=\"202\"> <col width=\"226\"> <col width=\"107\"> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td bgcolor=\"#ffffff\" width=\"138\">\r\n<p><span><span><span>shall<br /></span></span></span><em><span><span><span>suggestions</span></span></span></em></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"202\">\r\n<p><span><span><span>Shall we begin dinner?</span></span></span></p>\r\n<p><span><span><span>Shall we move into the living room?</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"226\">\r\n<p><span> </span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"107\">\r\n<p><span><span><span>should</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#ffffff\" width=\"138\">\r\n<p><span><span><span>shall</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>volunteering,</span></span></span></em><span><span><span><em><br /></em></span></span></span><em><span><span><span>promising</span></span></span></em></p>\r\n<p><span><span><span>(British form)</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"202\">\r\n<p><span><span><span>I shall take care of everything for you.</span></span></span></p>\r\n<p><span><span><span>I shall make the travel arrangements. There\'s no need to worry.</span></span></span></p>\r\n<p> </p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"226\">\r\n<p><span><span><span>I shall never forget you.</span></span></span></p>\r\n<p><span><span><span>I shall never give up the fight for freedom.</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"107\">\r\n<p><span><span><span>will</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td bgcolor=\"#ffffff\" width=\"138\">\r\n<p><span><span><span>shall</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>inevitability</span></span></span></em></p>\r\n<p><span><span><span>(British form)</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"202\">\r\n<p><span><span><span>Man shall explore the distant regions of the universe.</span></span></span></p>\r\n<p><span><span><span>We shall overcome oppression.</span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"226\">\r\n<p><span><span><span>Man shall never give up the exploration of the universe.</span></span></span></p>\r\n<p><span><span><span>He shall not be held back. </span></span></span></p>\r\n</td>\r\n<td bgcolor=\"#ffffff\" width=\"107\">\r\n<p> </p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><strong><span><span> </span></span></strong></p>\r\n<p align=\"JUSTIFY\"> </p>','','','2016-01-14 17:03:22'),(633,22,'definition',0,'<h2><span><span><span>Should</span></span></span><span> </span></h2>\r\n<p><span><span><span>\"Should\" is most commonly used to make recommendations or give advice. It can also be used to express obligation as well as expectation.</span></span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>When you go to Berlin, you</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>visit the palaces in Potsdam.</span></span><span><span> </span></span><em><span><span>recommendation</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>You</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>focus more on your family and less on work.</span></span><span><span> </span></span><em><span><span>advice</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>I really</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>be in the office by 7:00 AM.</span></span><span><span> </span></span><em><span><span>obligation</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>By now, they</span></span><span><span> </span></span><strong><span><span>should</span></span></strong><span><span> </span></span><span><span>already be in Dubai.</span></span><span><span> </span></span><em><span><span>expectation</span></span></em>  </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"136\"> <col width=\"158\"> <col width=\"130\"> <col width=\"113\"> </colgroup>\r\n<tbody>\r\n<tr valign=\"TOP\">\r\n<td width=\"136\" height=\"92\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><span><span>Positive Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><span><span>Negative Forms<br />1. = Present   </span></span></p>\r\n<p><span><span>2. = Past   </span></span></p>\r\n<p><span><span>3. = Future</span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span>Also use:</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\" height=\"93\">\r\n<p><span><span><span>should</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>recommendation,</strong></span></span></span></em></p>\r\n<p><em><span><span><span><span><strong>advisability</strong></span></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. People with high cholesterol should eat low-fat foods.</span></span></span></p>\r\n<p><span><span><span>2. Frank should have eaten low-fat foods. That might have prevented his heart attack.</span></span></span></p>\r\n<p><span><span><span>3. You really should start eating better.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. Sarah shouldn\'t smoke so much. It\'s not good for her health.</span></span></span></p>\r\n<p><span><span><span>2. Sarah shouldn\'t have smoked so much. That\'s what caused her health problems.</span></span></span></p>\r\n<p><span><span><span>3. Sarah shouldn\'t smoke when she visits Martha next week. Martha hates when people smoke in her house.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"113\">\r\n<p><span><span><span>ought to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\" height=\"\">\r\n<p><span><span><span>should</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>obligation</span></span></span></em></p>\r\n</td>\r\n<td width=\"158\">\r\n<p><span><span><span>I should be at work before 9:00.</span></span></span></p>\r\n<p><span><span><span>We should return the video before the video rental store closes.</span></span></span></p>\r\n<p><em><span><span><span>\"Should\" can also express something between recommendation and obligation. \"Be supposed to\" expresses a similar idea and can easily be used in the past or in negative forms.</span></span></span></em></p>\r\n</td>\r\n<td width=\"130\">\r\n<p><span> <span><span>NO NEGATIVE FORMS</span></span></span></p>\r\n</td>\r\n<td width=\"113\">\r\n<p><span><span><span>be supposed to</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"136\" height=\"\">\r\n<p><span><span><span>should</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>expectation</span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"158\">\r\n<p><span><span><span>1. Susan should be in New York by now. </span></span></span></p>\r\n<p><span><span><span>2. Susan should have arrived in New York last week. Let\'s call her and see what she is up to.</span></span></span></p>\r\n<p><span><span><span>3. Susan should be in New York by next week. Her new job starts on Monday.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"130\">\r\n<p><span><span><span>1. Susan shouldn\'t be in New York yet.</span></span></span></p>\r\n<p><span><span><span>2. Susan shouldn\'t have arrived in New York until yesterday.</span></span></span></p>\r\n<p><span><span><span>3. Susan shouldn\'t arrive in New York until next week.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"113\">\r\n<p><span><span><span>ought to,</span></span></span><span><span><span> </span></span></span><span><span><span><br />be supposed to</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-14 14:04:35'),(634,22,'definition',0,'<h2 class=\"western\"><span><span>Will</span></span><span> </span></h2>\r\n<p><span><span>\"Will\" is used with promises or voluntary actions that take place in the future. \"Will\" can also be used to make predictions about the future. For more information on using \"will\" and associated exercises, visit the</span></span><span><span> </span></span><span><span><a href=\"http://englishpage.com/verbpage/simplefuture.html\"><span><span><span>Simple Future</span></span></span></a></span></span><span><span> </span></span><span><span>section of our</span></span><span><span> </span></span><span><span><a href=\"http://englishpage.com/verbpage/verbtenseintro.html\"><span><span><span>Verb Tense Tutorial</span></span></span></a></span></span><span><span>.</span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>I promise that I</span></span><span><span> </span></span><strong><span><span>will</span></span></strong><span><span> </span></span><span><span>write you every single day.</span></span><span><span> </span></span><em><span><span>promise</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>I</span></span><span><span> </span></span><strong><span><span>will</span></span></strong><span><span> </span></span><span><span>make dinner tonight.</span></span><span><span> </span></span><em><span><span>voluntary action</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>He thinks it</span></span><span><span> </span></span><strong><span><span>will</span></span></strong><span><span> </span></span><span><span>rain tomorrow.</span></span><span><span> </span></span><em><span><span>prediction</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"143\"> <col width=\"165\"> <col width=\"136\"> <col width=\"119\"> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"143\" height=\"116\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span><span><span>Positive Forms</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span><span><span>Negative Forms</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"119\">\r\n<p><span><span><span>Also use:</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\" height=\"117\">\r\n<p><span><span><span>will</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>future action,</strong></span></span></span></em><span><span><span><em><strong><br /></strong></em></span></span></span><em><span><span><span><strong>prediction</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span><span><span>The marketing director will be replaced by someone from the New York office.</span></span></span></p>\r\n<p><span><span><span>Fred will be there by 8:00.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span><span><span>The marketing director will not be replaced after all.</span></span></span></p>\r\n<p><span><span><span>Fred will not be there. He has a previous obligation.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"119\">\r\n<p><span><span><span>shall</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\">\r\n<p><span><span><span>will</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>volunteering,</strong></span></span></span></em><span><span><span><em><strong><br /></strong></em></span></span></span><em><span><span><span><strong>promising</strong></span></span></span></em><span><span><span> </span></span></span></p>\r\n</td>\r\n<td width=\"165\">\r\n<p><span><span><span>I will take care of everything for you.</span></span></span></p>\r\n<p><span><span><span>I will make the travel arrangements. There\'s no need to worry.</span></span></span></p>\r\n</td>\r\n<td width=\"136\">\r\n<p><span><span><span>I will never forget you.</span></span></span></p>\r\n<p><span><span><span>I will never give up the fight for freedom.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p><span><span><span>shall</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-14 14:04:52'),(635,22,'definition',0,'<h2 class=\"western\"><span><span>Would</span></span><span> </span></h2>\r\n<p><span><span>\"Would\" is most commonly used to create conditional verb forms. It also serves as the past form of the modal verb \"will.\" Additionally, \"would\" can indicate repetition in the past. For more information on the grammar behind the modal verb \"would,\" visit the following tutorials: </span></span><span><span><a href=\"http://englishpage.com/conditional/conditionalintro.html\" target=\"_blank\"><span><span><span>Conditional Tutorial</span></span></span></a></span></span><span><span>,</span></span><span><span> </span></span><span><span><a href=\"http://englishpage.com/verbpage/futureinpast.html\" target=\"_blank\"><span><span><span>Future in the Past</span></span></span></a></span></span><span><span>, and</span></span><span><span> </span></span><span><span><a href=\"http://englishpage.com/verbpage/would.html\" target=\"_blank\"><span><span><span>Would Always</span></span></span></a></span></span><span><span>.</span></span></p>\r\n<p><span><span>Examples:</span></span></p>\r\n<ul>\r\n<li>\r\n<p><span><span>If he were an actor, he</span></span><span><span> </span></span><strong><span><span>would</span></span></strong><span><span> </span></span><span><span>be in adventure movies.</span></span><span><span> </span></span><em><span><span>conditional</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>I knew that she</span></span><span><span> </span></span><strong><span><span>would</span></span></strong><span><span> </span></span><span><span>be very successful in her career.</span></span><span><span> </span></span><em><span><span>past of \"will\"</span></span></em></p>\r\n</li>\r\n<li>\r\n<p><span><span>When they first met, they</span></span><span><span> </span></span><strong><span><span>would</span></span></strong><span><span> </span></span><span><span>always have picnics on the beach.</span></span><span><span> </span></span><em><span><span>repetition</span></span></em> </p>\r\n</li>\r\n</ul>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"7\"><colgroup><col width=\"143\"> <col width=\"165\"> <col width=\"136\"> <col width=\"119\"> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td width=\"143\" height=\"116\">\r\n<p><span><span><span>Modal Use</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span><span><span>Positive Forms</span></span></span></p>\r\n<p><span><span><span>1. = Present  </span></span></span></p>\r\n<p><span><span> <span><span>2. = Past   </span></span></span></span></p>\r\n<p><span><span><span>3. = Future</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span><span><span>Negative Forms</span></span></span></p>\r\n<p><span><span><span>1. = Present   2. = Past   </span></span></span></p>\r\n<p><span><span><span><span>3. = Future</span></span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"119\">\r\n<p><span><span><span>Also use:</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\" height=\"117\">\r\n<p><span><span><span>would</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>conditional</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p><span><span><span>1. If I were president, I would cut the cost of education.</span></span></span></p>\r\n<p><span><span><span>2. If I had been president, I would have cut the cost of education.</span></span></span></p>\r\n<p><span><span><span>3. If I were elected president next year, I would cut the cost of education.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p><span><span><span>1. If I were president, I would not raise taxes.</span></span></span></p>\r\n<p><span><span><span>2. If I had been president, I would not have raised taxes.</span></span></span></p>\r\n<p><span><span><span>3. If I were president, I would not sign the tax increase next week.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p><span><span><span>ould</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span>conditional</span></span></span></em></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td width=\"143\">\r\n<p> </p>\r\n<p> </p>\r\n<p><span><span><span>would</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>past of \"will\"</strong></span></span></span></em></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"165\">\r\n<p> </p>\r\n<p><span><span><span>I said I would help you.</span></span></span></p>\r\n<p><span><span><span>He told me he would be here before 8:00.</span></span></span></p>\r\n</td>\r\n<td valign=\"TOP\" width=\"136\">\r\n<p> </p>\r\n<p><span><span><span>I said I wouldn\'t help you.</span></span></span></p>\r\n<p><span><span><span>He told me he would not be here before 8:00.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p> </p>\r\n<p><span><span><span>shall</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr valign=\"TOP\">\r\n<td width=\"143\">\r\n<p><span><span><span>would</span></span></span><span><span><span> </span></span></span><span><span><span><br /></span></span></span><em><span><span><span><strong>repetition in past</strong></span></span></span></em></p>\r\n</td>\r\n<td width=\"165\">\r\n<p><span><span><span>When I was a kid, I would always go to the beach.</span></span></span></p>\r\n<p><span><span><span>When he was young, he would always do his homework.</span></span></span></p>\r\n</td>\r\n<td width=\"136\">\r\n<p><span><span><span>When I was a kid, I wouldn\'t go into the water by myself.</span></span></span></p>\r\n<p><span><span><span>When he got older, he would never do his homework.</span></span></span></p>\r\n</td>\r\n<td width=\"119\">\r\n<p><span><span><span>used to</span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','2016-01-14 14:05:06'),(636,21,'word',1,'<p>perssuade</p>','<p>rábeszélni</p>','','2016-01-14 16:56:29'),(637,22,'sentence',1,'<p>1.) To keep fit you <strong>should</strong> take regular exercise.</p>\r\n<p>2.) Copies of the report <strong>will</strong> be distributed at the meeting.</p>\r\n<p>3.) It\'s getting cold now. <strong>Shall</strong> I close the window?</p>\r\n<p>4.) I <strong>should</strong> think the cost of the repairs will be about <span>200€.</span></p>\r\n<p><span>5.) If Tom had more free time, he <strong>would</strong> join a sports club.</span></p>\r\n<p><span>6.) According to reports the price of petrol <strong>will</strong> increase next year.</span></p>\r\n<p><span>7.) It\'s a beautiful day today! <strong>Shall</strong> we go to the beach?</span></p>\r\n<p><span>8.) It <strong>would</strong> be easier to find our way if we had a map.</span></p>\r\n<p><span>9.) <strong>Should</strong> you need further information, please don\'t hesitate to contact us.</span></p>\r\n<p><span>10.) We\'re all having lunch together tomorrow. <strong>Will</strong> you be able to join us?</span></p>','','<p class=\"ExerciseTitle\"><strong>SHALL - WILL - SHOULD - WOULD</strong></p>\r\n<p class=\"ExerciseTitle\"><a href=\"http://www.learn-english-today.com/lessons/lesson_cont/exercises/shall-will-should-would_quiz1.html\" target=\"_blank\">http://www.learn-english-today.com/lessons/lesson_cont/exercises/shall-will-should-would_quiz1.html</a></p>','2016-01-16 06:32:00'),(638,22,'sentence',1,'<p>a) Driving a Rolls Royce <strong>would</strong> be nice!<br /><br />b) I wish you <strong>would</strong> come to my birthday party.<br /><br />c) If I <strong>would</strong> arrive early, I will give you a ring.<br /><br />d) I <strong>would</strong> like to be a doctor.<br /><br />e) I lent him my car so that he <strong>should</strong> drive to town.<br /><br />f) How <strong>would</strong> I know? <br /><br />g) The old man <strong>would</strong> sit there for hours, looking at the sky.<br /><br />h) Well, I <strong>would</strong> certainly enjoy flying Concord.<br /><br />i) <strong>Would</strong> you like a cup of tea?<br /><br />j) If Mary was here she <strong>would</strong> help me.<br /><br />k) If you <strong>should</strong> happen to meet Tom, give him this letter, please.<br /><br />l) They <strong>would</strong> not have lunch. They said they weren\'t hungry.<br /><br />m) Can you tell me where the post-office is, please? If I remember well, it <strong>should</strong> be round the corner.<br /><br />n) I wish you <strong>would</strong> get up at 6 every morning.<br /><br />o) I think you <strong>should</strong> not let the children play in the dining-room.<br /><br />p) My car <strong>would</strong> not start so I had had to ring for a taxi.<br /><br />q) If you <strong>would</strong> arrive early, give us a ring, please.<br /><br />r) <strong>Would</strong> you mind opening the door, please?</p>','','<p><strong>SHOULD - WOULD</strong></p>\r\n<p><a href=\"http://www.englishexercises.org/makeagame/viewgame.asp?id=6812#a\" target=\"_blank\">http://www.englishexercises.org/makeagame/viewgame.asp?id=6812#a</a></p>','2016-01-15 13:46:32'),(639,22,'word',1,'<p>oppresion</p>','<p>elnyomás</p>','','2016-01-16 05:19:45'),(640,22,'sentence',1,'<p>1.) <strong>Will</strong> you mind closing the door?<br /><br />2.) Maybe I <strong>will</strong> speak to her.</p>\r\n<p>3.) We <strong>will </strong>see what happens tomorrow.<br /><br />4.) What <strong>would </strong>you like to eat?<br /><br />5.) If I see her I <strong>will</strong> let her know.</p>\r\n<p>6.) She <strong>wouldn\'t</strong> speak to me, she was so upset.<br /><br />7.) I promise I <strong>won\'t</strong> tell anyone.<br /><br />8.) She thought she <strong>would</strong> be late, so she took a taxi.<br /><br />9.) When I was in the army, we <strong>would</strong> get up at 5.30 a.m.</p>\r\n<p>10.) Come on. You <strong>won\'t</strong> need much, just change of clothes.</p>','','<p><strong>WILL - WOULD</strong></p>\r\n<p><a href=\"https://learnenglish.britishcouncil.org/en/english-grammar/verbs/modal-verbs/will-or-would\" target=\"_blank\">https://learnenglish.britishcouncil.org/en/english-grammar/verbs/modal-verbs/will-or-would</a></p>','2016-01-16 06:46:29'),(641,22,'sentence',1,'<p>1.) I\'ve got a headache. You <strong>shouldn\'t</strong> sit so close to the TV.<br /><br />2.) I\'m cold. You <strong>should</strong> put on a jumper.<br /><br />3.) The game starts at three o\'clock. We <strong>should</strong> leave at two-thirty.<br /><br />4.) He\'s always tired in the morning. He <strong>shouldn\'t</strong> stay up so late.<br /><br />5.) I don\'t feel well. You <strong>should</strong> stay in bed.<br /><br />6.) I want to lose weight. You <strong>should</strong> do some exercise.</p>','','<p><strong>SHOULD - SHOULDN\'T</strong></p>\r\n<p><a href=\"https://elt.oup.com/student/project3rdedition/level3/unit6/grammar/exercise1?cc=us&selLanguage=en\" target=\"_blank\">https://elt.oup.com/student/project3rdedition/level3/unit6/grammar/exercise1?cc=us&selLanguage=en</a></p>','2016-01-16 07:34:31'),(642,22,'sentence',1,'<p>1.) We <strong>should</strong> leave now or we will miss the last train.<br /><br />2.) <strong>Shall</strong> we meet tomorrow morning?<br /><br />3.) I <strong>would</strong> like a cup of coffee, please.<br /><br />4.) Do you think we <strong>should</strong> tell Sarah about Peter?<br /><br />5.) I <strong>will</strong> probably spend the holidays with my family.<br /><br />6.) Danny <strong>would</strong> prefer having the meeting next week.</p>','','<p><strong>WILL - WOULD - SHALL - SHOULD</strong></p>\r\n<p><a href=\"http://www.ecenglish.com/learnenglish/lessons/will-would-shall-should\" target=\"_blank\">http://www.ecenglish.com/learnenglish/lessons/will-would-shall-should</a></p>','2016-01-16 07:44:17'),(643,22,'word',1,'<p>ferry</p>','<p>komp</p>','','2016-01-16 08:31:16'),(644,22,'word',1,'<p>coach</p>','<p>hatosfogat</p>','','2016-01-17 05:34:06'),(645,22,'word',1,'<p>van</p>','<p>teherautó</p>','','2016-01-16 08:44:09'),(646,23,'sentence',1,'<p>I haven\'t decided where I will spend my holiday. I <strong>may</strong> travel to Ireland.</p>','<p>Meg nem dontottem el, hogy hol fogom tolteni a vakaciomat. <em><span><strong>Lehet,</strong></span></em> hogy elutazom Irorszagba.</p>','','2016-01-19 16:52:08'),(647,23,'sentence',1,'<p>Take an umbrella with you today. It <strong>might</strong> be raining later.</p>','<p>Vigyel magaddal esernyot ma. <em><span><strong>Lehet</strong></span></em>, hogy esni fog az eso kesobb.</p>','','2016-01-19 16:52:43'),(648,23,'sentence',1,'<p>Jane <strong>may </strong>help you.</p>','<p>Jane <em><span><strong>lehet</strong></span></em>, hogy tud neked segiteni.</p>','','2016-01-19 11:01:16'),(649,23,'sentence',1,'<p>If I know them better, I <strong>might</strong> invite them for dinner.</p>','<p>Ha jobban ismernem oket, <em><span><strong>lehet</strong></span></em> hogy meghivnam oket vacsorara.</p>','','2016-01-19 07:49:58'),(650,23,'sentence',1,'<p>Nowadays it is very expensive to take the bus, you <strong>should</strong> take a taxi.</p>','<p>Manapsag olyan draga busszal kozlekedni(to take the bus), hogy <em><span><strong>lehet</strong></span></em> jobn lenne ha btaxival mennel.</p>','','2016-01-19 11:03:21'),(651,23,'sentence',1,'<p>I\'m afraid, I <strong>cannot</strong> go to your party next week.</p>','<p>Attol felek, hogy <em><span><strong>nem tudok</strong></span></em> elmenni a bulidba a jovo heten.</p>','','2016-01-19 08:11:31'),(652,23,'sentence',1,'<p>When Tim was 16 years old, he ran very fast. He <strong>could</strong> run 100 meters in 11 seconds.</p>','<p>Amikor Tim 16 eves volt, nagyon gyorsan futott. O 100 metert 11 masodperc alatt<em><span><strong> tudott</strong></span></em> futni.</p>','','2016-01-19 08:23:29'),(653,23,'sentence',1,'<p>Are you in a hurry? No, I have, a lot of time. I <strong>can</strong> wait.</p>','<p>Nagyon sietsz? (Are you in a hurry?) Nem, nagyon sok az idom. <em><span><strong>Tudok </strong></span></em>varni.</p>','','2016-01-19 16:54:37'),(654,23,'sentence',1,'<p>I was very sick yesterday. I <strong>could not</strong> eat anything.</p>','<p>Nagyon beteg voltam a tegnap. <em><span><strong>Nem tudtam</strong></span></em> enni semmit.</p>','','2016-01-19 08:31:58'),(655,23,'sentence',1,'<p>You look tired. Yes, I <strong>could not</strong> sleep last night.</p>','<p>Faradtak tunsz. Igen, sajnos <em><span><strong>nem tudtam</strong></span></em> aludni az ejjel.</p>','','2016-01-19 08:32:28'),(656,23,'sentence',1,'<p><strong>Could</strong> you speak up a little? I <strong>cannot</strong> hear you well.</p>','<p>Tudnal egy picit hangosabban beszelni? ( speak up-hangosabban beszelni) Nem <em><span><strong>tudlak/hallak</strong></span></em> eleg jol.   </p>','','2016-01-19 16:56:21'),(657,23,'sentence',1,'<p>My grandfather was a very clever man. He <strong>could </strong>speak in 5 languages.</p>','<p>A nagypapam nagyon okos ember volt. O 5 nyelven <em><span><strong>tudott</strong></span></em> beszelni.</p>','','2016-01-19 16:56:53'),(658,23,'sentence',1,'<p>I was looking everywhere for this book, but I <strong>could not</strong> find it anywhere.</p>','<p>Mindenhol kerestem ezt a konyvet, de sehol <em><span><strong>nem tudtam</strong></span></em> megtalalni.</p>','','2016-01-19 16:58:14'),(659,23,'sentence',1,'<p>They would not have come, but in the end I <strong>was able to </strong>convince them.</p>','<p>Ok nem szerettek volna jonni, de vegul is <em><span><strong>meg tudtam</strong></span></em>/kepes voltam oket meggyozni.</p>','','2016-01-19 16:59:06'),(660,23,'sentence',1,'<p>The phone is ringing. What do you think who is it? It <strong>might </strong>be Tim.</p>','<p>Csong a telefon. Mit gondolsz ki lehet az? <em><span><strong>Lehet,</strong></span></em> hogy Tim az.</p>','','2016-01-19 17:01:36'),(661,23,'sentence',1,'<p>You were travelling all day. You <strong>must</strong> be very tired.</p>','<p>Egesz nap utaztal. <em><span><strong>Biztos</strong></span></em> nagyon faradt lehetsz.</p>','','2016-01-19 17:02:26'),(662,23,'sentence',1,'<p>Carol <strong>must</strong> be bored with his job. He does the same things every day.</p>','<p>Carol<em><span><strong> biztos</strong></span></em> nagyon unja a munkajat. Minden nap ugyanazt kell csinalnia.</p>','','2016-01-19 17:03:36'),(663,23,'sentence',1,'<p>I <strong>cannot</strong> find my gloves. I am sure I have lost them somewhere.</p>','<p><em><span><strong>Nem talalom</strong></span></em> a kesztyuimet. <em><span><strong>Biztos</strong></span></em> elvesztettem valahol oket.</p>','','2016-01-19 10:16:23'),(664,23,'sentence',1,'<p><strong>Can</strong> you speak any foreign languages?</p>','<p><em><span><strong>Tudsz</strong></span></em> barmilyen idegen nyelven beszelni?</p>','','2016-01-19 17:04:17'),(665,23,'sentence',1,'<p>I <strong>can</strong> come tomorrow if you want.</p>','<p><em><span><strong>El tudok</strong></span></em> jonni holnap ha akarod.</p>','','2016-01-19 16:13:55'),(666,23,'sentence',1,'<p>Jack is a great tennis player. He <strong>can</strong> beat anyone.</p>','<p>Jack kituno tenisz jatekos. Barkit <em><span><strong>le tud</strong></span></em> gyozni.</p>','','2016-01-19 10:06:14'),(667,23,'sentence',1,'<p>She is very nice, you <strong>must</strong> meet her.</p>','<p>O ( a lany) nagyon kedves, neked<em><span><strong> muszaly</strong></span></em> talalkoznod vele.</p>','','2016-01-19 17:05:10'),(668,0,'',0,'','','','2016-01-18 07:13:24'),(669,23,'sentence',1,'<p>George <strong>cannot</strong> come with us tonight. He <strong>has to</strong> work.</p>','<p>George <em><span><strong>nem tud</strong></span></em> jonni velunk ma este. Neki dolgoznia <em><span><strong>kell.</strong></span></em></p>','','2016-01-19 17:06:00'),(670,23,'sentence',1,'<p>He said, I <strong>could </strong>smoke in the house.</p>','<p>Azt mondta, hogy <em><span><strong>dohányozhatok</strong></span></em> a házában.</p>','','2016-01-19 16:11:51'),(671,23,'sentence',1,'<p>We <strong>may </strong>/ <strong>might</strong> park here.</p>','<p>Parkolhatunk itt.</p>','','2016-01-19 17:08:18'),(672,23,'sentence',1,'<p>The police <strong>may </strong>stop us on the street.</p>','<p>A rendőrök megállíthatnak az utcán.</p>','','2016-01-19 12:24:44'),(673,23,'sentence',1,'<p><strong>May</strong> I open the window?</p>','<p>Kinyithatom az ablakot?</p>','','2016-01-19 10:11:31'),(674,23,'sentence',1,'<p>You <strong>should</strong> eat more.</p>','<p>Többet kellene enned.</p>','','2016-01-19 17:09:04'),(675,23,'sentence',1,'<p>They <strong>should have</strong> come earlier.</p>','<p>Korábban kellett volna jönniük.</p>','','2016-01-19 17:10:53'),(676,23,'sentence',1,'<p>My grandmother <strong>used to </strong>sit around the fire.</p>','<p>A nagymamám mindig a tuz mellett üldögélt.</p>','','2016-01-19 17:11:40'),(677,23,'sentence',1,'<p><strong>Shall</strong> I open the window?</p>','<p>Kinyissam az ablakot?</p>','','2016-01-19 10:17:07'),(678,23,'sentence',1,'<p>What <strong>should</strong> I do?</p>','<p>Mit csináljak?</p>','','2016-01-19 10:17:28'),(679,23,'sentence',1,'<p>If you learn English, you <strong>will be able to </strong>speak with many people all around the world.</p>','<p>Ha megtanulsz angolul, tudni fogsz beszélni sok emberrel világszerte.</p>','','2016-01-19 17:12:46'),(680,23,'sentence',1,'<p>When he was 10 months old, he <strong>could</strong> walk.</p>','<p>Amikor 10 hónapos volt, már tudott járni.</p>','','2016-01-19 10:21:27'),(681,23,'sentence',1,'<p>The lake it is not deep enough, so they <strong>cannot</strong> swim.</p>','<p>A tó nem elég mély, úgyhogy nem képesek úszni.</p>','','2016-01-19 17:13:28'),(682,23,'sentence',1,'<p>He <strong>should not</strong> say that.</p>','<p>Nem kellett volna azt mondania.</p>','','2016-01-19 10:21:56'),(683,23,'sentence',1,'<p>He <strong>must</strong> be home.</p>','<p>Biztosan otthon van.</p>','','2016-01-19 17:14:02'),(684,23,'sentence',1,'<p>You <strong>have to</strong> tell the truth.</p>','<p>Meg kell mondanod az igazat.</p>','','2016-01-19 10:11:13'),(685,23,'sentence',1,'<p>I <strong>have to</strong> be at home by 10.</p>','<p>10-ig haza kellett érnem.</p>','','2016-01-19 10:06:56'),(686,23,'sentence',1,'<p>We <strong>have to</strong> buy something for him.</p>','<p>Majd vennünk kell neki valamit.</p>','','2016-01-19 10:06:41'),(688,24,'sentence',1,'<p>1.) Don\'t <strong>tell</strong> him about our plans.<br /><br />2.) I waited for an answer, but she didn\'t <strong>say</strong> a word.<br /><br />3.) He <strong>said</strong> that he would wait for me at the library.<br /><br />4.) He <strong>told</strong> us that he was going to buy a new car.<br /><br />5.) Do you <strong>speak</strong> English?</p>\r\n<p>6.) Come here, Mike. We need to <strong>talk</strong>.<br /><br />7.) To <strong>tell</strong> you the truth, I don\'t remember anything.<br /><br />8.) Did the director <strong>speak</strong> at the conference?<br /><br />9.) Do you know how to <strong>say</strong> good-bye in Arabic?<br /><br />10.) We spent the whole evening <strong>talking</strong> about old friends.</p>','','<p><strong>Say, Tell, Speak, Talk</strong></p>\r\n<p><a href=\"http://usefulenglish.ru/vocabulary/synonyms-exercise-one\" target=\"_blank\">http://usefulenglish.ru/vocabulary/synonyms-exercise-one</a></p>','2016-01-20 07:01:41'),(689,24,'sentence',1,'<p>1.) Can you <strong>tell</strong> me the time?<br /><br />2.) My watch <strong>says</strong> ten o\'clock.<br /><br />3.) It is often <strong>said</strong> that history repeats itself.<br /><br />4.) I can\'t <strong>tell</strong> the difference between them.<br /><br />5.) It goes without <strong>saying</strong> that he should pay his debt in full.<br /><br />6.) We should <strong>talk</strong> him out of going there.<br /><br />7.) <strong>Speak</strong> for yourself. I have a different opinion.<br /><br />8.) I\'d like to <strong>talk</strong> it over with my family before making a decision.<br /><br />9.) Please <strong>speak</strong> up. I can\'t hear you.<br /><br />10.) Don\'t <strong>talk</strong> back to your teachers!</p>','','<p> </p>\r\n<p><strong>Say, Tell, Speak, Talk</strong></p>\r\n<p><a href=\"http://usefulenglish.ru/vocabulary/synonyms-exercise-two\" target=\"_blank\">http://usefulenglish.ru/vocabulary/synonyms-exercise-two</a></p>','2016-01-20 16:47:54'),(691,24,'sentence',1,'<p>1. It goes without <strong>saying</strong> that we will pay for the expenses.<br /><br />2. It\'s no use expecting me to <strong>speak</strong> because I promised I\'d keep the secret.<br /><br />3. Let\'s <strong>say</strong> he offers the job to you. Would you accept it?<br /><br />4. Don\'t <strong>tell</strong> anyone. We don\'t want the neighbours to start talking.<br /><br />5. Pull yourself together and stop <strong>talking</strong> nonsense.<br /><br />6. I don\'t know how we will communicate. I don\'t <strong>speak</strong> a word of Chinese.<br /><br />7. She always <strong>says</strong> her prayers before lunch.<br /><br />8. Let\'s invite Maggie as well. Otherwise I know you\'ll spend the whole evening <strong>talking</strong> football.<br /><br />9. He is never afraid of <strong>speaking</strong> his mind.<br /><br />10. He was punished for <strong>saying</strong> some naughty words.<br /><br />11. What would you <strong>say</strong> to a week in the Bahamas?<br /><br />12. Let\'s hope you are right. Time will <strong>tell</strong>.<br /><br />13. We\'ve all <strong>told</strong> him to stop smoking.<br /><br />14. Did the children <strong>say</strong> Goodbye to you?<br /><br />15. <strong>Tell</strong> us why you\'re late.<br /><br />16. She still hasn\'t <strong>told</strong> her parents she was engaged.<br /><br />17. Everyone <strong>says</strong> he is strange, but I can tell it\'s not true.<br /><br />18. We were <strong>told</strong> to come early.<br /><br />19. \'Help\', he <strong>said</strong>, \'I\'m drowning!\'<br /><br />20. When I was young, children used to <strong>tell</strong> the truth to their parents.</p>','','<p><a href=\"http://www.tolearnenglish.com/cgi2/myexam/voir2r.php?id=109\" target=\"_blank\">http://www.tolearnenglish.com/cgi2/myexam/voir2r.php?id=109</a></p>','2016-02-02 08:28:40'),(692,24,'sentence',1,'<p>1. I didn\'t hear you. What did you <strong>say</strong>?<br /><br />2. George and I <strong>talked</strong> for three hours.<br /><br />3. I\'m going to <strong>talk </strong>/ <strong>speak</strong> to him about this.<br /><br />4. I\'m going to <strong>tell</strong> him the truth.<br /><br />5. She always knows the right thing to <strong>say</strong>.<br /><br />6. Don\'t <strong>speak</strong> to your grandfather in that tone!<br /><br />7. I <strong>told</strong> her that I loved her.<br /><br />8. She and I <strong>talked</strong> all night.<br /><br />9. Hi, this is Robert. We <strong>spoke</strong> on the phone last Tuesday.<br /><br />10. <strong>Speak</strong> up! I can\'t hear you!</p>','','<p><a href=\"http://www.learnenglishfeelgood.com/vocabulary/esl-tell-speak-say-talk1.html\" target=\"_blank\">http://www.learnenglishfeelgood.com/vocabulary/esl-tell-speak-say-talk1.html</a></p>','2016-02-02 08:52:21'),(693,24,'sentence',1,'<p>1. We weren\'t <strong>told </strong>about these new requirements.<br /><br />2. You\'ll have to <strong>speak</strong> to my manager about that.<br /><br />3. No, that\'s not what I <strong>said</strong> to him.<br /><br />4. Let\'s <strong>talk</strong> over lunch.<br /><br />5. Some of the things he <strong>said</strong> worry me.<br /><br />6. You should <strong>tell</strong> her that we\'re going to be late.<br /><br />7. Do you <strong>speak</strong> English?<br /><br />8. I don\'t know what to <strong>say</strong> to you.<br /><br />9. He has been <strong>telling</strong> lies to everyone.<br /><br />10. Let\'s <strong>talk</strong> sports.</p>','','<p><a href=\"http://www.learnenglishfeelgood.com/vocabulary/esl-tell-speak-say-talk2.html\" target=\"_blank\">http://www.learnenglishfeelgood.com/vocabulary/esl-tell-speak-say-talk2.html</a></p>','2016-02-03 06:56:09'),(694,24,'sentence',1,'<p>1. How many languages can you <strong>speak</strong>?<br /><br />2. Most children learn to <strong>tell</strong> the time by the time they are five.<br /><br />3. When you see your mother, <strong>say</strong> hello to her from me.<br /><br />4. Who were you <strong>speaking </strong>to on the phone a minute ago? Was it a customer?<br /><br />5. I can never hear what Miriam <strong>says</strong>. Her voice is so quiet.<br /><br />6. Please, <strong>tell</strong> us a joke. You know so many.<br /><br />7. Never lie. You must always <strong>tell</strong> the truth.<br /><br />8. Could you <strong>tell</strong> me where I can find a bank near here?<br /><br />9. It\'s difficult to <strong>tell </strong>how old this building is. There have been so many changes.<br /><br />10. If you have a problem, please just <strong>tell</strong> me about it and I promise I\'ll try and help.<br /><br />11. They left without <strong>saying </strong>anything to anybody. I never managed to say goodbye.<br /><br />12. This week a police officer came to our school to give us a <strong>talk </strong>about preventing crime.</p>','','<p><a href=\"http://www.ihbristol.com/free-english-exercises/test/esol-smc-say-speak-talk-and-tell/\" target=\"_blank\">http://www.ihbristol.com/free-english-exercises/test/esol-smc-say-speak-talk-and-tell/</a></p>','2016-02-03 07:16:36'),(695,26,'word',1,'<p>to gulp air</p>','<p>levegőt venni</p>','','2016-02-04 18:47:38'),(696,26,'word',1,'<p>shallows</p>','<p>oceánok mélyén</p>','','2016-02-04 18:48:42'),(697,26,'word',1,'<p>wilderness</p>','<p>vadon</p>','','2016-02-04 18:49:21'),(698,26,'word',1,'<p>howling</p>','<p>ordító</p>','','2016-02-04 18:49:54'),(699,26,'word',1,'<p>whimper</p>','<p>nyafogás</p>','','2016-02-04 18:50:41'),(700,26,'word',1,'<p>whine</p>','<p>nyafog</p>','','2016-02-04 18:51:19'),(701,26,'word',1,'<p>growl</p>','<p>morog</p>','','2016-02-04 18:51:52'),(702,26,'word',1,'<p>bark, yelp</p>','<p>ugat</p>','','2016-02-04 18:52:26'),(703,26,'word',1,'<p>snarl</p>','<p>vicsorog</p>','','2016-02-04 18:52:49'),(704,26,'word',1,'<p>scents</p>','<p>illatok</p>','','2016-02-04 18:53:17'),(705,26,'word',1,'<p>paddles</p>','<p>evező (kajak)</p>','','2016-02-05 10:20:14'),(706,26,'word',1,'<p>rudder</p>','<p>oldalkormány (csónak, hajó...)</p>','','2016-02-04 18:55:10'),(707,26,'word',1,'<p>nest</p>','<p>fészek</p>','','2016-02-04 18:56:16'),(708,26,'sentence',1,'<p>1.) Fionna can cook really well, <strong>can\'t she</strong>? <strong>Yes, she can.</strong> I love going to dinner at her house!<br /><br />2.) You\'d like to see the play, <strong>wouldn\'t you</strong>? <strong>Yes, I would</strong>. I\'ve heard it\'s very good.<br /><br />3.) We could try it, <strong>couldn\'t we</strong>? <strong>Yes, we could</strong>. I think it would work.<br /><br />4.) You haven\'t been back to the office, <strong>have you</strong>? <strong>No I haven\'t</strong>. Why?<br /><br />5.) He won\'t do it, <strong>will he</strong>? <strong>No, he won\'t</strong> but perhaps Sylvie will.<br /><br />6.) They finished on time, <strong>didn\'t they</strong>? <strong>Yes, they did</strong>. Just!<br /><br />7.) Rick\'s also applied for the job, <strong>hasn\'t he</strong>? <strong>Yes, he has </strong>but I don\'t think he\'ll get it.<br /><br />8.) You shouldn\'t do that, <strong>should you</strong>? <strong>No, I shouldn\'t</strong> but I want to!<br /><br />9.) She doesn\'t have a car, <strong>does she</strong>? <strong>No, she doesn\'t</strong> but I think she is getting one.<br /><strong> </strong></p>','','<p><strong>Complete the questions and answers</strong></p>\r\n<p><a href=\"http://www.englishgrammarsecrets.com/questionstags/exercise6.html\" target=\"_blank\">http://www.englishgrammarsecrets.com/questionstags/exercise6.html</a></p>','2016-02-05 09:39:16'),(711,27,'word',1,'<p>violet</p>','<p>ibolya</p>','','2016-02-10 15:30:53'),(712,27,'word',1,'<p>daisy</p>','<p>margaréta</p>','','2016-02-10 15:31:22'),(713,27,'word',1,'<p>poplar</p>','<p>nyárfa</p>','','2016-02-10 15:31:45'),(714,27,'word',1,'<p>chestnut</p>','<p>gesztenye</p>','','2016-02-10 15:32:32'),(715,27,'word',1,'<p>pine</p>','<p>fenyőfa</p>','','2016-02-10 15:32:52'),(716,27,'word',1,'<p>beech</p>','<p>bükkfa</p>','','2016-02-10 15:33:15'),(717,27,'word',1,'<p>oak</p>','<p>tölgyfa</p>','','2016-02-10 15:33:31'),(718,27,'word',1,'<p>carnation</p>','<p>szegfű</p>','','2016-02-10 15:33:55'),(719,27,'word',1,'<p>daffodil</p>','<p>nárcisz</p>','','2016-02-10 15:34:16'),(720,27,'word',1,'<p>birch</p>','<p>nyírfa</p>','','2016-02-10 15:34:48'),(721,27,'word',1,'<p>mow</p>','<p>kaszál</p>','','2016-02-10 15:37:01'),(722,27,'word',1,'<p>hoe</p>','<p>kapál</p>','','2016-02-10 15:37:19'),(723,27,'word',1,'<p>sow</p>','<p>vet</p>','','2016-02-10 15:37:38'),(724,27,'word',1,'<p>lawn</p>','<p>gyep</p>','','2016-02-10 15:38:05'),(725,27,'word',1,'<p>bushes</p>','<p>bokrok</p>','','2016-02-10 15:38:25'),(726,27,'word',1,'<p>seedlings</p>','<p>palánta</p>','','2016-02-10 15:38:42'),(727,27,'word',1,'<p>seeds</p>','<p>magok</p>','','2016-02-10 15:38:58'),(728,27,'word',1,'<p>stem</p>','<p>szár</p>','','2016-02-10 15:39:37'),(729,28,'sentence',1,'<p>1. Jane is arriving <strong><span id=\"GapSpan0\" class=\"GapSpan\">on</span></strong> January 26 <strong><span id=\"GapSpan1\" class=\"GapSpan\">at</span></strong> 2 o\'clock <strong><span id=\"GapSpan2\" class=\"GapSpan\">in</span></strong> the afternoon.<br /><br />2. It snows here every year <strong><span id=\"GapSpan3\" class=\"GapSpan\">in</span></strong> December. We always go outside and play in the snow <strong><span id=\"GapSpan4\" class=\"GapSpan\">on</span></strong> Christmas day.<br /><br />3. Michael is leaving <strong><span id=\"GapSpan5\" class=\"GapSpan\">on</span></strong> Friday <strong><span id=\"GapSpan6\" class=\"GapSpan\">at</span></strong> noon.<br /><br />4. Frankie started working for her law firm <strong><span id=\"GapSpan7\" class=\"GapSpan\">in</span></strong> 1995. <br /><br />5. Franklin began working on the project <strong><span id=\"GapSpan8\" class=\"GapSpan\">NO PREP</span></strong> yesterday.<br /><br />6. Normally, <strong><span id=\"GapSpan9\" class=\"GapSpan\">on</span></strong> New Year\'s Eve, it\'s tradition to kiss the one you love <strong><span id=\"GapSpan10\" class=\"GapSpan\">at</span></strong> midnight.<br /><br />7 Don\'t be ridiculous; there were no telephones <strong><span id=\"GapSpan11\" class=\"GapSpan\">in</span></strong> the seventeenth century! The telephone was invented <strong><span id=\"GapSpan12\" class=\"GapSpan\">in</span></strong> the 1870s.<br /><br />8. The plane leaves <strong><span id=\"GapSpan13\" class=\"GapSpan\">NO PREP</span></strong> tomorrow morning <strong><span id=\"GapSpan14\" class=\"GapSpan\">at</span></strong> 8:00 AM.<br /><br />9. The hills here are covered with wildflowers <strong><span id=\"GapSpan15\" class=\"GapSpan\">in</span></strong> early spring.<br /><br />10. We met at the restaurant <strong><span id=\"GapSpan16\" class=\"GapSpan\">at</span></strong> 6:30 and stayed <strong><span id=\"GapSpan17\" class=\"GapSpan\">until</span></strong> 10:30.</p>','','<p><strong>Time prepositions</strong></p>\r\n<p><a href=\"http://www.englishpage.com/prepositions/time_prepositions_1.htm\" target=\"_blank\">http://www.englishpage.com/prepositions/time_prepositions_1.htm</a></p>','2016-02-13 07:44:12'),(730,28,'sentence',1,'<p>1. She always gets up early <strong><span id=\"GapSpan0\" class=\"GapSpan\">in</span></strong> the morning, so she can make it to class <strong><span id=\"GapSpan1\" class=\"GapSpan\">in</span></strong> time.<br /><br />2. I was sick, so I didn\'t go to work <strong><span id=\"GapSpan2\" class=\"GapSpan\">NO PREP</span></strong> last Thursday, but I did go to work <strong><span id=\"GapSpan3\" class=\"GapSpan\">on</span></strong> Friday.<br /><br />3. Mary stopped talking <strong><span id=\"GapSpan4\" class=\"GapSpan\">in</span></strong> the middle of her story, and suddenly started to cry. I think we were all crying <strong><span id=\"GapSpan5\" class=\"GapSpan\">by</span></strong> the time she finished telling us what had happened.<br /><br />4. Late <strong><span id=\"GapSpan6\" class=\"GapSpan\">at</span></strong> night, you can here coyotes howling in the distance.<br /><br />5. Just wait a second, I\'ll be there <strong><span id=\"GapSpan7\" class=\"GapSpan\">in</span></strong> a minute.<br /><br />6. I need to give my parents a call. I haven\'t talked to them <strong><span id=\"GapSpan8\" class=\"GapSpan\">for</span></strong> over a month.<br /><br />7. Barbara is going to start her new job <strong><span id=\"GapSpan9\" class=\"GapSpan\">NO PREP</span></strong> next September..<br /><br />8. The professor said <strong><span id=\"GapSpan10\" class=\"GapSpan\">on</span></strong> the first day of the course that there would be a big final test <strong><span id=\"GapSpan11\" class=\"GapSpan\">at</span></strong> the end of the semester.<br /><br />9. I have been sitting here <strong><span id=\"GapSpan12\" class=\"GapSpan\">for</span></strong> more than an hour. If they don\'t arrive <strong><span id=\"GapSpan13\" class=\"GapSpan\">in</span></strong> the next ten minutes, I\'m leaving.<br /><br />10. We were really worried <strong><span id=\"GapSpan14\" class=\"GapSpan\">at</span></strong> first because the banks were closed <strong><span id=\"GapSpan15\" class=\"GapSpan\">on</span></strong> Saturdays, so we couldn\'t exchange money. But <strong><span id=\"GapSpan16\" class=\"GapSpan\">in</span></strong> the end, everything worked out because we were able to exchange money at the hotel.</p>','','<p><strong>Time Prepositions</strong></p>\r\n<p><a href=\"http://www.englishpage.com/prepositions/time_prepositions_2.htm\" target=\"_blank\">http://www.englishpage.com/prepositions/time_prepositions_2.htm</a></p>','2016-02-13 07:52:59'),(731,28,'sentence',1,'<p>1. We have DSL Internet access <strong><span id=\"GapSpan0\" class=\"GapSpan\">at</span></strong> work, but I don\'t have a high-speed connection <strong><span id=\"GapSpan1\" class=\"GapSpan\">at</span></strong> home.<br /><br />2. The kids are learning about the Civil War <strong><span id=\"GapSpan2\" class=\"GapSpan\">in</span></strong> their history class <strong><span id=\"GapSpan3\" class=\"GapSpan\">at</span></strong> school.<br /><br />3. Toby was <strong><span id=\"GapSpan4\" class=\"GapSpan\">in</span></strong> the hospital for two weeks after his motorcycle accident <strong><span id=\"GapSpan5\" class=\"GapSpan\">on</span></strong> the freeway.<br /><br />4. Jane and Debbie saw dolphins <strong><span id=\"GapSpan6\" class=\"GapSpan\">in</span></strong> the ocean while they were having a picnic <strong><span id=\"GapSpan7\" class=\"GapSpan\">on</span></strong> the beach.<br /><br />5. Fred loves to go camping <strong><span id=\"GapSpan8\" class=\"GapSpan\">in</span></strong> the desert, but Kyle prefers to camp <strong><span id=\"GapSpan9\" class=\"GapSpan\">in</span></strong> the mountains.<br /><br />6. The conference was held <strong><span id=\"GapSpan10\" class=\"GapSpan\">at</span></strong> a ski resort <strong><span id=\"GapSpan11\" class=\"GapSpan\">in</span></strong> Telluride, a small town <strong><span id=\"GapSpan12\" class=\"GapSpan\">in</span></strong> southwest Colorado.<br /><br />7. You can buy stamps <strong><span id=\"GapSpan13\" class=\"GapSpan\">in</span></strong> the post office <strong><span id=\"GapSpan14\" class=\"GapSpan\">on</span></strong> Delancy Street.<br /><br />8. The old man who was standing <strong><span id=\"GapSpan15\" class=\"GapSpan\">at</span></strong> the corner yelled at the kids who were playing <strong><span id=\"GapSpan16\" class=\"GapSpan\">in</span></strong> the street.<br /><br />9. While they were hiking <strong><span id=\"GapSpan17\" class=\"GapSpan\">on</span></strong> Ridgeback Mountain, Laurelle and Frank saw a bear <strong><span id=\"GapSpan18\" class=\"GapSpan\">in</span></strong> the woods.<br /><br />10. They have a small house <strong><span id=\"GapSpan19\" class=\"GapSpan\">on</span></strong> a lake in the countryside. When I visit them, I always love to sit <strong><span id=\"GapSpan20\" class=\"GapSpan\">on</span></strong> the shore and watch the kids swimming <strong><span id=\"GapSpan21\" class=\"GapSpan\">in</span></strong> the lake.</p>','','<p><strong>LOCATION PREPOSITIONS</strong></p>\r\n<p><a href=\"http://www.englishpage.com/prepositions/location_prepositions_1.htm\" target=\"_blank\">http://www.englishpage.com/prepositions/location_prepositions_1.htm</a></p>','2016-02-13 08:26:32'),(732,28,'sentence',1,'<p>1. You can buy your rail passes <strong><span id=\"GapSpan0\" class=\"GapSpan\">at</span></strong> the ticket counter <strong><span id=\"GapSpan1\" class=\"GapSpan\">in</span></strong> any train station <strong><span id=\"GapSpan2\" class=\"GapSpan\">in</span></strong> the country.<br /><br />2. The brown bears found <strong><span id=\"GapSpan3\" class=\"GapSpan\">on</span></strong> Kodiak Island are the largest <strong><span id=\"GapSpan4\" class=\"GapSpan\">in</span></strong> the world.<br /><br />3. There is no life <strong><span id=\"GapSpan5\" class=\"GapSpan\">on</span></strong> the moon, but there are many forms of life <strong><span id=\"GapSpan6\" class=\"GapSpan\">on</span></strong> the ocean floor.<br /><br />4. She bought her wedding dress <strong><span id=\"GapSpan7\" class=\"GapSpan\">in</span></strong> an exclusive shop <strong><span id=\"GapSpan8\" class=\"GapSpan\">on</span></strong> Fifth Avenue.<br /><br />5. Nathan was able to exchange money <strong><span id=\"GapSpan9\" class=\"GapSpan\">at</span></strong> the exchange counter <strong><span id=\"GapSpan10\" class=\"GapSpan\">in</span></strong> the airport.<br /><br />6. If you want anything to eat, there is a freshly baked chocolate cake <strong><span id=\"GapSpan11\" class=\"GapSpan\">on</span></strong> the table <strong><span id=\"GapSpan12\" class=\"GapSpan\">in</span></strong> the kitchen and plenty of food <strong><span id=\"GapSpan13\" class=\"GapSpan\">in</span></strong> the refrigerator. <br /><br />7. While Shirley was in Tacy\'s department store <strong><span id=\"GapSpan14\" class=\"GapSpan\">at</span></strong> the mall, she ran into Evan and Lea <strong><span id=\"GapSpan15\" class=\"GapSpan\">in</span></strong> the furniture department.<br /><br />8. While Dave was <strong><span id=\"GapSpan16\" class=\"GapSpan\">at</span></strong> the top of the Eiffel Tower, he could see several tourist boats <strong><span id=\"GapSpan17\" class=\"GapSpan\">on</span></strong> the Seine, the river that runs through Paris.<br /><br />9. I stood <strong><span id=\"GapSpan18\" class=\"GapSpan\">in</span></strong> line for thirty minutes <strong><span id=\"GapSpan19\" class=\"GapSpan\">at</span></strong> the ticket window <strong><span id=\"GapSpan20\" class=\"GapSpan\">in</span></strong> the movie theater to get tickets for the film.<br /><br />10. Mike was sitting <strong><span id=\"GapSpan21\" class=\"GapSpan\">at</span></strong> his desk <strong><span id=\"GapSpan22\" class=\"GapSpan\">in</span></strong> his office <strong><span id=\"GapSpan23\" class=\"GapSpan\">at</span></strong> work when Bill called; Bill was <strong><span id=\"GapSpan24\" class=\"GapSpan\">in</span></strong> Asia on business.</p>','','<p><strong>LOCATION PREPOSITIONS</strong></p>\r\n<p><a href=\"http://www.englishpage.com/prepositions/location_prepositions_2.htm\" target=\"_blank\">http://www.englishpage.com/prepositions/location_prepositions_2.htm</a></p>','2016-02-13 08:43:32'),(733,29,'sentence',1,'<p>1.) Fossil fuels pollute the air.</p>\r\n<p><strong>Solutions</strong></p>\r\n<p>We can ride our bicycles.<br />We can fly less; go on holiday to nearer places.<br />We should use public transport.</p>\r\n<p>2.) Power stations pollute the air.</p>\r\n<p><strong>Solutions<br /><br /></strong>We have to use wind and solar power.</p>\r\n<p>3.) We have less and less energy.</p>\r\n<p><strong>Solutions</strong><br /><br />We have to use wind and solar power.</p>\r\n<p>4.) We have to save the rainforests.</p>\r\n<p><strong>Solutions</strong><br /><br />We need to recycle paper.<br />We should buy unwrapped products.</p>\r\n<p>5.) We run out of raw material.</p>\r\n<p><strong>Solutions</strong><br /><br />We have to use wind and solar power.<br />We have to recycle glass, plastic and metal.<br />We can repair lots of things around us before throwing them away.</p>\r\n<p>6.) We have less and less fresh water.<br /><br /><strong>Solutions</strong><br /><br />We should repair dripping water taps and leaking toilets.<br />We have to use water carefully; save it whenever we can.</p>','','','2016-02-15 16:04:05'),(735,29,'sentence',1,'','','','2016-02-15 16:03:51'),(736,30,'word',1,'<p>coat hanger</p>','<p>fogas</p>','','2016-02-18 17:03:33'),(737,30,'word',1,'<p>aboriginal</p>','<p>őslakos</p>','','2016-02-18 17:08:08'),(738,30,'word',1,'<p>bark paintings</p>','<p>fába véset festmény</p>','','2016-02-18 17:10:35'),(739,30,'word',1,'<p>relic</p>','<p>ereklye, földi maradvány</p>','','2016-02-18 17:11:16'),(740,30,'word',1,'<p>pastime</p>','<p>időtöltés</p>','','2016-02-18 17:11:47'),(741,34,'sentence',1,'<p>There are some Hungarian habits that you might find strange at first. In Hungary, for example, Monday is the first day of the week.<br />Sunday is the last day. So we start our week with a workday not with a holiday, which is a pity</p>\r\n<p>In Hungary the date starts with the year, then comes the month and day. For example I was born in 1968 October 11.</p>\r\n<p>When we have to present ourselves in Hungary we should say our family name first than our Christian name.<br /><br />In Hungary we celebrate name days with our friends and family but our birthdays we are only celebrated by the family.<br /><br />In Hungary the day of the dead is 1 November when we are usually visiting those family members who passed away at the cemetery and we are commemorates about them.<br /><br />We are celebrating Mikulas on 5 December when the children have to put their boots in the window, and they got small presents like chocolates, fruits and so on.<br /><br />Yet on the other hand Christmas is celebrated on Christmas Eve when the people get presents from baby Jesus.<br /><br />In Hungary you can hear at noon the church bells in memory of Nandorfehervar victory over the Turkish army in 1456.<br /><br />In Hungary we have the following greeting rules Good morning is used until about 9 a.m, whilst Good night is used only when we are going to bed.<br /><br />In the case of two man meets each other they shaking hands of each other as a greeting.<br /><br />When you come to home of a person you have to take of your shoes at the doors of the homes, the guests gets slippers but in America it\'s rude to ask somebody to take off their shoes.<br /><br />In Hungary people usually inviting guests to they homes by phone or personally.<br />The hosts offer snacks and drinks to their guests, sometimes they are having a  big dinner. <br />The guests bring flowers and a bottle of drink.<br /><br />In Hungary it\'s possible to live without car, the largest cities have excellent public transport like buses, trams, subways.</p>','','','2016-03-06 10:27:50'),(742,34,'word',1,'<p>some</p>','<p>néhány, valami, kevés</p>','','2016-03-05 12:22:54'),(743,34,'word',1,'<p>any</p>','<p>valami, bármilyen, valamivel</p>','','2016-03-05 12:23:58'),(744,34,'word',1,'<p>none</p>','<p>egyik sem, semmi, senki, egyáltalán nem</p>','','2016-03-05 12:32:41'),(745,34,'word',1,'<p>stove</p>','<p>gáztűyhely</p>','','2016-03-05 12:58:51'),(746,34,'word',1,'<p>mud</p>','<p>sár, agyag</p>','','2016-03-05 12:59:08'),(747,34,'word',1,'<p>custom</p>','<p>szokás</p>','','2016-03-05 13:00:10'),(748,34,'word',1,'<p>stereotypes</p>','<p>sztereótípiák</p>','','2016-03-05 13:00:43'),(749,34,'word',1,'<p>prejudicies</p>','<p>előítéletek</p>','','2016-03-05 13:01:01'),(750,34,'word',1,'<p>loyal</p>','<p>hűséges</p>','','2016-03-05 13:01:19'),(751,34,'word',1,'<p>respect</p>','<p>tisztelet</p>','','2016-03-05 13:01:36'),(752,34,'word',1,'<p>beliefs</p>','<p>hit</p>','','2016-03-05 13:02:05'),(753,34,'word',1,'<p>tolerate</p>','<p>elvisel</p>','','2016-03-05 13:02:20'),(754,34,'word',1,'<p>racism</p>','<p>rasszizmus</p>','','2016-03-05 13:02:38'),(755,34,'word',1,'<p>treat</p>','<p>kezel</p>','','2016-03-05 13:02:58'),(756,34,'word',1,'<p>stand up for</p>','<p>kiáll valamiért</p>','','2016-03-05 13:03:18'),(757,37,'sentence',1,'<p>I can\'t believe I (get) <span id=\"GapSpan0\" class=\"GapSpan\">got</span> that apartment. I (submit) <span id=\"GapSpan1\" class=\"GapSpan\">submitted</span> my application last week, but I didn\'t think I had a chance of actually getting it. When I (show) <span id=\"GapSpan2\" class=\"GapSpan\">showed</span> up to take a look around, there were at least twenty other people who (arrive) <span id=\"GapSpan3\" class=\"GapSpan\">had arrived</span> before me. Most of them (fill, already) <span id=\"GapSpan4\" class=\"GapSpan\">had already filled</span> out their applications and were already leaving. The landlord said I could still apply, so I did.<br /> <br />I (try) <span id=\"GapSpan5\" class=\"GapSpan\">tried</span> to fill out the form, but I couldn\'t answer half of the questions. They (want) <span id=\"GapSpan6\" class=\"GapSpan\">wanted</span> me to include references, but I didn\'t want to list my previous landlord because I (have) <span id=\"GapSpan7\" class=\"GapSpan\">had had</span> some problems with him in the past and I knew he wouldn\'t recommend me. I (end) <span id=\"GapSpan8\" class=\"GapSpan\">ended</span> up listing my father as a reference.<br /><br />It was total luck that he (decide) <span id=\"GapSpan9\" class=\"GapSpan\">decided</span> to give me the apartment. It turns out that the landlord and my father (go) <span id=\"GapSpan10\" class=\"GapSpan\">went</span> to high school together. He decided that I could have the apartment before he (look) <span id=\"GapSpan11\" class=\"GapSpan\">looked</span> at my credit report. I really lucked out!</p>','','<p><a href=\"http://www.englishpage.com/verbpage/verbs11.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs11.htm</a></p>','2016-03-18 16:33:45'),(758,38,'sentence',1,'<p>1. When we arrived the film had started (start).<br />2. She had been working (work) in that company for twenty years when she was made redundant.<br />3. I felt il because I had drunk (drink) six cups of coffee.<br />4. I had been studying (study) all day, so I was tired.<br />5. How long had you been living (you/live) in London when your daughter was born?<br />6. When I arrived at the airport I realised I had forgotten (forget) my passport.<br />7. I had broken (break) my ankle, so I couldn\'t go skiing last year.<br />8. She had been studying (study) English for three years when she took the exam.<br />9. I had been runing (run), so I was hot and tired.<br />10. I didn\'t go to the class because I hadn\'t done (not / do) my homework.<br /><br /></p>','','<p><strong>Past Perfect / Past Perfect Continuous</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/support-files/past_perfect_or_past_perfect_continuous.pdf\" target=\"_blank\">http://www.perfect-english-grammar.com/support-files/past_perfect_or_past_perfect_continuous.pdf</a></p>','2016-03-19 05:41:12'),(759,38,'sentence',1,'<p>I\'m sorry I left without you last night, but I told you to meet me early because the show started at 8:00. I (try) <span id=\"GapSpan0\" class=\"GapSpan\">had been trying</span> to get tickets for that play for months, and I didn\'t want to miss it. By the time I finally left the coffee shop where we were supposed to meet, I (have) <span id=\"GapSpan1\" class=\"GapSpan\">had had</span> five cups of coffee and I (wait) <span id=\"GapSpan2\" class=\"GapSpan\">had been waiting</span> over an hour. I had to leave because I (arrange) <span id=\"GapSpan3\" class=\"GapSpan\">had arranged</span> to meet Kathy in front of the theater.<br /><br />When I arrived at the theater, Kathy (pick, already) <span id=\"GapSpan4\" class=\"GapSpan\">had already picked</span> up the tickets and she was waiting for us near the entrance. She was really angry because she (wait) <span id=\"GapSpan5\" class=\"GapSpan\">had been waiting</span> for more than half an hour. She said she (give, almost) <span id=\"GapSpan6\" class=\"GapSpan\">had almost given</span> up and (go) <span id=\"GapSpan7\" class=\"GapSpan\">had gone</span> into the theater without us. <br /><br />Kathy told me you (be) <span id=\"GapSpan8\" class=\"GapSpan\">had been</span> late several times in the past and that she would not make plans with you again in the future. She mentioned that she (miss) <span id=\"GapSpan9\" class=\"GapSpan\">had missed</span> several movies because of your late arrivals. I think you owe her an apology. And in the future, I suggest you be on time!</p>','','<p><strong>Past Perfect / Past Perfect Continuous</strong></p>\r\n<p><a href=\"http://www.englishpage.com/verbpage/verbs13.htm\" target=\"_blank\">http://www.englishpage.com/verbpage/verbs13.htm</a></p>','2016-03-19 05:44:19'),(760,38,'sentence',1,'<h4><strong>SPORT ACTIVITY IN NEXT MONTH</strong></h4>\r\n<p>Next month w\'re going to move a lot. On Monday afternoons I\'m going to play table tennis or pool with my dear friend Csabi. I\'m going to gym 3-4 times a week, after work. Occasionally I\'m going to gym on Saturdays too. On Sundays if the sun is shining we are going to play basketball in the schools yard, but if the weather is bad we will play at an indoor basketball court. Once or twice a week I\'m going to practice with my in-line blades before the sun goes down. On Saturday afternoons I\'m going to visit my parents on my bicycle. On Sundays when it\'s hot outside we\'re going to swim in my favorite beach at Hotel Perla which has sauna too.</p>','','','2016-03-20 09:42:33'),(761,39,'definition',0,'<p><strong>DEFINITION</strong></p>\r\n<p><a href=\"http://www.myenglishpages.com/site_php_files/grammar-lesson-many-much.php\" target=\"_blank\">http://www.myenglishpages.com/site_php_files/grammar-lesson-many-much.php</a></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/a-little-a-few.html\" target=\"_blank\">http://www.perfect-english-grammar.com/a-little-a-few.html</a></p>\r\n<p><a href=\"http://www.time4english.com/aamain/school/gram13b.asp\" target=\"_blank\">http://www.time4english.com/aamain/school/gram13b.asp</a></p>','','','2016-03-21 07:19:57'),(762,39,'sentence',1,'<p>1.) We have <strong>a lot of</strong> oranges.</p>\r\n<p>2.) We don\'t have <strong>many</strong> bananas, and we don\'t have <strong>much</strong> fruit juice.</p>\r\n<p>3.) Do you have any cereal? Sure, there\'s <strong>a lot</strong> in the kitchen.</p>\r\n<p>4.) How <strong>much</strong> is this? It\'s ten dollars.</p>\r\n<p>5.) How <strong>many</strong> do you want? Six, please.</p>\r\n<p>6.) He\'s very busy; he has <strong>a lot of</strong> work to do.</p>\r\n<p>7.) David has <strong>a lot of</strong> rice, but Tyler doesn\'t have <strong>much</strong>.</p>\r\n<p>8.) London has <strong>a lot of</strong> beautiful buildings.</p>\r\n<p>9.) They eat <strong>a lot of</strong> apples.</p>\r\n<p>10.) I wrote <strong>many</strong> poems.</p>\r\n<p>11.) I have got <strong>lots of</strong> money.</p>\r\n<p>12.) I visited <strong>many</strong> European cities.</p>\r\n<p>13.) Do you like soccer? Yes, <strong>a lot</strong>.</p>\r\n<p>14.) Were there <strong>many</strong> guests in the wedding? Yes, there were <strong>a lot</strong>.</p>\r\n<p>15.) Leila is popular. She\'s got <strong>a lot of</strong> friends. Nancy does not have <strong>many</strong>.</p>\r\n<p>16.) She hasn\'t got <strong>much</strong> patience.</p>','','<p><strong>MUCH, MANY, A LOT</strong></p>\r\n<p><a href=\"http://www.myenglishpages.com/site_php_files/grammar-exercise-many-lot.php\" target=\"_blank\">http://www.myenglishpages.com/site_php_files/grammar-exercise-many-lot.php</a></p>','2016-03-21 07:49:46'),(763,39,'sentence',1,'<p>1.) I have <strong>a little</strong> water left. There\'s enough to share.</p>\r\n<p>2.) I have <strong>a few</strong> good friends. I\'m not lonely.</p>\r\n<p>3.) He has <strong>little</strong> education. He can\'t read or write and he can hardly count.</p>\r\n<p>4.) There are <strong>few</strong> people she really trusts. It\'s a bit sad.</p>\r\n<p>5.) We\'ve got <strong>a little</strong> time at the weekend. Would you like to meet?</p>\r\n<p>6.) Julie gave us <strong>a few</strong> apples from her garden. Shall we share them?</p>\r\n<p>7.) She has <strong>little</strong> self-confidence. She has a lot of trouble talking to new people.</p>\r\n<p>8.) There are <strong>few</strong> women politicians in the UK. Many people think there should be more.</p>\r\n<p>9.) It\'s a great pity, but that hospital has <strong>little</strong> medicine. They can\'t help many people.</p>\r\n<p>10.) I\'ve got <strong>a few</strong> cakes to give away. Would you like one?</p>\r\n<p>11.) There\'s a <strong>little</strong> milk left in the fridge. It should be enough for our coffee.</p>\r\n<p>12.) <strong>Few</strong> children from this school go on to university, unfortunately.</p>\r\n<p>13.) Do you need information on English grammar? I have <strong>a few</strong> books on the topic if you would like to borrow them.</p>\r\n<p>14.) She\'s lucky. She has <strong>few</strong> problems.</p>\r\n<p>15.) London has <strong>little</strong> sunshine in the winter. That\'s why so many British people go on holiday to sunny places!</p>\r\n<p>16.) There\'s <strong>a little</strong> spaghetti left in the cupboard. Shall we eat it tonight?</p>\r\n<p>17.) There are <strong>few </strong>programmes on television that I want to watch I prefer to download a film or read a book.</p>\r\n<p>18.) He has <strong>little</strong> free time. He hardly ever even manages to call his mother!</p>\r\n<p>19.) Unfortunately, I have <strong>a few</strong> problems at the moment.</p>\r\n<p>20.) Are you thirsty? There\'s <strong>a little</strong> juice left in this bottle if you\'d like it.</p>','','<p><strong>FEW / A FEW / LITTLE / A LITTLE</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/a-little-a-few-exercise-1.html\" target=\"_blank\">http://www.perfect-english-grammar.com/a-little-a-few-exercise-1.html</a></p>','2016-03-21 08:41:13'),(764,40,'sentence',1,'<p>1) (she / pass the exam)? Has she passed the exam?</p>\r\n<p>2) (you / eat lunch yet)? Have you eaten lunch yet?</p>\r\n<p>3) (he / read the newspaper today)? Have he read the newspaper today?</p>\r\n<p>4) (you / not / study French for ten years) You haven\'t studied French for ten years.</p>\r\n<p>5) (they / be in London for six months) They\'ve been in London for six months.</p>\r\n<p>6) (where / you be)? Where have you been?</p>\r\n<p>7) (we / not / go to Paris) We haven\'t gone to Paris.</p>\r\n<p>8) (she / not see / \'The Lord Of The Rings) She hasn\'t seen \'The Lord Of The Rings\'.</p>\r\n<p>9) (he / not / meet my mother) He hasn\'t met my mother.</p>\r\n<p>10) (they / not / visit St. Paul\'s Cathedral yet) They haven\'t visited St. Paul\'s Cathedral yet.</p>','','<p><strong>PRESENT PERFECT MIXED</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/present-perfect-exercise-5.html\" target=\"_blank\">http://www.perfect-english-grammar.com/present-perfect-exercise-5.html</a></p>','2016-03-24 08:09:51'),(765,40,'word',1,'<p>twist</p>','<p>ficam</p>','','2016-03-26 10:40:06'),(766,40,'word',1,'<p>filling</p>','<p>fog tömés</p>','','2016-03-26 10:40:21'),(767,40,'word',1,'<p>blow one\'s nose</p>','<p>orrot fújni</p>','','2016-03-26 10:40:45'),(768,40,'word',1,'<p>plaster</p>','<p>sebtapasz</p>','','2016-03-26 10:41:01'),(769,40,'word',1,'<p>sneeze</p>','<p>tüszentés</p>','','2016-03-26 10:41:28'),(770,40,'word',1,'<p>sharp pain</p>','<p>éles fájdalom</p>','','2016-03-26 10:41:55'),(771,40,'word',1,'<p>diarrhoea</p>','<p>hasmenés</p>','','2016-03-26 10:42:09'),(772,40,'word',1,'<p>strain</p>','<p>húzódás</p>','','2016-03-26 10:51:35'),(773,40,'word',1,'<p>sprain</p>','<p>rándulás</p>','','2016-03-26 10:48:42'),(774,40,'word',1,'<p>sting</p>','<p>fullánk</p>','','2016-03-26 10:50:04'),(775,41,'sentence',1,'<p>1.) We <strong>went</strong> (go) to the theatre last week.</p>\r\n<p>2.) Yesterday I <strong>had</strong> (have) dinner with a friend.</p>\r\n<p>3.) I <strong>have never tasted</strong> (never taste) champagne.</p>\r\n<p>4.) When I <strong>was</strong> (be) a child, I <strong>loved</strong> (love) ice-skating.</p>\r\n<p>5.) I <strong>haven\'t had</strong> (not/have) any coffee today - I feel very sleepy!</p>\r\n<p>6.) I <strong>didn\'t drink</strong> (not/drink) any coffee yesterday.</p>\r\n<p>7.) I<strong>\'ve read</strong> (read) all his books - I think he\'s a wonderful writer.</p>\r\n<p>8.) What <strong>did you do</strong> (you/do) at the weekend?</p>\r\n<p>9.) I<strong>\'ve always loved</strong> (always/love) tea - I drink it every day.</p>\r\n<p>10.) What subject <strong>did she study</strong> (she/study) at university?</p>\r\n<p>11.) John <strong>has lost</strong> (lose) his buss - can he borrow some money?</p>\r\n<p>12.) How long <strong>have you known</strong> (you/know) Susie for?</p>\r\n<p>13.) He <strong>was</strong> (be) married for ten years but he got divorced.</p>\r\n<p>14.) Have <strong>you ever been</strong> (you/ever/go) to Central Park in New York?</p>\r\n<p>15.) How many books <strong>has she written</strong> (she/write) so far?</p>\r\n<p>16.) He <strong>washed</strong> (wash) the dishes, <strong>cleaned</strong> (clean) the living room, and <strong>cooked</strong> (cook) dinner last night.</p>\r\n<p>17.) My great-grandfather never <strong>left</strong> (leave) Scotland.</p>\r\n<p>18.) She <strong>came</strong> (come) to London in 1997.</p>\r\n<p>19.) She <strong>has never seen</strong> (never / see) snow before.</p>\r\n<p>20.) He <strong>has been</strong> (be) married for thirty-five years (and he\'s still married now).</p>','','<p><strong>Past Simple or Present Perfect</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/past-simple-present-perfect-3.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-present-perfect-3.html</a></p>','2016-03-28 08:27:48'),(776,41,'sentence',1,'<p>1.) I<strong>\'ve never been</strong> (never/go) to Vienna.</p>\r\n<p>2.) My great great grandfather <strong>had</strong> (have) five sisters.</p>\r\n<p>3.) He <strong>lived</strong> (live) in Manila for a year when he was a student.</p>\r\n<p>4.) Oh no! I<strong>\'ve lost</strong> (lose) my wallet!</p>\r\n<p>5.) <strong>Have you seen</strong> (you/see) Julie today?</p>\r\n<p>6.) At the weekend, they <strong>played</strong> (play) football, then they <strong>went</strong> (go) to a restaurant.</p>\r\n<p>7.) I<strong>\'ve read</strong> (read) six books this week.</p>\r\n<p>8.) Amy <strong>lived</strong> (live) in Portugal when she was young.</p>\r\n<p>9.) She <strong>visited</strong> (visit) her grandmother last month.</p>\r\n<p>10.) The Vandals <strong>invaded</strong> (invade) Rome in the year 455.</p>\r\n<p>11.) She <strong>has lived</strong> (live) in seven different countries, so she knows a lot about different cultures.</p>\r\n<p>12.) I <strong>went</strong> (go) to the cinema last night.</p>\r\n<p>13.) Ow! I<strong>\'ve cut</strong> (cut) my finger!</p>\r\n<p>14.) <strong>Have you seen</strong> (you/see) \"The King\'s Speech\"?</p>\r\n<p>15.) John <strong>has never understood</strong> (never/understand) the present perfect.</p>\r\n<p>16.) She <strong>broke</strong> (break) her leg the day before her exam.</p>\r\n<p>17.) We <strong>saw</strong> (see) Oliver yesterday.</p>\r\n<p>18.) He <strong>has been</strong> (be) here all morning.</p>\r\n<p>19.) King Henry the Eighth of England <strong>had</strong> (have) six wives.</p>','','<p><strong>Past Simple or Present Perfect</strong></p>\r\n<p><a href=\"http://www.perfect-english-grammar.com/past-simple-present-perfect-4.html\" target=\"_blank\">http://www.perfect-english-grammar.com/past-simple-present-perfect-4.html</a></p>','2016-03-30 15:58:39'),(777,41,'sentence',1,'<p><span [removed]>One morning Betty woke up feeling ill. She had a terrible headache and all her body hurt.</span><br /><span [removed]>She had breakfast then because the illness persisted she told her mum her problems so her mum decided to call the doctor\'s surgery, she made an appointment for the next day from 11 o\'clock. </span><br /><span [removed]>The doctor\'s cabinet is located at Clearmont Road 25 that is from ten minutes by walk from Betty\'s home. </span><br /><span [removed]>Betty with her mum arrived on time at the doctor\'s cabinet. </span><br /><span [removed]>Betty entered in to the cabinet and told the doctor about her illness. She told the doctor she was coughing and sneezing and she had a temperature for two days.</span><br /><span [removed]>The doctor examined her with stethoscope asked her to take a deep breath and let it out, he figured out that she doesn\'t have lung problems. He told Betty she just only caught a flu. The doctor prescribed her paracetamol and vitamins and gave her some instructions like to not go to school for 3 days, to stay in bed, take paracetamol and drink a lot of orange juice, a lot of tea. Betty and her mum thanked the doctor for his kind help, on their way home they picked up the medicines from the first pharmacy. They arrived home Betty took a hot shower and went to bed while her mum went to the market to buy some healthy fruits. After two days of staying in bed Betty was feeling better she was getting bored by staying at home so she was going for a walk in the park. After three days she recovered at all and she went to school again.</span></p>','','','2016-03-30 16:35:00'),(778,41,'sentence',1,'<p>1. call the doctor\'s surgery<br />2. make an appointment<br />3. see the doctor<br />4. tell about your problem<br />5. get examined by the doctor<br />6. listen to the doctor\'s instructions<br />7. get the prescription<br />8. go to the pharmacy<br />9. take your medicine</p>','','','2016-03-30 14:16:18'),(779,42,'sentence',1,'<p><span>1. I haven\'t been to Italy </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> July 2005.</span><br /><br /><span>2. She has lived in Paris </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> January.</span><br /><br /><span>3. Jim has studied </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> three hours. Now he is tired.</span><br /><br /><span>4. My friend has been ill </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> a long time.</span><br /><br /><span>5. It has been raining </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> more than four days.</span><br /><br /><span>6. I haven\'t seen him </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> Eastern.</span><br /><br /><span>7. He hasn\'t had a holiday </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> last summer.</span><br /><br /><span>8. He hasn\'t done any work </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> a month.</span><br /><br /><span>9. We have had this car </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> 1998.</span><br /><br /><span>10. We have been here </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> two hours.</span><br /><br /><span>11. She hasn\'t written </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> Christmas.</span><br /><br /><span>12. Carol hasn\'t eaten meat </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> ages.</span><br /><br /><span>13. We have been working in his office </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> three years.</span><br /><br /><span>14. It has been snowing </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> yesterday morning.</span><br /><br /><span>15. I haven\'t spoken to her </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> our quarrel.</span></p>','','<p><strong>FOR OR SINCE</strong></p>\r\n<p><a href=\"http://www.english-4u.de/for_since_ex1.htm\" target=\"_blank\">http://www.english-4u.de/for_since_ex1.htm</a></p>','2016-03-31 11:21:42'),(780,42,'sentence',1,'<p><span>1. Nobody has seen him </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> last Friday.</span><br /><br /><span>2. It has been foggy </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> some days.</span><br /><br /><span>3. He has been fishing </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> six o\'clock.</span><br /><br /><span>4. They\'ve been living in France </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> eight years.</span><br /><br /><span>5. The pilots have been on strike </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> two months.</span><br /><br /><span>6. We\'ve had terrible weather </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> Saturday.</span><br /><br /><span>7. I\'ve known Tom </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> 1990.</span><br /><br /><span>8. We have been waiting for the bus </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> half an hour.</span><br /><br /><span>9. She hasn\'t lost a match </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> April.</span><br /><br /><span>10. Things have changed </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> she\'s become headmaster.</span><br /><br /><span>11. The police have been looking for him </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> a month.</span><br /><br /><span>12. Our dog has been ill </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> two days.</span><br /><br /><span>13. I\'ve been looking for this book </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> a long time.</span><br /><br /><span>14. I\'ve been working </span><strong><span class=\"CorrectAnswer\">since</span></strong><span> I got up.</span><br /><br /><span>15. The kettle has been boiling </span><strong><span class=\"CorrectAnswer\">for</span></strong><span> ten minutes.</span></p>','','<p><strong>FOR OR SINCE</strong></p>\r\n<p><a href=\"http://www.english-4u.de/for_since_ex2.htm\" target=\"_blank\">http://www.english-4u.de/for_since_ex2.htm</a></p>','2016-03-31 11:24:13'),(781,42,'sentence',0,'<p><span>1.) We have lived in California <strong>since</strong> 1994.</span></p>\r\n<p><span>2.) <span>Tina has been married <strong>for</strong> three years.</span></span></p>\r\n<p><span><span>3.) <span>I have worked here <strong>for</strong> a long time.</span></span></span></p>\r\n<p><span><span><span>4.) <span>Robert hasn\'t smoked <strong>since</strong> his birthday.</span></span></span></span></p>\r\n<p><span><span><span><span>5.) <strong>Since </strong><span>1998, Arthur Holt has been the president of our club.</span></span></span></span></span></p>\r\n<p><span><span><span><span>6.) <span>They have studied Spanish <strong>for</strong> six weeks.</span></span></span></span></span></p>\r\n<p><span><span><span><span><span>7.) <span>Nobody has seen Peter <strong>since </strong>Christmas.</span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span>8.) <span>Paula has worked here <strong>since</strong> March 2000.</span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span>9.) <strong>For</strong> three days, George has been telling the same old jokes.</span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span>10.) John has lived here <strong>since</strong> his divorce.</span></span></span></span></span></span></span></p>','','<p><strong>For and Since</strong></p>\r\n<p><a href=\"http://www.englishexercises.net/yyforsince.html\" target=\"_blank\">http://www.englishexercises.net/yyforsince.html</a></p>','2016-03-31 11:34:29'),(782,42,'sentence',1,'<ol class=\"tasks\">\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">since</span></strong> Easter</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">for</span></strong> two weeks</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">since</span></strong> my birthday</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">since</span></strong> last summer</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">since</span></strong> 1999</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">for</span></strong> ten days</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">for</span></strong> a few minutes</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">since</span></strong> 1st April</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">for</span></strong> a long time</p>\r\n</div>\r\n</li>\r\n<li class=\"correct\">\r\n<div class=\"exercise__answer\">\r\n<p><strong><span class=\"correct-input\">since</span></strong> 6 o\'clock</p>\r\n</div>\r\n</li>\r\n</ol>','','<p><strong>FOR / SINCE</strong></p>\r\n<p><a href=\"http://www.englisch-hilfen.de/en/exercises/confusing_words/since_for.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/confusing_words/since_for.htm</a></p>','2016-03-31 11:36:09'),(783,42,'sentence',0,'<p>I Since / For</p>\r\n<p>1.) <strong>for</strong> a very long time.</p>\r\n<p>2.) <strong>since</strong> I left school.</p>\r\n<p>3.) <strong>for</strong> 10 years.</p>\r\n<p>4.) <strong>since</strong> it started to rain.</p>\r\n<p>5.) <strong>for</strong> three weeks.</p>\r\n<p>6.) <strong>since</strong> September.</p>\r\n<p>7.) <strong>since</strong> I came to London.</p>\r\n<p>8.) <strong>for</strong> half an hour.</p>\r\n<p>9.) <strong>since</strong> my birthday.</p>\r\n<p>10.) <strong>for</strong> six months.</p>\r\n<p>II Since / For</p>\r\n<p>1.) I have been a teacher <strong>for</strong> 30 years.</p>\r\n<p>2.)<span> Bob has worked in that import export company <strong>since</strong> he was thirty.</span></p>\r\n<p><span>3.) <span>I have studied English <strong>for</strong> four years.</span></span></p>\r\n<p><span><span>4.) <span>Jenny has eaten  five hamburgers <strong>since</strong> 7pm.</span></span></span></p>\r\n<p><span><span><span>5.) <span>My parents have been married <strong>for</strong> twenty years.</span></span></span></span></p>\r\n<p><span><span><span><span>6.) <span>I have known my best friend <strong>since</strong> <span>I met him at high school.</span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span>7.) <span>They have travelled in the USA <strong>for</strong> one month.</span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span>8.) <span>The boys have played tennis <strong>for</strong> two hours.</span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span><span>9.) <span>Kevin has been in Greece <strong>since</strong> July.</span></span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span><span><span>10.) <span>My  brother has  drunk beer <strong>for</strong> two hours.</span></span></span></span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span><span><span><span>11.) <span>I haven\'t eaten anything <strong>since</strong> lunch.</span></span></span></span></span></span></span></span></span></span></span></p>','','<p><strong>FOR / SINCE</strong></p>\r\n<p><a href=\"http://www.englishexercises.org/makeagame/viewgame.asp?id=5876\" target=\"_blank\">http://www.englishexercises.org/makeagame/viewgame.asp?id=5876</a></p>','2016-03-31 12:09:51'),(784,42,'sentence',1,'<p>1. They have been living in Madrid <strong>since</strong> 1972.</p>\r\n<p>2. He has been in prison <strong>for</strong> four years.</p>\r\n<p>3. He has known about the fact <strong>for</strong> a long time.</p>\r\n<p>4. Conditions have changed a lot <strong>since</strong> we were children.</p>\r\n<p>5. Our teacher has been very ill <strong>since</strong> the last month.</p>\r\n<p>6. I haven\'t eaten anything <strong>for</strong> twenty-four hours.</p>\r\n<p>7. In fact he is always very rude. We have been waiting for him <strong>for</strong> half an hour.</p>\r\n<p>8. I haven\'t seen him for three years. It is because I haven\'t been there <strong>since</strong> I left school.</p>\r\n<p>9. I have been trying to mend this old fashioned car <strong>for</strong> hours.</p>\r\n<p>10. One of my friends has been teaching in Tokyo <strong>for</strong> three years. I haven\'t met him since last year.</p>\r\n<p>11. I haven\'t enjoyed myself <strong>for</strong> two weeks since I heard that my final exam grades were low.</p>\r\n<p>12. I know that you have never seen a lion <strong>since</strong> you were born. Then now I say that we can go to the zoo and see one.</p>\r\n<p>13. The police have been looking for him for two weeks <strong>since</strong> he escaped from the prison.</p>\r\n<p>14. He hasn\'t spoken to me even a word <strong>since</strong> the last meeting.</p>\r\n<p>15. I haven\'t phoned him <strong>for</strong> a week.</p>\r\n<p>16. He has been the principal of our high school <strong>since</strong> 1988.</p>\r\n<p>17. Dean has been learning Japanese <strong>for</strong> two years.</p>','','<p><strong>Since / For</strong></p>\r\n<p><a href=\"http://www.grammarbank.com/since-vs-for-exercises.html\" target=\"_blank\">http://www.grammarbank.com/since-vs-for-exercises.html</a></p>','2016-03-31 12:14:35'),(785,43,'sentence',1,'<p><span>1. This is a terrible film Tony! When <strong>does it finish</strong> (finish) ?</span></p>\r\n<p><span>2. She <strong>isn\'t seeing</strong> (not see) <span>Tim tonight or ever again. They broke up last week.</span></span></p>\r\n<p><span><span>3. The library <strong>closes</strong> (close) in five minutes and I have four books to return before they fine me!</span></span></p>\r\n<p><span><span>4. <span>After this lesson, I <strong>am seeing</strong> (see) a friend at McDonald\'s for a burger and a chat.</span></span></span></p>\r\n<p><span><span><span>5. <strong>Are you using</strong> (use) your motorbike tonight? I want to borrow it.</span></span></span></p>\r\n<p><span><span><span>6.<span> I\'m going to be late! What time <strong>does this train arrive</strong> (this train/arrive) in Chicago?</span></span></span></span></p>\r\n<p><span><span><span><span>7.<span> We are all very excited about going away tomorrow. The taxi <strong>arrives</strong> (arrive) at 7am to take us to the airport.</span></span></span></span></span></p>\r\n<p><span><span><span><span><span>8. And the plane <strong>leaves</strong> (leave) at 10am.</span></span></span></span></span></p>\r\n<p><span><span><span><span><span>9. <span>I can\'t see you tonight Jan. I <strong>am going</strong> (go) to the theatre with Mike.</span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span>10. And the play <strong>finishes</strong> (finish) very late. Sorry!</span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span>11. <span>Go to the supermarket and buy that special shampoo for the dog. I <strong>am giving</strong> (give) him a bath tonight.</span></span></span></span></span></span></span></p>\r\n<p><span><span><span><span><span><span><span>12. I want <span>to go and see a Rembrandt exhibition at the National and Portrait Gallery. It <strong>starts</strong> (start) tomorrow morning.</span></span></span></span></span></span></span></span></p>','','<p><strong>Present Simple and Continuous for Future</strong></p>\r\n<p><a href=\"http://www.esl-lounge.com/student/grammar/2g21-present-continuous-simple-for-future.php\" target=\"_blank\">http://www.esl-lounge.com/student/grammar/2g21-present-continuous-simple-for-future.php</a></p>','2016-04-04 05:37:22'),(786,43,'sentence',1,'<p>1. The train <strong>arrives</strong> at 9 at night. (arrive)</p>\r\n<p>2. Giovanni <strong>is coming</strong> to spend the weekend with us. (come)</p>\r\n<p>3. What time <strong>are</strong> you <strong>going</strong> to the doctor\'s on Wenesday? (go)</p>\r\n<p>4. What time <strong>does</strong> the film <strong>start</strong>? (start)</p>\r\n<p>5. <strong>Does</strong> the concert <strong>begin</strong> at 7 or 8? (begin)</p>\r\n<p>6. We <strong>are having</strong> a dinner party on Friday and you\'re inivted. (have)</p>\r\n<p>7. Most shops in Spain <strong>don\'t open </strong>until 10 am. (open)</p>\r\n<p>8. What time <strong>does</strong> the corner shop <strong>shut</strong>? (shut)</p>\r\n<p>9. Where <strong>are</strong> you <strong>staying</strong> in Bangkok? (stay)</p>\r\n<p>10. My tai chi classes <strong>start</strong> next week. (start)</p>\r\n<p>11. Our flight <strong>lands</strong> in London at 4 o\'clock in the afternoon. (land)</p>\r\n<p>12. Everything\'s arranged. We <strong>are moving</strong> house this Saturday. (move)</p>\r\n<p>13. We <strong>are meeting</strong> at Lilith\'s Cafe this afternoon at four. (meet)</p>\r\n<p>14. I\'m sorry. I can\'t meet up this weekend. We <strong>are going</strong> to Wales. (go)</p>\r\n<p>15. Our ferry <strong>departs </strong>for Ibiza at 6 tomorrow morning. (depart)</p>','','<p><strong>Present Simple and Continuous with a Future Meaning</strong></p>\r\n<p><a href=\"http://www.autoenglish.org/tenses/futurepresentcontinuous.pdf\" target=\"_blank\">http://www.autoenglish.org/tenses/futurepresentcontinuous.pdf</a></p>','2016-04-04 05:51:07'),(787,43,'sentence',1,'<p>1.</p>\r\n<p>a.) What time <strong>does the train to Oxford leave </strong>(the train to Oxford/leave)?</p>\r\n<p>b.) The film <strong>starts</strong> at quarter to nine. (start)</p>\r\n<p>c.) We <strong>have</strong> art at 11:00</p>\r\n<p>d.) When <strong>does the documentary finish</strong> (the documentary/finish)?</p>\r\n<p>e.) The documentary <strong>finishes</strong> at half past nine.</p>\r\n<p>f.) What time <strong>do we have the geography test</strong> (we/have/the geography test)?</p>\r\n<p>2.</p>\r\n<p>a.) What <strong>are you doing</strong> (do) tomorrow afternoon? I<strong>\'m visiting</strong> (visit) my aunt.</p>\r\n<p>b.) We aren\'t going (not/go) to the shopping centre on Saturday, we <strong>are playing</strong> (play) tennis instead.</p>\r\n<p>c.) Where <strong>is Jane going </strong>(Jane/go) on Saturday evening? She <strong>isn\'t going </strong>(not/go) anywhere. She<strong>\'s studying </strong>(study) for an exam.</p>\r\n<p>d.) What <strong>are Tom and James doing</strong> (do) this afternoon? They <strong>are taking</strong> (take) their driving test.</p>\r\n<p>e.) How is Alex <strong>travelling</strong> (travel) to England next week? He<strong>\'s travelling</strong> (travel) by plane, of course!</p>\r\n<p>f.) What <strong>is mum cooking</strong> (cook) for our birthday tomorrow? She<strong>\'s cooking</strong> (cook) a delicious chocolate and cream cake.</p>\r\n<p>3.</p>\r\n<p>a.) Anna <strong>is reading</strong> her new books this evening.</p>\r\n<p>b.) My father <strong>is doing the shopping</strong> after work this afternoon.</p>\r\n<p>c.) The plane <strong>lands</strong> in New York at quarter to nine.</p>\r\n<p>d.) I <strong>am recording</strong> tonight\'s parade with my new camcorder.</p>\r\n<p>e.) What time <strong>does the history exam start</strong> tomorrow?</p>\r\n<p>f.) Tom and I <strong>aren\'t going</strong> to the cinema tonight. We\'ve already seen the most interesting films.</p>\r\n<p>4.</p>\r\n<p>a.) Tomorrow morning Anne and Tom <strong>are going to Liverpool</strong> to visit their grandparents.</p>\r\n<p>b.) I think tonight\'s film <strong>start at 9:00 on channel 4</strong>.</p>\r\n<p>c.) Our students <strong>are taking a very difficult English test next week</strong>.</p>\r\n<p>d.) I\'m so bored! What time <strong>does this lesson finish</strong>?</p>\r\n<p>e.) My sister <strong>is travelling to London tomorrow morning</strong>.</p>','','<p><strong>Present with Future Meaning</strong></p>\r\n<p><a href=\"http://www.englishexercises.org/makeagame/viewgame.asp?id=7688#a\" target=\"_blank\">http://www.englishexercises.org/makeagame/viewgame.asp?id=7688#a</a></p>','2016-04-04 16:08:42'),(788,45,'sentence',1,'<p><strong>EXERCISES WILL AND SHALL</strong></p>\r\n<p>1.) <a href=\"http://www.englishgrammar.org/exercise-6/\" target=\"_blank\">http://www.englishgrammar.org/exercise-6/</a></p>\r\n<p>2.) <a href=\"http://www.tolearnenglish.com/exercises/exercise-english-2/exercise-english-96373.php\" target=\"_blank\">http://www.tolearnenglish.com/exercises/exercise-english-2/exercise-english-96373.php</a></p>\r\n<p>3.) <a href=\"http://www.1-language.com/englishcoursenew/unit29_grammar_exs.htm\" target=\"_blank\"> http://www.1-language.com/englishcoursenew/unit29_grammar_exs.htm</a></p>\r\n<p>4.) <a href=\"http://www.1-language.com/englishcoursenew/unit29_grammar_exs2.htm\" target=\"_blank\">http://www.1-language.com/englishcoursenew/unit29_grammar_exs2.htm</a></p>','','','2016-04-13 14:13:55'),(790,46,'sentence',1,'<p><strong>Exercises</strong></p>\r\n<ol>\r\n<li><a href=\"http://www.ecenglish.com/learnenglish/lessons/can-could-be-able\" target=\"_blank\">http://www.ecenglish.com/learnenglish/lessons/can-could-be-able</a></li>\r\n<li><a href=\"http://www.autoenglish.org/gr.can.i.htm\" target=\"_blank\">http://www.autoenglish.org/gr.can.i.htm</a></li>\r\n<li><a href=\"http://www.tolearnenglish.com/exercises/exercise-english-2/exercise-english-19600.php\" target=\"_blank\">http://www.tolearnenglish.com/exercises/exercise-english-2/exercise-english-19600.php</a></li>\r\n<li><a href=\"http://www.englisch-hilfen.de/en/exercises/modals/can.htm\" target=\"_blank\">http://www.englisch-hilfen.de/en/exercises/modals/can.htm</a></li>\r\n<li><a href=\"https://www.englishclub.com/grammar/verbs-modals_can_quiz.htm\" target=\"_blank\">https://www.englishclub.com/grammar/verbs-modals_can_quiz.htm</a></li>\r\n</ol>','','','2016-04-20 14:12:52'),(791,46,'sentence',1,'<p>1.) <strong>Could</strong> you hear the fireworks from your house last night?</p>\r\n<p>2.) Do you think you <strong>will be able to</strong> write that report by Tuesday? I know you\'re very busy.</p>\r\n<p>3.) I <strong>can</strong> touch my toes. See!</p>\r\n<p>4.) I <strong>couldn\'t</strong> spend another moment in that restaurant. It was too noisy.</p>\r\n<p>5.) I <strong>can</strong> never seem to get the temperature right.</p>\r\n<p>6.) <strong>To be able to</strong> play professional tennis, you must be extremely fit.</p>\r\n<p>7.) <strong>Can</strong> you play an instrument?</p>\r\n<p>8.) I\'m afraid I <strong>won\'t be able to</strong> attend the meeting, I\'m on business in Japan.</p>\r\n<p>9.) <strong>Couldn\'t</strong> you have brought it to me at work?</p>\r\n<p>10.) They <strong>were able to</strong> save the men from the sinking ship.</p>\r\n<p> </p>','','<p><strong>CAN, COULD, BE ABLE TO</strong></p>\r\n<p><a href=\"http://www.ecenglish.com/learnenglish/lessons/can-could-be-able\" target=\"_blank\">http://www.ecenglish.com/learnenglish/lessons/can-could-be-able</a></p>','2016-04-19 11:00:30'),(792,46,'sentence',1,'<p>1.) Do you think we <strong>can</strong> park over here?</p>\r\n<p>2.) He <strong>won\'t be able</strong> to do that exercise, it is too difficult.</p>\r\n<p>3.) He <strong>could</strong> help me if I had a leader.</p>\r\n<p>4.) Michael is very proud <strong>to be able to</strong> play in a jazz-band.</p>\r\n<p>5.) <strong>Can</strong> you taste the garlic in this stew?</p>\r\n<p>6.) Look at that sign! You <strong>can\'t</strong> walk on the grass.</p>\r\n<p>7.) <strong>Could</strong> you understand what he said?</p>\r\n<p>8.) If you lent me the spanner I <strong>could</strong> fix it.</p>\r\n<p>9.) I don\'t think he <strong>will be able</strong> to win the next competition.</p>\r\n<p>10.) Listen! We <strong>can</strong> hear a train in the distance.</p>','','<p><strong>CAN, COULD, BE ABLE TO</strong></p>\r\n<p><a href=\"http://www.tolearnenglish.com/exercises/exercise-english-2/exercise-english-19600.php\" target=\"_blank\">http://www.tolearnenglish.com/exercises/exercise-english-2/exercise-english-19600.php</a></p>','2016-04-19 11:08:40'),(793,46,'sentence',1,'<p>Shopping in a supermarket is always cheaper than shopping in a corner shop.<br />In supermarkets you have a much wider choice as well. But the shop assistants are not so kind; they don\'t really have much time to chat with you.<br />If you don\'t have much time then you better opt for shop in a corner shop because it\'s usually closer to your home and there you need less time to do the shopping because you can choose easier between a small range of products.<br />Yet on the other hand in supermarkets you need time to look for and collect the items that you wanted to buy.<br />You can always find fresher fruits and vegetables in a corner shop rather than in a supermarket. <br />Meantime in the supermarkets you can find and buy lots of delicious products too. If you are worried for the chemicals you better buy foods in the corners shops because usually they have more fresh foods that contains less chemicals than what is available in the supermarkets.<br />If you don\'t want to spend much money you better do the shopping in the corner shops because there you will buy only what you really wanted, meanwhile in the supermarkets probably you will buy items that you didn\'t want to. In the supermarkets you will use lots of packaging while in the corners shops you will use less of packaging.</p>','','','2016-04-20 16:25:05'),(794,50,'sentence',1,'<p>Unit 72.2 from English Grammer in Use</p>\r\n<p>Use: <strong>A / An / The / -</strong></p>\r\n<p>1.) I haven\'t been to <strong>the</strong> cinema for ages.</p>\r\n<p>2.) I lay down on <strong>the</strong> ground and looked up at <strong>the</strong> sky.</p>\r\n<p>3.) Sheila spends most of her free time watching <strong>-</strong> television.</p>\r\n<p>4.) <strong>The</strong> television was on but nobody was watching it.</p>\r\n<p>5.) Have you had <strong>-</strong> dinner yet?</p>\r\n<p>6.) Marry and I arrived at <strong>the</strong> same time.</p>\r\n<p>7.) You\'ll find <strong>the</strong> information you need at <strong>the</strong> top of <strong>-</strong> page 15.</p>\r\n<p>8.) Peru is <strong>a</strong> country in South America. <strong>The</strong> capital is Lima.</p>','','','2016-05-09 12:08:14'),(795,50,'sentence',1,'<p>Unit 73.2 from English Grammer in Use</p>\r\n<p>Use:<strong> The / -</strong></p>\r\n<p><strong><br /></strong>1) school</p>\r\n<p>a.) Every term parents are invited to <strong>the school</strong> to meet the teachers.</p>\r\n<p>b.) Why aren\'t your children at <strong>school</strong> today? Are they ill?</p>\r\n<p>c.) When he was younger, Ted hated <strong>school</strong>.</p>\r\n<p>d.) What time does <strong>school</strong> start in the mornings in your country?</p>\r\n<p>e.) A: How do your children get home from <strong>school</strong> ? By Bus?</p>\r\n<p>    B: No, they walk. <strong>The school</strong> isn\'t very far.</p>\r\n<p>f.) What sort of job does Jenny want to do when she leaves <strong>school</strong> ?</p>\r\n<p>g.) There were some people waiting outside <strong>the school</strong> to meet their children.</p>\r\n<p>2.) university</p>\r\n<p>a.) In your country, do many people go to <strong>university</strong> ?</p>\r\n<p>b.) If you want to get a degree, you normally have to study at <strong>university</strong>.</p>\r\n<p>c.) This is only a small town but <strong>the university</strong> is the biggest in the country.</p>\r\n<p>3.) hospital</p>\r\n<p>a.) Nora works as a cleaner at <strong>the hospital</strong>.</p>\r\n<p>b.) When Ann was ill, we all went to <strong>the hospital</strong> to visit her.</p>\r\n<p>c.) My brother has always been very healthy. He\'s never been in <strong>hospital</strong>.</p>\r\n<p>d.) Peter was injured in an accident and was kept in <strong>hospital</strong> for a few days.</p>\r\n<p>4.) church</p>\r\n<p>a.) John\'s mother is a regular churchgoer. She goes to <strong>church</strong> every Sunday.</p>\r\n<p>b.) John himself doesn\'t go to <strong>church</strong>.</p>\r\n<p>c.) John went to <strong>the church</strong> to take some photographs of the building.</p>\r\n<p>5.) prison</p>\r\n<p>a.) In many places people are in <strong>prison</strong> because of their political opinions.</p>\r\n<p>b.) The other day the fire brigade were called to <strong>the prison</strong> to put out a fire.</p>\r\n<p>c.) The judge decided to fine the man $500 instead of sending him to <strong>prison</strong>.</p>\r\n<p>6.) home/work/bed</p>\r\n<p>a.) I like to read in <strong>bed</strong> before I go to sleep.</p>\r\n<p>b.) It\'s nice to travel around but there\'s no place like <strong>home</strong>!</p>\r\n<p>c.) Shall we meet after <strong>work</strong> tomorrow evening?</p>\r\n<p>d.) If I\'m feeling tired, I go to <strong>bed</strong> early.</p>\r\n<p>e.) What time do you usually start <strong>work</strong> in the morning?</p>\r\n<p>f.) The economic situation is very bad. Many people are out of <strong>work</strong>.</p>\r\n<p>7.) sea</p>\r\n<p>a.) There\'s a nice view from the window. You can see <strong>the sea</strong>.</p>\r\n<p>b.) It was a long voyage. We were at <strong>sea</strong> for four weeks.</p>\r\n<p>c.) I love swimming in <strong>the sea</strong>.</p>','','','2016-05-09 12:31:43'),(796,50,'sentence',1,'<p>Unit 74.3 from English Grammer in Use</p>\r\n<p>Use:<strong> The / -</strong></p>\r\n<p>1.) I\'m afraid of <strong>-</strong> dogs.</p>\r\n<p>2.) Can you pass <strong>the</strong> salt, please?</p>\r\n<p>3.) <strong>-</strong> Apples are good for you.</p>\r\n<p>4.) Look at <strong>the</strong> apples on that tree! They\'re very big.</p>\r\n<p>5.) <strong>-</strong> Women live longer than <strong>-</strong> men.</p>\r\n<p>6.) I don\'t drink <strong>-</strong> tea. I don\'t like it.</p>\r\n<p>7.) We had a very nice meal. <strong>The</strong> vegetables were especially good.</p>\r\n<p>8.) <strong>-</strong> Life is strange sometimes. Some very strang things happen.</p>\r\n<p>9.) I like <strong>-</strong> skiing but I\'m not very good at it.</p>\r\n<p>10.) Who are <strong>the</strong> people in this photograph?</p>\r\n<p>11.) What makes <strong>-</strong> people violent? What causes <strong>-</strong> aggression?</p>\r\n<p>12.) All <strong>the</strong> books on the top shelf belong to me.</p>\r\n<p>13.) Don\'t stay in that hotel. It\'s very noisy and <strong>the</strong> beds are very uncomfortable.</p>\r\n<p>14.) A pacifist is somebody who is against <strong>- </strong>war.</p>\r\n<p>15.) <strong>The</strong> First World War lasted from 1914 until 1918.</p>\r\n<p>16.) One of our biggest social problems is <strong>unemployment</strong>.</p>\r\n<p>17.) Ron and Brenda got married but <strong>the</strong> marriage didn\'t last very long.</p>\r\n<p>18.) <strong>-</strong> Most people believe that <strong>- </strong>marriage and <strong>-</strong> family life are the basis of <strong>- </strong>society.</p>','','','2016-05-09 12:45:33'),(797,50,'sentence',1,'<p><span>Unit 75.4 from English Grammer in Use</span></p>\r\n<p><span>People of the countries.</span></p>\r\n<p><strong>COUNTRY / ONE PERSON / THE PEOPLE IN GENERAL</strong></p>\r\n<p><span>1.) Canda / a Canadian / the Canadians</span></p>\r\n<p><span>2.) Germany / a German / the Germans</span></p>\r\n<p><span>3.) France / a Frenchman / a Frenchwoman / the French</span></p>\r\n<p><span>4.) Russia / a Russian / the Russians</span></p>\r\n<p><span>5.) China / a Chinese / the Chinese</span></p>\r\n<p><span>6.) Brazil / a Brazilian / the Brazilians</span></p>\r\n<p><span>7.) England / an Englishman / an Englishwoman / the English</span></p>\r\n<p><span>8.) Romania / a Romanian / the Romanians</span></p>','','','2016-05-09 13:00:33'),(798,50,'sentence',1,'<p><span>Unit 77.2 from English Grammer in Use</span></p>\r\n<p><span>1.) <strong>Trafalgar Square</strong> is in London.</span></p>\r\n<p><span>2.) <strong>The Eifel Tower</strong> is in Paris.</span></p>\r\n<p><span>3.) <strong>The Vatican</strong> is in Rome.</span></p>\r\n<p><span>4.) <strong>Buckingham Palace</strong> is in London.</span></p>\r\n<p><span>5.) <strong>Broadway</strong> is in New York.</span></p>\r\n<p><span>6.) <strong>The White House</strong> is in Washington.</span></p>\r\n<p><span>7.) <strong>The Acropolis</strong> is in Athens.</span></p>\r\n<p><span>8.) <strong>St Mark\'s Cathedral</strong> is in Venice.</span></p>','','','2016-05-09 13:06:50'),(799,50,'sentence',1,'<p><span>Unit 77.3 from English Grammer in Use</span></p>\r\n<p><span>1.) Have you ever been to <strong>the British Museum</strong>.</span></p>\r\n<p><span>2.) <strong>Hyde Park</strong> is a very large park in central London.</span></p>\r\n<p><span>3.) Another park in central London is <strong>St James\'s park</strong>.</span></p>\r\n<p><span>4.) <strong>The Grand Hotel</strong> is in <strong>Baker Street</strong>.</span></p>\r\n<p><span>5.) We flew to New York from <strong>Gatwick Airport</strong> near London.</span></p>\r\n<p><span>6.) Frank is a student at <strong>Liverpool University</strong>.</span></p>\r\n<p><span>7.) If you\'re looking for a good clothes shop, I would recommend <strong>Harrison\'s</strong>.</span></p>\r\n<p><span>8.) If you\'re looking for a good pub, I would recommend <strong>the Ship Inn</strong>.</span></p>\r\n<p><span>9.) <strong>The Statue of Liberty</strong> is at the entrance to <strong>New York harbour</strong>.</span></p>\r\n<p><span>10.) You should go to <strong>the Science Museum</strong>. It\'s very interesting.</span></p>\r\n<p><span>11.) John works for <strong>IBM</strong> now. He used to work for <strong>British Telecom</strong>.</span></p>\r\n<p><span>12.) Which cinema are you going to this evening? <strong>The Classic</strong>.</span></p>\r\n<p><span>13.) I\'d like to go to China and see <strong>the Great Wall</strong>.</span></p>\r\n<p><span>14.) Which newspaper shall I buy - <strong>the Independent</strong> or <strong>the Herald</strong>.</span></p>\r\n<p><span>15.) This book is published by <strong>The</strong> <strong>Cambridge University Press</strong>.</span></p>','','','2016-05-09 15:23:44');
/*!40000 ALTER TABLE `words` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `woyo`
--

DROP TABLE IF EXISTS `woyo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `woyo` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `eng` text NOT NULL,
  `hun` text NOT NULL,
  `obs` text NOT NULL,
  `date_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=361 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `woyo`
--

LOCK TABLES `woyo` WRITE;
/*!40000 ALTER TABLE `woyo` DISABLE KEYS */;
INSERT INTO `woyo` VALUES (2,'<p>devoted to</p>','<p>elkötelezett</p>','<p>Music was the most important thing in Paganini\'s life; he really was devoted to it.</p>','2016-01-08 14:10:15'),(3,'<p>conscientious</p>','<p>lelkiismeretes</p>','<p>Conscientious workers never leave a job unfinished.</p>','2016-01-08 07:48:20'),(5,'<p>ambiguous</p>','<p>kétértelmű</p>','<p>Rob\'s answer was so ambiguous that nobody was sure what he meant.</p>','2016-01-08 07:49:08'),(6,'<p>offended</p>','<p>megsértődött</p>','<p>He saw I was reluctant to accept his invitation and was offended.</p>','2016-01-08 07:47:00'),(8,'<p>ignorant (of)</p>','<p>tudatlan</p>','<p>Well, he is devoted to mathematics, but is totally ignorant of everything else in life.</p>','2016-01-08 07:44:37'),(9,'<p>effort</p>','<p>erőfeszítés</p>','<p>I really made an effort to understand her, but just couldn\'t she spoke in such an ambiguous way.</p>','2016-01-08 07:46:18'),(10,'<p>instructive</p>','<p>tanulságos</p>','<p>This story was instructive. I\'ve learnt a lesson I\'ll never forget, thought Benőke.</p>','2016-01-08 07:45:27'),(14,'<p>highbrow</p>','<p>entellektüel, kifinomult ízlésű</p>','<p>Either I\'m too ignorant or this article is too highbrow I can\'t understand a word!</p>','2016-01-09 12:16:22'),(16,'<p>occur to</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">előfordulhat</span><span>, hogy</span></span></p>','<p>You didn\'t check the answers carefully enough; you have occur to a mistake.</p>','2016-01-10 07:25:34'),(17,'<p>enthusiastic (about)</p>','<p>lelkesedik</p>','<p>She tried to prove that she was enthusiastic by looking excited and talking a lot.</p>','2016-01-10 07:18:53'),(18,'<p>cope</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">megbirkózik</span></span>, <span class=\"gt-baf-back\">megállja a helyét</span></p>','<p>Well, I can\'t say I envy you; it\'ll be extremely difficult to cope with the situation.</p>','2016-01-10 07:21:15'),(19,'<p>overestimate</p>','<p><span id=\"result_box\" class=\"short_text\" lang=\"hu\"><span class=\"hps\">túlbecslés</span></span></p>','<p>You have overestimate my patience; even I can\'t wait forever.</p>','2016-01-10 07:22:19'),(20,'<p>overlook</p>','<p>elkerüli figyelmét</p>','<p>It never overlook me that she might be offended when I made a joke about her inhibitions.</p>','2016-01-10 09:18:28'),(21,'<p>achieve</p>','<p>elérni, megvalósítani</p>','<p>No, he didn\'t overestimate his strength; he achieve everything just like he said he would.</p>','2016-01-12 06:59:03'),(22,'<p>lack of</p>','<p>valaminek a hiánya</p>','<p>Lack of education kept him ignorant.</p>','2016-01-12 06:59:20'),(23,'<p>worthless</p>','<p>értéktelen</p>','<p>It never occured to him that the ring he stole might be worthless.</p>','2016-01-12 07:00:14'),(24,'<p>research</p>','<p>kutatás</p>','<p>The work of the research centre has been highly successful.</p>','2016-01-12 06:58:10'),(26,'<p>remarkable</p>','<p>figyelemre méltó</p>','<p>Your knowledge of English is remarkable; I envy you.</p>','2016-01-12 16:45:51'),(27,'<p>failure</p>','<p>hiba, kudarc</p>','<p>The research so far has been a complete failure; no results have been reached.</p>','2016-01-12 13:48:46'),(29,'<p>stand</p>','<p>állni, állvány</p>','<p>I\'ve tried to cope with the situation but now I give up; I just can\'t stand it any more.</p>','2016-01-12 15:42:36'),(30,'<p>overcome</p>','<p>leküzdeni</p>','<p>He tried to overcome his inhibitions and ask her... but of course he couldn\'t.</p>','2016-01-12 13:47:13'),(31,'<p>breeze</p>','<p>szellő</p>','<p>What a nice cool breeze! It really is a perfect evening for taking a walk.</p>','2016-01-14 06:23:49'),(32,'<p>fidget</p>','<p>nyulgtalanság, idegesítő, izeg-mozog</p>','<p>Stop fidgeting with your keys or I\'ll go crazy!</p>','2016-01-17 05:54:29'),(33,'<p>awkward</p>','<p>kínos</p>','<p>6 a.m. is an awkward time for visiting your friends.</p>','2016-01-14 15:55:14'),(34,'<p>ridiculous</p>','<p>nevetséges</p>','<p>She looked so ridiculous in her grandmother\'s old dress that we couldn\'t stop laughing.</p>','2016-01-14 12:06:40'),(36,'<p>stumble</p>','<p>botlás, <span>baklövés</span></p>','<p>Watch your step; everyone stumbles over this carpet.</p>','2016-01-14 16:51:58'),(37,'<p>corduroy</p>','<p>kordbársony nadrág</p>','<p>You look ridiculous in these corduroy trousers; they\'re much too short for you.</p>','2016-01-14 16:53:02'),(38,'<p>bleed</p>','<p>vérzik</p>','<p>Your finger is bleeding! Have you cut yourself?</p>','2016-01-14 16:54:04'),(40,'<p>lean</p>','<p>dől, sovány, támaszkodni</p>','<p>Just lean on my shoulder and I\'ll help you walk down the steps.</p>','2016-01-14 16:55:22'),(41,'<p>adjust</p>','<p>beállít, igazít</p>','<p>5.) He walked up to the wall and <strong>adjusts</strong> the picture; he likes pictures to hang straight.</p>','2016-01-15 11:04:41'),(42,'<p>deceive</p>','<p>becsap</p>','<p>1.) I suggest you tell Alma the truth instead of trying to <strong>deceive</strong> her.</p>','2016-01-15 11:04:03'),(43,'<p>leak</p>','<p>szivárog</p>','<p>6.) Excuse me, but I think your bag of milk is <strong>leaking</strong>.</p>','2016-01-15 11:05:14'),(44,'<p>dent</p>','<p>horpadás</p>','<p>4.) The <strong>dent</strong> on the side of the car was so small that, to his relief, they didn\'t notice it.</p>','2016-01-15 11:04:14'),(45,'<p>bargain</p>','<p>alku, üzlet</p>','<p>2.) Come on, don\'t say it isn\'t ridiculously cheap! It\'s a real <strong>bargain</strong>.</p>','2016-01-15 11:03:40'),(46,'<p>adultery</p>','<p>házasságtörés</p>','<p>6.)<strong> Adultery</strong> is often the consequence of a bad marriage.</p>','2016-01-16 10:12:11'),(47,'<p>cheat on</p>','<p>megcsalni</p>','<p>3.) He thinks he\'s a good husband even though he <strong>cheatting on</strong> he\'s wife; quite a contradiction!</p>','2016-01-16 10:07:37'),(48,'<p>evidence</p>','<p>bizonyiték</p>','<p>4.) The police let me go free for lack of <strong>evidence</strong>.</p>','2016-01-16 10:08:07'),(49,'<p>blackmail</p>','<p>zsarolás</p>','<p>2.) A conscientious student once asked me if the word <strong>blackmail </strong>had anything to do with a post office in Africa.</p>','2016-01-16 10:11:41'),(50,'<p>jam</p>','<p>szorult helyzet, lekvár</p>','<p>5.) The car he hit was a police-car. And since he doesn\'t have a driving licence, he really is in a <strong>jam</strong>.</p>','2016-01-17 05:56:24'),(53,'<p>obstacle</p>','<p>akadály</p>','<p>3.) Any <strong>obstacle </strong>can be overcome. It all depends on how hard you try.</p>','2016-01-17 05:52:34'),(54,'<p>selfish</p>','<p>önző</p>','<p>2.) It was <strong>selfish</strong> of you not to lend me money when I was in a jam.</p>','2016-01-17 05:52:22'),(55,'<p>bracelet</p>','<p>karkötő</p>','<p>4.) I wish you\'d stop fidgeting with your <strong>bracelet </strong>and pay attention.</p>','2016-01-17 05:52:10'),(56,'<p>attempt</p>','<p>kísérlet</p>','<p>All obstacles can be overcome if you really make an <strong>attempt</strong>.</p>','2016-01-18 06:47:13'),(58,'<p>resolution</p>','<p>új évi fogadalom</p>','<p><strong>Resolutions</strong> beginning with \"I\'ll never...\" are useless.</p>','2016-01-18 06:48:22'),(59,'<p>hangover</p>','<p>másnaposság</p>','<p>A <strong>hangover</strong> is a fair punishment for drinking too much.</p>','2016-01-18 06:46:18'),(60,'<p>disgusting</p>','<p>undorító</p>','<p>Not wanting to offend her he took some of the egg pudding, even though it looked <strong>disgusting</strong>.</p>','2016-01-18 06:46:11'),(61,'<p>sweat</p>','<p>izzad</p>','<p>Washing the floor is hard work; it always makes me <strong>sweating</strong>.</p>','2016-01-20 07:58:16'),(62,'<p>touching</p>','<p>megható</p>','<p>Alma was still crying as she stepped out into the cool summer night; it was a very <strong>touching</strong> film.</p>','2016-01-20 08:00:22'),(63,'<p>admiration</p>','<p>csodálat</p>','<p>She wanted to express her love and <strong>admiration </strong>but her words were awkward.</p>','2016-01-20 07:58:57'),(65,'<p>recover (from)</p>','<p>felépülés</p>','<p>He\'s very ill and is not likely to <strong>recover</strong>.</p>','2016-01-20 07:57:08'),(66,'<p>conceal</p>','<p>elrejt</p>','<p>It was useless trying to <strong>conceal </strong>the fact that the car was leaking oil; they noticed it at once.</p>','2016-01-21 06:35:35'),(67,'<p>embrace</p>','<p>átkarol, ölel</p>','<p>He felt a strong desire to <strong>embraces</strong> and kiss Mrs Kövi but was afraid to.</p>','2016-01-21 06:28:45'),(69,'<p>tickle</p>','<p>viszket, csiklandoz</p>','<p>Don\'t! Stop it! Stop <strong>tickling</strong> me!!!</p>','2016-01-21 06:31:45'),(71,'<p>deserve</p>','<p>megérdemel</p>','<p>Believe me, my dear Agatha, I don\'t <strong>deserve</strong> your admiration.</p>','2016-01-22 08:30:44'),(72,'<p>unjust</p>','<p>igazságtalan</p>','<p>It\'s <strong>unjust</strong> to call me an alcoholic; I only drink at weekends and even then not too much.</p>','2016-01-22 07:54:31'),(73,'<p>curiosity</p>','<p>kíváncsiság</p>','<p>\"Who gave you the bracelet?\" he finally asked no longer able to conceal his <strong>curiosity</strong>.</p>','2016-01-22 08:31:48'),(74,'<p>reject</p>','<p>visszautasít</p>','<p>Success is assured if you let Alf help; it would be stupid <strong>to reject</strong> his help.</p>','2016-01-22 07:53:03'),(75,'<p>propose</p>','<p>javaslatot tesz</p>','<p>The doctor <strong>proposes </strong>a week in the mountains to help him get well.</p>','2016-01-22 07:50:38'),(76,'<p>puddle</p>','<p>pocsolya</p>','<p>The morning after the party I woke up in a <strong>puddle</strong> of water with a terrible hangover; I was wet all over.</p>','2016-02-01 13:36:20'),(77,'<p>shiver</p>','<p>didereg</p>','<p>The prisoner\'s clothes were so wet that he was <strong>shivering </strong>but he kept on running.</p>','2016-02-01 13:49:45'),(78,'<p>mumble</p>','<p>motyog</p>','<p>It was a touching moment. He wanted to thank her but could only manage to <strong>mumble</strong> something.</p>','2016-02-01 13:39:04'),(79,'<p>glitter</p>','<p>fénylik</p>','<p>There was a gentle breeze and the stars were <strong>glittering </strong>when they first embraced.</p>','2016-02-01 13:48:06'),(80,'<p>rainbow</p>','<p>szivárvány</p>','<p>Even the <strong>rainbow </strong>in the sky aren\'t as colorful as they used to be.</p>','2016-02-01 13:39:47'),(81,'<p>temptation</p>','<p>kísértés, csábítás</p>','<p>The <strong>temptation </strong>to start laughing as she saw him stumble was great indeed, but she managed to keep a straight face.</p>','2016-02-02 08:02:12'),(82,'<p>resist</p>','<p>ellenáll</p>','<p>I know I\'m on a diet but I just can\'t <strong>resist </strong>that chocolate cake.</p>','2016-02-02 08:00:56'),(83,'<p>grasp</p>','<p>felfog, megért</p>','<p>She finally <strong>grasps</strong> that the doctor was trying to tell her he would never recover.</p>','2016-02-02 07:51:34'),(84,'<p>indispensable</p>','<p>elengedhetetlen</p>','<p>Tolerance, patience and a lot of money are <strong>indispensable </strong>for a good marriage.</p>','2016-02-02 08:03:09'),(85,'<p>reward</p>','<p>díj, jutalom, megjutalmazás</p>','<p>His research work was <strong>rewarded</strong> by a Nobel Prize.</p>','2016-02-02 08:04:04'),(86,'<p>drawback</p>','<p>hátrány</p>','<p>He knew all the <strong>drawbacks </strong>to the plan, still he trusted it and proposed that we accepted it.</p>','2016-02-03 06:39:52'),(87,'<p>inevitable</p>','<p>elkerülhetetlen</p>','<p>It was <strong>inevitable </strong>that he went to prison. They had sufficient evidence to prove everything.</p>','2016-02-03 06:40:43'),(88,'<p>worn-out</p>','<p>elhasznált, nagyon fáradt</p>','<p>I feel exhausted, really <strong>worn-out;</strong> I\'ve been working all day and all night.<strong> </strong></p>','2016-02-03 06:42:34'),(89,'<p>flagging</p>','<p>lankadó (figyelem)</p>','<p>The teacher became irritated because their attention was <strong>flagging </strong>after the first five minutes.</p>','2016-02-03 06:37:35'),(90,'<p>reassuring</p>','<p>megnyugtató</p>','<p>He wanted to say something <strong>reassuring, </strong>so he mumbled something like, \"You can do it.\" (PAGE 49)</p>','2016-02-03 06:44:17'),(91,'<p>junk</p>','<p>hulladék</p>','<p>Nicky said it was a worthless piece of <strong>junk</strong> and that mother should throw it out.</p>','2016-02-04 09:32:55'),(92,'<p>reliable</p>','<p>megbízható</p>','<p>He\'s definitely a <strong>reliable </strong>person; I guarantee he\'ll give her the message.</p>','2016-02-04 09:36:18'),(93,'<p>discourage</p>','<p>elbátortalanít</p>','<p>Unable to lose weight? Don\'t get <strong>discouraged</strong> Call 666-8967. We have the answer.</p>','2016-02-04 09:33:04'),(94,'<p>persist</p>','<p>kitart valami mellett</p>','<p>Success is assured if you <strong>persist </strong>in doing your work conscientiously.</p>','2016-02-04 09:37:22'),(95,'<p>outcome</p>','<p>eredmény</p>','<p>Three years of research! And what\'s the <strong>outcome </strong>? Nothing, absolutely nothing.</p>','2016-02-04 09:34:37'),(96,'<p>face</p>','<p>arc, szembenéz, számol a tényekkel</p>','<p>Did you wake up in a puddle again? Look, you\'ve got to <strong>face</strong> the fact that you\'re becoming an alcoholic.</p>','2016-02-05 09:01:23'),(98,'<p>crucial, crucial point</p>','<p>szükségszerű, lényeg</p>','<p>I know you feel worn-out but it\'s <strong>crucial</strong> that you pay attention! Otherwise we\'ll never finish.</p>','2016-02-05 08:50:30'),(99,'<p>confident</p>','<p>magabiztos</p>','<p>He was trying to look <strong>confident </strong>but actually he felt terribly nervous and uneasy.</p>','2016-02-05 08:59:52'),(100,'<p>pretend</p>','<p>tettet, tegyük fel</p>','<p>Don\'t <strong>pretend </strong>it wasn\'t you! I know it was you who tickled my back! (PAGE 57)</p>','2016-02-05 09:01:41'),(101,'<p>equip with</p>','<p>felszerel valamivel</p>','<p>Look, the car is even <strong>equipped with</strong> a colour TV!</p>','2016-02-06 07:27:35'),(102,'<p>distinguish</p>','<p>megkülönböztet</p>','<p>It\'s impossible to <strong>distinguish</strong> even their voices! I never know if it\'s Almira or Elvira calling!</p>','2016-02-05 10:05:24'),(104,'<p>response</p>','<p>válasz</p>','<p>You\'re likely to get a <strong>response</strong> if you persist in asking him questions.</p>','2016-02-05 10:08:08'),(105,'<p>nod</p>','<p>bólint</p>','<p>She didn\'t speak, she just <strong>nods </strong>to show that she was feeling better. (PAGE 59)</p>','2016-02-05 10:08:23'),(106,'<p>sneak</p>','<p>settenkedik</p>','<p>The man wanted to <strong>sneak</strong> into the theatre without paying.</p>','2016-02-08 08:58:12'),(107,'<p>disguise</p>','<p>álruha, álcáz</p>','<p>Look! The old trick again! He\'s trying to <strong>disguised </strong>himself by pretending to read a newspaper.</p>','2016-02-08 09:02:32'),(108,'<p>suspicious (of)</p>','<p>gyanús</p>','<p>The police are likely to get <strong>suspicous </strong>if you go back to the house where the crime was committed.</p>','2016-02-08 13:47:50'),(109,'<p>bump (into)</p>','<p>belebotlik valakibe</p>','<p>Oh, God, there\'s a dent on the Jaguar again! Who did she <strong>bumped into</strong> this time.</p>','2016-02-08 09:00:26'),(111,'<p>commonplace</p>','<p>közhely</p>','<p>Lilly once read that <strong>commonplace </strong>are junk of the language.</p>','2016-02-09 13:02:23'),(112,'<p>dawn</p>','<p>hajnal</p>','<p>Oh no, it\'s almost <strong>dawn </strong>and I\'m still up! I\'m going to be worn-out by lunch-time.</p>','2016-02-09 13:04:13'),(113,'<p>rake</p>','<p>gereblye</p>','<p>His interest in gardening flagged when they told him to take a <strong>rake</strong> and start working.</p>','2016-02-09 13:05:19'),(114,'<p>pile</p>','<p>halom</p>','<p>When poor Alf saw the big <strong>pile </strong>of dirty dishes his first reaction was to cry.</p>','2016-02-09 13:03:22'),(115,'<p>weed</p>','<p>gyom</p>','<p>He scratched his head as he was unable to distinguish the <strong>weed</strong> from the useful plants. (PAGE 63)</p>','2016-02-09 13:12:10'),(117,'<p>priority</p>','<p>elsőbbség</p>','<p>I refuse to believe that marriage has <strong>priority</strong> over love.</p>','2016-02-10 06:53:15'),(118,'<p>assumption</p>','<p>feltevés</p>','<p>Alma\'s <strong>assumption </strong>is that they\'ll bump into each other if she persists in walking past his house.</p>','2016-02-10 06:52:44'),(120,'<p>thorough</p>','<p>alapos</p>','<p>You\'ve done a <strong>thorough </strong>job indeed. You\'ve pulled up all the weeds. (PAGE 65)</p>','2016-02-10 06:54:15'),(121,'<p>shabby</p>','<p>kopott (ruha)</p>','<p>That guy over there in the <strong>shabby</strong> cord jacket is my neighbour.</p>','2016-02-14 09:06:03'),(122,'<p>annoy</p>','<p>bosszant</p>','<p>Stop fidgeting with your pen, will you! You\'re <strong>annoying</strong> me!</p>','2016-02-11 18:43:10'),(123,'<p>deliberate</p>','<p>szándékos</p>','<p>Your assumption that Alexander damaged your car <strong>deliberately </strong>is simply ridiculous.</p>','2016-05-11 11:26:15'),(124,'<p>deny</p>','<p>tagad</p>','<p>Don\'t <strong>deny </strong>you were there! Someone saw you sneak out.</p>','2016-02-11 18:45:52'),(125,'<p>spoil</p>','<p>elront, elkényesztett</p>','<p>I bumped into Alberta on my way home and that <strong>spoiled</strong> my day. (PAGE 71)</p>','2016-02-14 09:07:27'),(126,'<p>unbearable</p>','<p>kibírhatatlan</p>','<p>Dawn is here and still no news of Lilly! Where can she be?! Oh, this is <strong>unbearable</strong>.</p>','2016-02-12 12:34:59'),(127,'<p>object to</p>','<p>tiltakozni</p>','<p>I <strong>object to</strong>! Adultery is not always a crime!</p>','2016-02-12 12:29:54'),(128,'<p>nag</p>','<p>zsémbeskedik</p>','<p>I suggest we have the party at Pete\'s house... but I know Pete will <strong>nagging</strong>.</p>','2016-02-12 12:35:53'),(129,'<p>ignore</p>','<p>figyelmen kívül hagy</p>','<p>They decided to <strong>ignore</strong> my comments. There was no response not even a nod.</p>','2016-02-12 12:31:38'),(130,'<p>nightmare</p>','<p>rémálom</p>','<p>The train from Budapest to Paris was a <strong>nightmare </strong>for poor Richie. He had to stand for 10 hours.</p>','2016-02-12 12:33:40'),(131,'<p>regret</p>','<p>megbánás, sajnálat</p>','<p>Twenty-five pounds for that! It\'s a worthless piece of junk. You\'ll <strong>regret</strong> buying it.</p>','2016-02-13 06:53:31'),(133,'<p>accuse (of)</p>','<p>vádol, hibáztat</p>','<p>You can\'t <strong>accuse</strong> her of not working hard this time; she really did a thorough job.</p>','2016-02-13 06:50:21'),(134,'<p>decisive</p>','<p>döntő, határozott</p>','<p>Pete? <strong>Decisive</strong>?! Why, I don\'t think he\'s made a decision on his own all his life!</p>','2016-02-13 06:55:08'),(135,'<p>cancel</p>','<p>töröl, lefúj, érvénytelenít</p>','<p>If you don\'t stop nagging me about inviting Miriam I\'ll <strong>cancel </strong>the party.</p>','2016-02-13 06:51:21'),(136,'<p>overhear</p>','<p>meghall, kihallgat</p>','<p>I <strong>overheard</strong> him proposing to her. He sounded awkward, rather touching in fact.</p>','2016-02-15 17:01:20'),(137,'<p>confess</p>','<p>vall</p>','<p>Listen, I must <strong>confess </strong>something. Last night I wasn\'t at the show. It was cancelled.</p>','2016-02-15 17:02:48'),(138,'<p>furious</p>','<p>dühös</p>','<p>Be very cautious about what you say! He\'ll be <strong>furious </strong>if he finds out the truth.</p>','2016-02-15 16:59:08'),(139,'<p>expressionless</p>','<p>kifejezéstelen</p>','<p>She tried awfully hard to conceal her feelings and keep an <strong>expressionless</strong> face.</p>','2016-02-15 17:06:43'),(143,'<p>faithful</p>','<p>hűséges</p>','<p>He\'s suspicious! He no longer thinks that you\'re a loving and <strong>faithful</strong> wife.</p>','2016-02-16 18:33:41'),(145,'<p>miracle</p>','<p>csoda</p>','<p>Do you believe in <strong>miracles</strong>? (PAGE 79)</p>','2016-02-16 18:39:09'),(146,'<p>prevent (from)</p>','<p>megakadályoz</p>','<p>Agatha felt awfully worn-out, but this didn\'t <strong>prevent </strong>her from looking enthusiastic.</p>','2016-02-17 18:48:09'),(147,'<p>interfere (with)</p>','<p>beavatkozni</p>','<p>He\'ll <strong>interfere with </strong>our plan even if he risks losing his job.</p>','2016-02-17 18:52:39'),(149,'<p>abandon</p>','<p>elhagy</p>','<p>It was terribly shelfish of you to <strong>abandon </strong>her just when she was in a jam!</p>','2016-02-17 18:51:22'),(150,'<p>cruel</p>','<p>kegyetlen</p>','<p>Be very cautious! He\'s got a gun and he\'s a <strong>cruel</strong> man, I can tell you.</p>','2016-02-17 18:49:19'),(151,'<p>hardship</p>','<p>nehézség</p>','<p>Lady Jenkins has faced so many <strong>hardships </strong>in her life that I\'m sure she\'ll cope with the situation.</p>','2016-02-18 06:34:22'),(152,'<p>occasionally</p>','<p>néha, alkalmanként</p>','<p>You have to go to classes regularly and not just <strong>occasionally</strong>.</p>','2016-02-18 06:29:55'),(153,'<p>misfortune</p>','<p>balszerencse</p>','<p>She believes that her greatest <strong>misfortune </strong>is that she can\'t have any children.</p>','2016-02-18 06:33:21'),(154,'<p>series</p>','<p>sorozat</p>','<p>The way Benő persists is extraordinary; I would\'ve given up after such a <strong>series </strong>of failures.</p>','2016-02-18 06:31:32'),(155,'<p>resourceful</p>','<p>találékony</p>','<p>He always finds a solution to his problems; he\'s very <strong>resourceful</strong>. (PAGE 87)</p>','2016-02-18 06:35:37'),(156,'<p>futile</p>','<p>jelentéktelen</p>','<p>We knew your attempt was <strong>futile </strong>but we didn\'t want to discourage you.</p>','2016-02-19 14:07:46'),(157,'<p>refrain from</p>','<p>tartózkodik valamitől</p>','<p>Try to <strong>retrain from </strong>interfering even if the temptation is great.</p>','2016-02-19 14:04:37'),(158,'<p>replace</p>','<p>kicserélni</p>','<p>OK he make mistakes occasionally, but that\'s no reason to <strong>replace</strong> him.</p>','2016-02-19 14:24:34'),(159,'<p>possessions</p>','<p>földi javak</p>','<p>Look, Mr Search, this shabby suit and this old hat are all the <strong>possessions </strong>I have in the world.</p>','2016-02-19 14:05:47'),(160,'<p>occupy</p>','<p>elfoglal</p>','<p>I suggest you have a cigarette; the toilet is <strong>occupied</strong>. (PAGE 89)</p>','2016-02-19 14:09:42'),(161,'<p>chase</p>','<p>üldözés, vadászat</p>','<p>Albertia is furious. She says her husband is <strong>chasing</strong> young girls again.</p>','2016-02-21 07:18:26'),(162,'<p>desperately</p>','<p>reménytelenül</p>','<p>She wanted <strong>desperately</strong> to see him and to confess everything.</p>','2016-02-21 07:21:55'),(163,'<p>steady</p>','<p>állandó</p>','<p>She\'s longing for a <strong>steady</strong> relationship. In fact, she\'s beginning to think about marriage all the time.</p>','2016-02-21 07:15:31'),(164,'<p>abruptly</p>','<p>hirtelen</p>','<p>It all happened so <strong>abruptly</strong>; Lilly didn\'t have time to grasp what was going on.</p>','2016-02-21 07:16:47'),(165,'<p>puzzled</p>','<p>tanácstalan</p>','<p>\"That\'s funny! How did this note get on my desk?!\" he thought being very <strong>puzzled</strong>.</p>','2016-02-21 08:02:38'),(166,'<p>adapt</p>','<p>alkalmazkodni</p>','<p>It\'s difficult to <strong>adapt </strong>yourself to the new place, I know, but it\'s crucial that you try.</p>','2016-02-21 07:38:55'),(167,'<p>embarassed</p>','<p>zavart</p>','<p>Alma wanted to conceal the fact that she was <strong>embarassed </strong>but her blushes gave her away.</p>','2016-02-21 07:37:06'),(168,'<p>avoid</p>','<p>elkerül</p>','<p>You can\'t always have things easy in life; there are hardships that just can\'t be <strong>avoid</strong>.</p>','2016-02-21 07:34:38'),(169,'<p>matter-of-fact</p>','<p>tárgyilagos</p>','<p>It was cruel of you to tell her about the accident in such a <strong>matter-of-fact </strong>way.</p>','2016-02-21 07:35:41'),(170,'<p>pretext</p>','<p>kifogás, ürügy</p>','<p>Disguised as a secretary, Pat entered the room under the <strong>pretext</strong> of bringing a pile of letters.</p>','2016-02-21 07:40:30'),(171,'<p>lurking</p>','<p>leselkedik</p>','<p>\"Who\'s there <strong>lurking</strong> behind the tree?!\" she shouted.</p>','2016-02-21 07:48:20'),(172,'<p>approach</p>','<p>közeledés, megközelítés</p>','<p>Winter is <strong>approaching</strong>; we must borrow some money to get the roof repaired.</p>','2016-02-21 07:47:33'),(173,'<p>faint</p>','<p>ájulás</p>','<p>Here, let me lean on you. I feel I\'m going to <strong>faint</strong>.</p>','2016-02-21 07:49:13'),(174,'<p>indifference</p>','<p>közöny</p>','<p>Your <strong>indifference</strong> is unbearable! At least try to look a bit more enthusiastic!</p>','2016-02-21 08:29:22'),(175,'<p><span [removed]>pointless</span></p>','<p>értelmetlen</p>','<p>Look, it\'s <strong>pointless</strong> to interfere; he\'s going to buy the house even if the roof leaks.</p>','2016-02-22 13:55:47'),(176,'<p>rescue</p>','<p>kiszabadítás</p>','<p>\"Look! We\'re going to be <strong>rescued</strong>!\" cried Pete when he noticed the ship is approaching.</p>','2016-02-22 13:54:30'),(177,'<p>clue</p>','<p>nyom</p>','<p>Although the police had no <strong>clue</strong>, they swore they would catch the black-mailer.</p>','2016-02-22 13:53:38'),(178,'<p>victim</p>','<p>áldozat</p>','<p>I\'m sure Dracula will give up chasing his <strong>victim</strong> eventually. She\'s too fast for him.</p>','2016-02-22 13:56:40'),(179,'<p>stare at</p>','<p>bámul valamit</p>','<p>She was <strong>staring at</strong> the hills in the distance with an expresionless look on her face.</p>','2016-02-22 13:52:14'),(180,'<p>intact</p>','<p>ép, sértetlen</p>','<p>He wanted to avoid telling her that the antique clock didn\'t arrive <strong>intact</strong>. (PAGE 97)</p>','2016-02-22 13:56:13'),(181,'<p>obscure</p>','<p>sötét, homályos</p>','<p>She was trying desperately to understand but just couldn\'t; his explanation was too <strong>obscure</strong>.</p>','2016-02-23 13:40:31'),(182,'<p>influence</p>','<p>befolyásol</p>','<p>Annabel has changed a lot; the hardships she faced generally <strong>influenced</strong> her personality.</p>','2016-02-23 13:41:26'),(184,'<p>majority</p>','<p>többség</p>','<p>\"I don\'t care what the <strong>majority</strong> of people think\" said Lilly shrugging her shoulders, I think marriage is stupid.</p>','2016-02-23 13:45:11'),(185,'<p>exagerate</p>','<p>túloz</p>','<p>Come on! Don\'t <strong>exagerate</strong>! There\'s only a slight scratch on your wrist. (PAGE 103)</p>','2016-02-24 16:46:35'),(186,'<p>event</p>','<p>esemény</p>','<p>Aunt Manyi\'s visit is always great <strong>event</strong> in the family.</p>','2016-02-24 11:27:33'),(187,'<p>naked</p>','<p>meztelen</p>','<p>Mummy, look there\'s a <strong>naked </strong>lady on TV and a man is staring at her!</p>','2016-02-24 11:28:10'),(188,'<p>consciously</p>','<p>tudatosan</p>','<p>The police said that the victim had <strong>consciously</strong> provoked the attack.</p>','2016-02-24 11:28:47'),(189,'<p>effect</p>','<p>hatás</p>','<p>I don\'t want to cheat on my wife but Lilly has such a great <strong>effect </strong>on me, I just can\'t resist her.</p>','2016-02-24 11:29:34'),(190,'<p>inspiring</p>','<p>inspiráló</p>','<p>He was such an <strong>inspiring</strong> teacher! We all loved geography because of Mr Doodle. (PAGE 105)</p>','2016-02-24 11:30:33'),(192,'<p>the Pill</p>','<p>antibébi tabletta</p>','<p>I\'ve been on <strong>the Pill</strong> since I was 16 and met Georgie.</p>','2016-02-25 13:02:32'),(193,'<p>adolescent</p>','<p>serdülő</p>','<p>Poor Pete felt quite vulnerable at the age of fifteen. \"It\'s awkward to be an <strong>adolescent</strong>\", he thought.</p>','2016-02-25 13:03:25'),(194,'<p>pregnant</p>','<p>terhes</p>','<p>He\'s going to faint when I tell him I\'m <strong>pregnant </strong>and that I\'m going to keep the baby.</p>','2016-02-25 13:04:35'),(196,'<p>withdraw</p>','<p>visszavon</p>','<p>He <strong>withdraw</strong> that you made that dent by bumping into his tractor.</p>','2016-02-25 13:24:11'),(197,'<p>demolish</p>','<p>lerombol</p>','<p>Look, the old building is still intact. Didn\'t you say it would be <strong>demolished</strong>.</p>','2016-02-25 13:24:54'),(198,'<p>justify</p>','<p>indokol, igazol</p>','<p>Yesterday the police released four dangerous criminals without <strong>justify</strong> their decision.</p>','2016-02-25 13:15:15'),(200,'<p>to claim</p>','<p>állít, igényel</p>','<p>Doctor Trap <strong>claims </strong>that the Pill is not the safest form of contraception.(PAGE 109)</p>','2016-02-25 13:25:14'),(201,'<p>stick to</p>','<p>ragaszkodik</p>','<p>He claims that everything I say about the book is stupid; but I think I\'ll <strong>stick to</strong> my interpretation.</p>','2016-02-27 07:07:24'),(204,'<p>distort</p>','<p>eltorzít</p>','<p>You\'re <strong>distort</strong> my words! That\'s not what I said!</p>','2016-02-27 07:08:12'),(205,'<p>firmly</p>','<p>határozottan, szilárdan</p>','<p>It\'s my <strong>firmly</strong> belief that war isn\'t inevitable. (PAGE 111)</p>','2016-02-27 07:08:23'),(206,'<p>maintain</p>','<p>fenntart</p>','<p>You must justify your behaviour if you want to <strong>maintain</strong> your high position in the office.</p>','2016-03-02 07:29:21'),(207,'<p>restriction</p>','<p>korlátozás</p>','<p>There are no <strong>restrictions</strong> on the amount of money you can bring into Switzerland.</p>','2016-03-02 07:30:23'),(208,'<p>illegally</p>','<p>illegálisan</p>','<p>We should change our approach. More emphasis should be placed on punishing those who park <strong>illegally</strong>.</p>','2016-03-02 07:32:35'),(211,'<p>missgiving</p>','<p>aggodalom</p>','<p>Well, I have <strong>missgiving</strong> about the future. I\'m not at all convinced that he\'ll stop blackmailing us.</p>','2016-03-02 07:42:23'),(212,'<p>positive</p>','<p>pozitív</p>','<p>Detective Smart has no clues yet, but he\'s <strong>positive</strong> he\'ll catch the criminal.</p>','2016-03-02 07:44:21'),(213,'<p>peculiar</p>','<p>különös</p>','<p>Look! There\'s Frank disguised as a postman. How <strong>peculiar</strong>.</p>','2016-03-02 07:43:41'),(214,'<p>capricious</p>','<p>szeszélyes</p>','<p>It\'s a commonplace that the weather in England is <strong>capricious</strong>.</p>','2016-03-02 07:42:52'),(216,'<p>collapse</p>','<p>összeomlás</p>','<p>Why demolish the old building? It will <strong>collapse</strong> by itself if you wait another year.</p>','2016-03-02 08:00:48'),(217,'<p>tease</p>','<p>kötekedik, ingerel</p>','<p>Guess what! I was <strong>teasing </strong>Alma about how inspiring she looked in her glittering black boots and she took it seriously!</p>','2016-03-02 08:00:07'),(218,'<p>compliment</p>','<p>bók</p>','<p>Tell her how nice she looks in her new cords. She needs a <strong>compliment </strong>desperately.</p>','2016-03-02 07:58:56'),(220,'<p>scandal</p>','<p>botrány</p>','<p>\"Watergate\" was one of the great political <strong>scandal </strong>of the 20th century. (PAGE 121)</p>','2016-03-02 08:01:17'),(222,'<p>absorbed</p>','<p>elnyelt</p>','<p>The scientist was so <strong>absorbed</strong> in his thoughts that he stepped into a puddle.</p>','2016-03-03 12:56:37'),(224,'<p>rumour</p>','<p>szóbeszéd</p>','<p>She never said she was pregnant, it\'s only a <strong>rumour</strong> which her ex-husband started.</p>','2016-03-03 12:54:43'),(225,'<p>regardless of</p>','<p>függetlenül attól</p>','<p>Well, it may have its drawbacks, but still, being a postman is a good job, <strong>regardless of</strong> what people say.</p>','2016-03-03 12:55:56'),(226,'<p>rotten</p>','<p>rothadt</p>','<p>Ugh! This apple tastes terrible! Eve! The apple you gave me was <strong>rotten</strong>.</p>','2016-03-03 13:05:05'),(229,'<p>snoring</p>','<p>horkolás</p>','<p>It\'s cruel of you to tease me about <strong>snoring</strong> at night. You know I can\'t help it.</p>','2016-03-03 13:04:27'),(231,'<p>dizzy</p>','<p>kába</p>','<p>\"The view is lovely\", said Elvira looking down from the Eifel Tower, \"but I feel a bit <strong>dizzy</strong>.</p>','2016-03-03 13:13:15'),(232,'<p>slap</p>','<p>pofon, ütés</p>','<p>Give him a <strong>slap</strong> on the face! He\'s daydreaming again.</p>','2016-03-03 13:15:45'),(234,'<p>stubborn</p>','<p>makacs</p>','<p>She\'s such a <strong>stubborn</strong> old woman! They can\'t demolish the old building because she\'s refusing to move out.</p>','2016-03-03 13:17:27'),(235,'<p>accompany</p>','<p>kísér</p>','<p>\"Shall I <strong>accompany</strong> you home?\" asked Alexander, but the girl was so absorbed in her thoughts, she didn\'t hear him. <strong>PAGE 127</strong></p>','2016-03-03 14:04:34'),(236,'<p>yawn</p>','<p>ásít</p>','<p>\"I think it\'s time for my after-dinner nap\", said Bumi <strong>yawning</strong>.</p>','2016-03-04 10:41:37'),(237,'<p>rude</p>','<p>durva</p>','<p>It was <strong>rude</strong> of you to be so stubborn about leaving early! I think they got offended.</p>','2016-03-04 10:40:52'),(239,'<p>mess</p>','<p>rendetlenség</p>','<p>Edgar\'s parents arrived home at dawn, quite unexpectedly. They almost fainted when they saw the <strong>mess</strong> that flat was in.</p>','2016-03-04 10:43:06'),(240,'<p>leftovers</p>','<p>maradék</p>','<p>Poor Edgar didn\'t even have time to put away the <strong>leftovers</strong>; there was food everywhere.</p>','2016-03-04 10:43:41'),(241,'<p>puns</p>','<p>szójátékok</p>','<p>His speech was full of <strong>puns</strong>; but regardless of this, it was dead boring.</p>','2016-03-04 10:57:04'),(243,'<p>plain</p>','<p>egyszerű, nyílvánvaló</p>','<p>I\'ll tell you <strong>plain</strong>: there\'s no way of avoiding a scandal.</p>','2016-03-04 10:56:21'),(244,'<p>admit</p>','<p>elismer</p>','<p>I\'m a bit tipsy, I <strong>admit</strong>, but not tipsy enough to accompany Alberta home.</p>','2016-03-04 10:58:36'),(245,'<p>invent</p>','<p>feltalál, kitalál</p>','<p>It\'s highly confidential! They mustn\'t know what really happened! If they ask, <strong>invent</strong> a story. (PAGE 135)</p>','2016-03-06 09:29:46'),(246,'<p>passionate</p>','<p>szenvedélyes</p>','<p>Alimra felt dizzy after the long, <strong>passionate</strong> kiss.</p>','2016-03-07 08:59:45'),(248,'<p>obediently</p>','<p>engedelmesen</p>','<p>Adolescents find it difficult to be always <strong>obediently</strong> to their parents.</p>','2016-03-07 09:00:20'),(249,'<p>sigh</p>','<p>sóhaj</p>','<p>She <strong>sighed</strong> with relief when she heard that her husband had been released.</p>','2016-03-07 08:56:44'),(250,'<p>efficient</p>','<p>hatékony</p>','<p>Ödi claims that singing English songs is an <strong>efficient</strong> way of learning the language. (PAGE 137)</p>','2016-03-15 11:22:59'),(251,'<p>resemble</p>','<p>hasonlít</p>','<p>This picture <strong>resembles</strong> the one we have hanging at home on our kitchen wall.</p>','2016-03-14 16:26:06'),(252,'<p>beware of</p>','<p>óvakodni valamitől</p>','<p><strong>Beware of</strong> Mrs Simpson! Don\'t let her catch you in a corner! She\'s so talkative it\'s unbearable.</p>','2016-03-09 06:35:17'),(253,'<p>ripe</p>','<p>érett (gyümölcs)</p>','<p>Look, I\'ve told you in plain words, this apple is not <strong>ripe</strong> and you mustn\'t eat it.</p>','2016-03-09 06:34:26'),(254,'<p>negligible</p>','<p>elhanyagolható</p>','<p>I had missgivings and, you see, I was right; lack of money is not a <strong>negligible</strong> problem.</p>','2016-03-09 06:36:23'),(255,'<p>frightening</p>','<p>ijesztő</p>','<p>It\'s <strong>frightening</strong> to think that even the strongest measures are useless against crime in big cities.</p>','2016-03-09 16:55:33'),(256,'<p>modest</p>','<p>szerény</p>','<p>I\'m not exaggerating! Susie is the best singer in the school. She\'s just too <strong>modest</strong> to admit it.</p>','2016-03-10 06:48:17'),(257,'<p>schedule</p>','<p>menetrend</p>','<p>Preparations must be made for the big event. We\'ll all have a busy <strong>schedule</strong> next month.</p>','2016-03-10 06:51:33'),(259,'<p>dignity</p>','<p>méltóság</p>','<p>\"I won\'t do it if it\'s illegal, not for all the money in the world\", he said with <strong>dignity</strong>.</p>','2016-03-10 06:50:05'),(260,'<p>bark</p>','<p>ugat</p>','<p>Your dog is <strong>barking</strong> just like my dog! The difference is negligible.</p>','2016-03-14 16:30:58'),(261,'<p>principle</p>','<p>alapelv</p>','<p>There\'s one <strong>principle</strong> you should always stick to: a man must always keep his dignity.</p>','2016-03-11 07:23:36'),(262,'<p>apply to</p>','<p>vonatkozik valamire</p>','<p>There\'s no exception to this rule; it <strong>applies to</strong> all cases.</p>','2016-03-11 07:24:39'),(264,'<p>sensible explanation</p>\r\n<p>be sensible</p>','<p>értelmes magyarázat</p>\r\n<p>legyen esszed</p>','<p>Come, on Susie dear, <strong>be sensible</strong>!<strong> </strong>That apple is not ripe yet, and you mustn\'t eat it!</p>','2016-03-11 07:26:22'),(265,'<p>attractive</p>','<p>vonzó</p>','<p>\"You\'re the most <strong>attractive</strong> girl in the world!\" he said and kissed her passionately. (PAGE 143)</p>','2016-03-11 07:28:04'),(268,'<p>omit</p>','<p>elhagy, kihagy</p>','<p>The story is too long; that long description about how attractive the girl looked should be <strong>omitted</strong>.</p>','2016-03-12 06:29:48'),(269,'<p>install</p>','<p>felszerel, beszerel</p>','<p>What a rotten radiator! They <strong>installed</strong> it only yesterday and already it leaks.</p>','2016-03-12 06:33:31'),(272,'<p>beyond</p>','<p>túl, felett</p>','<p>Its success was <strong>beyond</strong> our wildest expectations.</p>','2016-03-14 10:46:45'),(273,'<p>bug</p>','<p>bogár</p>','<p>How did this <strong>bug</strong> get in the room when all the windows are shut?!</p>','2016-03-14 10:48:46'),(274,'<p>accurate</p>','<p>pontos</p>','<p><strong>Accurate</strong> work is always rewarded.</p>','2016-03-14 10:48:08'),(275,'<p>conspicuous</p>','<p>feltűnő</p>','<p>Professional basketball players are <strong>conspicuously</strong> tall. (PAGE 151)</p>','2016-03-14 10:46:17'),(276,'<p>restless</p>','<p>nyugtalan</p>','<p>Pete felt <strong>restless</strong> and wanted to go out instead of doing his homework, but he couldn\'t find any pretext.</p>','2016-03-15 08:51:25'),(278,'<p>annual</p>','<p>évi</p>','<p>They\'ve fixed the date of the <strong>annual</strong> Jazz Festival. This year it\'ll be in the first week of May.</p>','2016-03-15 08:53:46'),(283,'<p>protect</p>','<p>véd, oltalmaz</p>','<p>I\'ve gone through enough in life to be able to take care of myself; I don\'t need you to <strong>protect</strong> me.</p>','2016-03-16 10:40:34'),(284,'<p>mercy</p>','<p>kegyelem</p>','<p>Be sure not to be late for the meeting! The boss has no <strong>mercy</strong> on late-comers.</p>','2016-03-16 10:39:53'),(285,'<p>ruthless</p>','<p>könyörtelen</p>','<p>Last night I dreamt that a <strong>ruthless</strong> criminal was chasing me. What a nightmare!</p>','2016-03-16 10:42:15'),(286,'<p>instinct</p>','<p>ösztön</p>','<p>Unlike animals, man is a rational being; he doesn\'t only act by <strong>instinct</strong>.</p>','2016-03-17 10:51:06'),(287,'<p>urge</p>','<p>kényszer</p>','<p>Mr Wick hates work that\'s not accurate; he felt a strong <strong>urge</strong> to tear Ödi\'s homeweork into little pieces.</p>','2016-03-17 10:49:15'),(288,'<p>circumstances</p>','<p>körülmények</p>','<p>The <strong>circumstances</strong> are not right for holding the Annual Jazz Festival in May. The best musicians won\'t be able to participate.</p>','2016-03-17 10:50:13'),(289,'<p>sacrifice</p>','<p>áldozat</p>','<p>How can you accuse us of not loving you after all the <strong>sacrifice</strong> we\'ve made?</p>','2016-03-17 10:53:03'),(290,'<p>approval</p>','<p>jóváhagyás</p>','<p>Mr Bright hopes to get director\'s <strong>approval</strong> for banning alcohol from the factory. (PAGE 157)</p>','2016-03-17 10:53:14'),(291,'<p>forbid</p>','<p>megtiltani</p>','<p>You don\'t have my approval. In fact, I <strong>forbid</strong> you to leave the country.</p>','2016-03-18 08:48:28'),(292,'<p>gradually</p>','<p>fokozatosan</p>','<p>After a while people stopped talking about the scandal they <strong>gradually</strong> lost interest in it.</p>','2016-03-18 08:47:37'),(293,'<p>favorable</p>','<p>kedvező</p>','<p>We can start at dawn if the winds are <strong>favorable</strong>.</p>','2016-03-18 08:49:13'),(294,'<p>challenge</p>','<p>kihívás</p>','<p>Ivanhoe accepted the enemy\'s <strong>challenge</strong> to fight.</p>','2016-03-18 08:46:49'),(295,'<p>betray</p>','<p>elárul</p>','<p>He\'s a ruthless man! He would <strong>betray</strong> even his own mother!</p>','2016-03-18 08:46:16'),(296,'<p>tremble</p>','<p>remeg, reszket</p>','<p>As he spoke about his misfortunes, his voice began to <strong>tremble</strong> and tears came to his eyes.</p>','2016-03-19 06:19:39'),(297,'<p>clumsy</p>','<p>ügyetlen</p>','<p>Hey, Ödi! Don\'t be so <strong>clumsy</strong> with that rake! I\'ve showed you exactly how to use it.</p>','2016-03-19 06:18:24'),(298,'<p>gracefully</p>','<p>bájosan, kecsesen</p>','<p>Well, it\'s a miracle she can dance so <strong>gracefully</strong> with such a bad figure.</p>','2016-03-19 06:14:37'),(299,'<p>unique</p>','<p>egyedi, egyedülálló</p>','<p>Most animals have an instinct to protect their young; so your cat\'s behaviour wasn\'t <strong>unique</strong>.</p>','2016-03-19 06:14:01'),(300,'<p>suicide</p>','<p>öngyilkosság</p>','<p>If he had had a sense of humor, he could\'ve faced his problems and wouldn\'t have committed <strong>suicide</strong>. (PAGE 161)</p>','2016-03-24 08:59:13'),(302,'<p>flattering</p>','<p>hízelgő</p>','<p>Rembrandt painted a <strong>flattering </strong>picture of the king; it emphasized his dignity and concealed his ruthless nature.</p>','2016-03-21 07:12:39'),(303,'<p>conquer</p>','<p>meghódít</p>','<p>The Romans <strong>conquer </strong>Carthage and had no mercy on its people.</p>','2016-03-21 07:09:22'),(305,'<p>afford</p>','<p>megenged magának</p>','<p>He felt a strong temptation to buy the Chinese vase but he just couldn\'t <strong>afford</strong> it. (PAGE 167)</p>','2016-03-23 16:28:09'),(306,'<p>spread</p>','<p>elterjed</p>','<p>The rumour that Mr Husk committed suicide <strong>spreaded</strong> quickly in the house.</p>','2016-03-23 16:29:14'),(307,'<p>literally</p>','<p>szó szerint</p>','<p>The roof is <strong>literally</strong> falling to pieces; there is no way to repair it.</p>','2016-03-22 08:05:51'),(308,'<p>caretaker</p>','<p>gondnok, házmester</p>','<p>Mr Bogyoszlói, our <strong>caretaker </strong>was once a basketball player. He always throws the empty bottles accurately into the bin.</p>','2016-03-22 08:12:40'),(309,'<p>rucksack</p>','<p>hátizsák</p>','<p>Alma looked conspicuous with the big, yellow <strong>rucksack</strong> on her back.</p>','2016-03-22 08:10:51'),(311,'<p>cozy</p>','<p>kényelmes</p>','<p>This is really a <strong>cozy</strong> home, but I think I\'d replace that pink carpet.</p>','2016-03-23 08:56:16'),(312,'<p>sip</p>','<p>korty, hörpintés</p>','<p>Darling, try to <strong>sip</strong> your tea gracefully! It will make a good impression on Aunt Manyi.</p>','2016-03-23 08:56:23'),(313,'<p>miserable</p>','<p>nyomorult</p>','<p>We won\'t go anywhere in this <strong>miserable</strong> weather. You can put away the rucksack.</p>','2016-03-23 08:58:32'),(314,'<p>scatter</p>','<p>szétszór</p>','<p>A sudden breeze came and <strong>scattered </strong>our cards all over the beach.</p>','2016-03-23 08:59:21'),(315,'<p>curse, cursing</p>','<p>átok, káromkodik</p>','<p>There\'s no point in <strong>curse</strong>. You deserved what you got. (PAGE 171)</p>','2016-03-28 08:41:18'),(316,'<p>fragments</p>','<p>töredékek</p>','<p>I didn\'t want to act conspicuously and go nearer, so I could overhear only <strong>fragments</strong> of their conversation.</p>','2016-03-24 09:17:34'),(319,'<p>rival</p>','<p>vetélytárs</p>','<p>After Napoleon conquered Europe, France seemed to have a chance of overcoming her old <strong>rival</strong> England.</p>','2016-03-24 09:16:36'),(320,'<p>impudent</p>','<p>szemtelen</p>','<p>Ödi has made a bad impression on all his teachers. He is <strong>impudent</strong> and he curses when he makes a mistake during classes.</p>','2016-03-24 09:14:56'),(321,'<p>revenge</p>','<p>bosszú, megtorlás</p>','<p>The Maffia killed Mr Suhajda in <strong>revenge</strong> for betraying Don Corleone.</p>','2016-03-26 11:11:18'),(322,'<p>appreciate</p>','<p>értékel</p>','<p>I <strong>appreciate</strong> your generous offer but I can afford to buy the house without borrowing money.</p>','2016-03-26 11:08:34'),(323,'<p>flexible</p>','<p>rugalmas, hajlékony</p>','<p>Our plans for the day are quite <strong>flexible </strong>we can start as soon as this miserable weather changes.</p>','2016-03-26 11:10:31'),(324,'<p>harmless</p>','<p>ártalmatlan</p>','<p>Scientific investigations prove that one beer a day is <strong>harmless</strong>.</p>','2016-03-26 11:09:22'),(325,'<p>benefit from</p>','<p>hasznot húz valamiből</p>','<p>Spain <strong>benefit</strong> a lot from conquering South America. (PAGE 175)</p>','2016-03-31 05:43:56'),(327,'<p>award</p>','<p>díj</p>','<p>For the role of Hamlet, Laurence Olivier was <strong>awarded </strong>the \"Best Actor of the Year\" prize.</p>','2016-03-28 08:51:35'),(329,'<p>owe</p>','<p>tartozik</p>','<p>I <strong>owe</strong> the guy $20 for repairing the radiator and installing the new boiler.</p>','2016-03-28 08:49:37'),(330,'<p>fade</p>','<p>halványúl</p>','<p>My memories about the summer in Greece are <strong>fading</strong> away. I remember only fragments of what happened there. (PAGE 177)</p>','2016-03-28 08:54:17'),(332,'<p>artificial</p>','<p>mesterséges</p>','<p><strong>Artifical</strong> flowers in such a cosy flat! What an idea!</p>','2016-03-29 06:00:03'),(333,'<p>rigid</p>','<p>merev, szigorú</p>','<p>Mr Wick is very <strong>rigid </strong>in his ideas, and his wife doesn\'t appreciate that at all.</p>','2016-03-29 06:01:36'),(334,'<p>burden</p>','<p>teher</p>','<p>For him life was only a <strong>burden</strong>. That\'s why he committed suicide.</p>','2016-03-29 06:08:03'),(337,'<p>touchy</p>','<p>érzékeny</p>','<p>Adolescents tend to be <strong>touchy</strong> about criticism from grown-ups. That\'s why they often sound impudent.</p>','2016-03-30 06:20:02'),(338,'<p>surface</p>','<p>felszín, felület</p>','<p>On the <strong>surface</strong> it seems to have many advantages, but in reality it\'s not a good job.</p>','2016-03-30 06:20:37'),(339,'<p>expert</p>','<p>szakértő</p>','<p>\"Everybody makes mistakes!\" - This applies to the greatest <strong>experts</strong>, too.</p>','2016-03-30 06:17:18'),(340,'<p>grateful</p>','<p>hálás</p>','<p>But you\'re telling me only fragments of the truth! I\'d be <strong>grateful</strong> if you wouldn\'t hide anything from me. (PAGE 185)</p>','2016-04-04 10:23:43'),(341,'<p>scold</p>','<p>veszekszik, összeszid</p>','<p>A more flexible teacher would\'ve taken it as a harmless joke, but Mr Wick didn\'t; he <strong>scolded</strong> Ödi for it.</p>','2016-03-31 05:59:07'),(342,'<p>detergent</p>','<p>mosószer</p>','<p>Marika threw some <strong>detergent</strong> into Palika\'s soup in revenge for tickling her neck.</p>','2016-03-31 05:58:14'),(343,'<p>discipline</p>','<p>fegyelem</p>','<p>He\'s had enough of the rigid <strong>discipline</strong> of army life.</p>','2016-03-31 05:57:09'),(344,'<p>deadline</p>','<p>határidő</p>','<p>Don\'t forget that the <strong>deadline</strong> which you undertook is approaching.</p>','2016-03-31 05:56:36'),(345,'<p>divide</p>','<p>feloszt</p>','<p>She finds it impossible to <strong>divide</strong> her time between her family and her job. (PAGE 187)</p>','2016-03-31 05:59:17'),(346,'<p>contract</p>','<p>szersződés</p>','<p>I owe her much for her favourable criticism. It helped me to get a good <strong>contract</strong> for publishing my poems.</p>','2016-04-01 05:29:54'),(347,'<p>expenses</p>','<p>költségek</p>','<p>If my company hadn\'t paid my <strong>expenses</strong>, I just couldn\'t have afforded the trip.</p>','2016-04-01 05:27:38'),(348,'<p>willing</p>','<p>akarás</p>','<p>He is not <strong>willing</strong> to pay back the money he owes me.</p>','2016-04-01 06:01:41'),(349,'<p>shy</p>','<p>félénk</p>','<p>He is so <strong>shy</strong> that it\'s actually a burden for him to speak to strangers.</p>','2016-04-01 06:01:15'),(351,'<p>compare</p>','<p>összehasonlítani</p>','<p>I\'m grateful you told me about DASH.  I\'ve <strong>compared</strong> it with my usual detergent and it\'s much better!</p>','2016-04-03 06:18:39'),(352,'<p>average</p>','<p>átlagos</p>','<p>It seems he\'s undertaken to do too much, but don\'t forget he\'s not an <strong>average</strong> guy; he\'s really talented.</p>','2016-04-03 06:17:56'),(353,'<p>will-power</p>','<p>akaraterő</p>','<p>I hate being so shy, but I just can\'t change; it\'s not a question of <strong>will-power</strong>.</p>','2016-04-03 06:19:58'),(355,'<p>jealous</p>','<p>féltékeny</p>','<p>Mother said I was just as talented as Géza and scolded me for being <strong>jealous</strong>.</p>','2016-04-03 06:19:23'),(356,'<p>certificate</p>','<p>bizonyítvány</p>','<p>The expert compared the original <strong>certificate</strong> with the fake, but even he couldn\'t decide which was which.</p>','2016-04-03 06:28:54'),(357,'<p>share</p>','<p>megoszt</p>','<p>OK, I\'ll <strong>share</strong> my chocolate with you, Pete. I\'ll divide it in half.</p>','2016-04-03 06:26:12'),(358,'<p>valid</p>','<p>érvényes</p>','<p>You must have a <strong>valid</strong> passport if you want to travel abroad.</p>','2016-04-03 06:27:22'),(360,'<p>expire</p>','<p>lejár</p>','<p>Your contract has <strong>expired</strong> and I don\'t think we want to renew it.</p>','2016-04-03 06:28:01');
/*!40000 ALTER TABLE `woyo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'csuha_english'
--

--
-- Dumping routines for database 'csuha_english'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2022-04-09  2:44:25
