var parok = new Array(); parok[0] = { terms: [{ index: 0, text: "price" }, { index: 1, text: "quotation" }, { index: 2, text: "bargain" }, { index: 3, text: "rebate" }, { index: 4, text: "pricing" }, { index: 5, text: "inflation" }, ], definitions: [{ index: 0, text: "ár" }, { index: 1, text: "árajánlat" }, { index: 2, text: "alkalmi vétel" }, { index: 3, text: "engedmény" }, { index: 4, text: "árazás, árképzés" }, { index: 5, text: "infláció" }, ], //this creates matches for indexes. This is a sort of an Answer Sheet pairs: { 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, } }; parok[1] = { terms: [{ index: 0, text: "expensive" }, { index: 1, text: "overpriced" }, { index: 2, text: "astronomical" }, { index: 3, text: "price-conscious" }, { index: 4, text: "dirt cheap" }, { index: 5, text: "no-frills" }, ], definitions: [{ index: 0, text: "drága" }, { index: 1, text: "túlárazott" }, { index: 2, text: "csillagászati" }, { index: 3, text: "árérzékeny" }, { index: 4, text: "piszkosul olcsó" }, { index: 5, text: "fapados" }, ], //this creates matches for indexes. This is a sort of an Answer Sheet pairs: { 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, } }; parok[2] = { terms: [{ index: 0, text: "wholesale price" }, { index: 1, text: "retail price" }, { index: 2, text: "price tag" }, { index: 3, text: "price elasticity" }, { index: 4, text: "price gouging" }, { index: 5, text: "price-fixing" }, ], definitions: [{ index: 0, text: "nagyker. ár" }, { index: 1, text: "kisker. ár" }, { index: 2, text: "árcímke" }, { index: 3, text: "árrugalmasság" }, { index: 4, text: "árfelhajtás" }, { index: 5, text: "árkartell" }, ], //this creates matches for indexes. This is a sort of an Answer Sheet pairs: { 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, } };