var parok = new Array(); parok[0] = { terms: [{ index: 0, text: "cover letter" }, { index: 1, text: "team player" }, { index: 2, text: "competitive salary" }, { index: 3, text: "ongoing training" }, { index: 4, text: "work experience" }, { index: 5, text: "analytical ability" }, ], definitions: [{ index: 0, text: "kísérőlevél" }, { index: 1, text: "csapatjátékos" }, { index: 2, text: "versenyképes fizetés" }, { index: 3, text: "folyamatos képzés" }, { index: 4, text: "szakmai tapasztalat" }, { index: 5, text: "elemzőkészség" }, ], //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: "participate" }, { index: 1, text: "develop" }, { index: 2, text: "contribute" }, { index: 3, text: "prepare" }, { index: 4, text: "ensure" }, { index: 5, text: "be in charge of" }, ], definitions: [{ index: 0, text: "részt vesz" }, { index: 1, text: "fejleszt" }, { index: 2, text: "hozzájárul" }, { index: 3, text: "(el)készít" }, { index: 4, text: "biztosít" }, { index: 5, text: "felel (vmiért)" }, ], //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: "experienced" }, { index: 1, text: "hard-working" }, { index: 2, text: "reliable" }, { index: 3, text: "quick to learn" }, { index: 4, text: "flexible" }, { index: 5, text: "persistent" }, ], definitions: [{ index: 0, text: "tapasztalt" }, { index: 1, text: "szorgalmas" }, { index: 2, text: "megbízható" }, { index: 3, text: "gyorsan tanuló" }, { index: 4, text: "rugalmas" }, { index: 5, text: "kitartó" }, ], //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, } };