diff --git a/apps/librelingo_json_export/librelingo_json_export/__init__.py b/apps/librelingo_json_export/librelingo_json_export/__init__.py index b29fbb6e6fde..0511e45d4f7a 100644 --- a/apps/librelingo_json_export/librelingo_json_export/__init__.py +++ b/apps/librelingo_json_export/librelingo_json_export/__init__.py @@ -4,4 +4,4 @@ import librelingo_json_export.export -__version__ = '0.6.3' +__version__ = '0.7.0' diff --git a/apps/librelingo_json_export/librelingo_json_export/challenge_types.py b/apps/librelingo_json_export/librelingo_json_export/challenge_types.py index 76db075fdbcc..bdc3e99b3e38 100644 --- a/apps/librelingo_json_export/librelingo_json_export/challenge_types.py +++ b/apps/librelingo_json_export/librelingo_json_export/challenge_types.py @@ -1,4 +1,6 @@ -from librelingo_utils import get_dumb_opaque_id, audio_id, clean_word +import editdistance + +from librelingo_utils import get_dumb_opaque_id, audio_id, clean_word, iterate_phrases from .dictionary import _define_words_in_sentence @@ -56,10 +58,42 @@ def get_options_challenge(phrase, _): }] -def get_chips(phrase, course): +def get_chips_from_string(phrase): return list(map(clean_word, phrase.split())) +def get_chips_from_phrase(get_input_texts, phrase, course): + extra_chips = [] + solution_chips = get_chips_from_string(get_input_texts(phrase)[0]) + + for phrase in iterate_phrases(course): + for variant in get_input_texts(phrase): + for chip in get_chips_from_string(variant): + if chip not in solution_chips: + extra_chips.append(chip) + + chips_already_added = set() + deduplicated_chips = [] + + for chip in extra_chips: + if chip.lower() not in chips_already_added: + deduplicated_chips.append(chip) + chips_already_added.add(chip.lower()) + + extra_chips = sorted( + deduplicated_chips, + key=lambda chip: sum( + editdistance.eval(other_chip, chip) for other_chip in solution_chips + ) + ) + + return solution_chips + extra_chips[0:max(len(solution_chips) - 1, 2)] + + +def get_solutions_from_phrase(get_input_texts, phrase): + return [get_chips_from_string(x) for x in get_input_texts(phrase)] + + def create_chips_challenge_generator(reverse): def get_input_texts(phrase): return phrase.in_source_language if reverse else phrase.in_target_language @@ -88,8 +122,8 @@ def get_chips_challenge(phrase, course): "type": "chips", "translatesToSourceLanguage": reverse, "phrase": _define_words_in_sentence(course, get_phrase_text(phrase), reverse), - "chips": get_chips(get_input_text(phrase), course), - "solutions": [get_chips(x, course) for x in get_input_texts(phrase)], + "chips": get_chips_from_phrase(get_input_texts, phrase, course), + "solutions": get_solutions_from_phrase(get_input_texts, phrase), "formattedSolution": get_input_text(phrase), "id": get_dumb_opaque_id("Chips", phrase, "reverse chips" if reverse else "chips"), "priority": 2, diff --git a/apps/librelingo_json_export/poetry.lock b/apps/librelingo_json_export/poetry.lock index cf74b7736f03..3bfe1f52da04 100644 --- a/apps/librelingo_json_export/poetry.lock +++ b/apps/librelingo_json_export/poetry.lock @@ -128,6 +128,14 @@ python-versions = ">=3.6.0,<4.0.0" dataclasses = "*" docspec = ">=0.2.0,<0.3.0" +[[package]] +name = "editdistance" +version = "0.5.3" +description = "Fast implementation of the edit distance(Levenshtein distance)" +category = "main" +optional = false +python-versions = "*" + [[package]] name = "fastdiff" version = "0.3.0" @@ -188,7 +196,7 @@ python-versions = ">=3.9,<4.0" [[package]] name = "librelingo-utils" -version = "2.3.0" +version = "2.4.0" description = "Utilities to be used in LibreLingo-related-packages" category = "main" optional = false @@ -625,7 +633,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "30ee5ae8245015d2279c88fcf6c12b2c8212ec4ace8d72da665d154daa99bd43" +content-hash = "f2352eac84dc32968818355c841d5fdc532e17f8951ad73f13162f5abb850c04" [metadata.files] atomicwrites = [ @@ -679,6 +687,38 @@ docspec-python = [ {file = "docspec-python-0.2.0.tar.gz", hash = "sha256:61b161ccb5e6d0cc4d6ed2e127458e14becd6eae8276be2432ae380793f50468"}, {file = "docspec_python-0.2.0-py3-none-any.whl", hash = "sha256:a9aba8db53d22a91cc278e26256dae3b4f02c6bb11066d2a31bf500c3e489bfa"}, ] +editdistance = [ + {file = "editdistance-0.5.3-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:ef4714dc9cf281863dcc3ba6d24c3cae1dde41610a78dcdfae50d743ca71d5e1"}, + {file = "editdistance-0.5.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:a322354a8dfb442770902f06552b20df5184e65e84ac90cb799740915eb52212"}, + {file = "editdistance-0.5.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:36a4c36d7945f5ecfa1dc92c08635d73b64769cd0af066da774437fe2c7dc80a"}, + {file = "editdistance-0.5.3-cp27-cp27m-win32.whl", hash = "sha256:93e847cc2fbebb34a36b41337a3eb9b2034d4ff9679665b08ecc5c3c313f83a9"}, + {file = "editdistance-0.5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:d4561b602b7675f6a050cdd0e1b652007ce73bb7290019487b8919a44593d74d"}, + {file = "editdistance-0.5.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:dddb0d36f698e3c942d0d5934185533d9324fbde975b3e956a19883713e86d33"}, + {file = "editdistance-0.5.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:1018f0fa857b079c721583c42d2c54800fbe8c7d2c29b354a9724a0b79971cb8"}, + {file = "editdistance-0.5.3-cp33-cp33m-win32.whl", hash = "sha256:810d93e614f35ad2916570f48ff1370ac3c001eb6941d5e836e2c1c6986fafff"}, + {file = "editdistance-0.5.3-cp33-cp33m-win_amd64.whl", hash = "sha256:a96ac49acc7668477c13aff02ca0527c6462b026b78600602dbef04efc9250d3"}, + {file = "editdistance-0.5.3-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:a9167d9d5e754abd7ce68da065a636cc161e5063c322efd81159d15001d5272a"}, + {file = "editdistance-0.5.3-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:a10c61df748220b2b9e2949a10aea23ffeded28c07e610e107a8f6a4b5b92782"}, + {file = "editdistance-0.5.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:6452d750fbc49c6f04232a840f96b0f1155ff7cb2d953ce1edf075c5a394f3ea"}, + {file = "editdistance-0.5.3-cp34-cp34m-win32.whl", hash = "sha256:1f510e6eb411ec6123ba4ebc086d5882027710d28db174985a74e13fd0eb354f"}, + {file = "editdistance-0.5.3-cp34-cp34m-win_amd64.whl", hash = "sha256:9d6ee66f8de30ec6358083e5ecd7919a5966b38c64012c1672f326c61ff7a15f"}, + {file = "editdistance-0.5.3-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:c1cf5ff98cfdc38046ae0f2d3ccbe1e15b0665234a04783f6558ec0a48e72dc8"}, + {file = "editdistance-0.5.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:5f9c202b1a2f2630f7a0cdd76ad0ad55de4cd700553778c77e37379c6ac8e8bb"}, + {file = "editdistance-0.5.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:553fb295802c399f0f419b616b499c241ffdcb2a70888d1e9d1bd22ba21b122f"}, + {file = "editdistance-0.5.3-cp35-cp35m-win32.whl", hash = "sha256:0834826832e51a6c18032b13b68083e3ebfbf3daf774142ae6f2b17b35580c16"}, + {file = "editdistance-0.5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:6ccfd57221bae661304e7f9495f508aeec8f72e462d97481d55488ded87f5cbc"}, + {file = "editdistance-0.5.3-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:25b39c836347dcbb251a6041fd3d7575b82c365923a4b13c32c699e442b1b644"}, + {file = "editdistance-0.5.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:fa0047a8d972ab779141eed4713811251c9f6e96e9e8a62caa8d554a0444ff74"}, + {file = "editdistance-0.5.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:db65bf1f39964019040434cb924c62c9965bd0df2feb316dbe5de3f09e6a81de"}, + {file = "editdistance-0.5.3-cp36-cp36m-win32.whl", hash = "sha256:cc65c2cd68751a966f7468537b4a6fd7d9107d49e139d8efd5734ee6f48d3126"}, + {file = "editdistance-0.5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:fe7e6a90476976d7e5abc9472acb0311b7cdc76d84190f8f6c317234680c5de3"}, + {file = "editdistance-0.5.3-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:25dd59d7f17a38203c5e433f5b11f64a8d1042d876d0dc00b324dda060d12e81"}, + {file = "editdistance-0.5.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:61486173447a153cccbd52eb63947378803f0f2a5bffebbfec500bd77fc5706d"}, + {file = "editdistance-0.5.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:cd49e9b22972b15527d53e06918c14d9fe228ae362a57476d16b0cad3e14e0c8"}, + {file = "editdistance-0.5.3-cp37-cp37m-win32.whl", hash = "sha256:503c6f69f4901d8a63f3748e4b0eccb2a89e6844b0879a7e256cab439297d379"}, + {file = "editdistance-0.5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:ee4ed815bc5137a794095368580334e430ff26c73a05c67e76b39f535b363a0f"}, + {file = "editdistance-0.5.3.tar.gz", hash = "sha256:89d016dda04649b2c49e12b34337755a7b612bfd690420edd50ab31787120c1f"}, +] fastdiff = [ {file = "fastdiff-0.3.0-py2.py3-none-any.whl", hash = "sha256:ca5f61f6ddf5a1564ddfd98132ad28e7abe4a88a638a8b014a2214f71e5918ec"}, {file = "fastdiff-0.3.0.tar.gz", hash = "sha256:4dfa09c47832a8c040acda3f1f55fc0ab4d666f0e14e6951e6da78d59acd945a"}, @@ -703,8 +743,8 @@ librelingo-types = [ {file = "librelingo_types-3.0.0.tar.gz", hash = "sha256:ac8d9b0335e7ed52bc34476e16c792d99c8b7872f08883fedad6a276e71e2286"}, ] librelingo-utils = [ - {file = "librelingo_utils-2.3.0-py3-none-any.whl", hash = "sha256:0dcf340045e86e9b5e41e0a1cde246e4d2efaccaf330038d0a5011f494650181"}, - {file = "librelingo_utils-2.3.0.tar.gz", hash = "sha256:673e5027cc86caa316bb22c345419f74ad0e027a5ee0ddd80e2331f6cb0bd9cb"}, + {file = "librelingo_utils-2.4.0-py3-none-any.whl", hash = "sha256:d110b2e0d3a561847b79ff8c175ae30e870d54f30aa6541c588c1a8fd96d3f36"}, + {file = "librelingo_utils-2.4.0.tar.gz", hash = "sha256:1b94fcefcf657cf18149a1886298bea558c0d67d9287b0a763e6f396321fe8f1"}, ] librelingo-yaml-loader = [ {file = "librelingo_yaml_loader-1.5.0-py3-none-any.whl", hash = "sha256:955f954d5e844f91f8647cbfe3376952bc4e0c32abc6eb704789cd422f489c75"}, diff --git a/apps/librelingo_json_export/pyproject.toml b/apps/librelingo_json_export/pyproject.toml index 784d1f164e85..80c430081008 100644 --- a/apps/librelingo_json_export/pyproject.toml +++ b/apps/librelingo_json_export/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "librelingo_json_export" -version = "0.6.3" +version = "0.7.0" description = "Export LibreLingo courses in the JSON format used by the web app" authors = ["Dániel Kántor "] license = "AGPLv3" @@ -12,6 +12,7 @@ librelingo-types = "^3.0.0" librelingo-utils = "^2.3.0" python-slugify = "^4.0.1" librelingo-yaml-loader = "^1.0.0" +editdistance = "^0.5.3" [tool.poetry.dev-dependencies] pytest = "^6.2.2" diff --git a/apps/librelingo_json_export/tests/snapshots/snap_test_integration.py b/apps/librelingo_json_export/tests/snapshots/snap_test_integration.py index 896da0e7f756..78d63347eb11 100644 --- a/apps/librelingo_json_export/tests/snapshots/snap_test_integration.py +++ b/apps/librelingo_json_export/tests/snapshots/snap_test_integration.py @@ -32,7 +32,10 @@ 'La', 'femme', 'dit', - 'bonjour' + 'bonjour', + 'la', + 'salut', + "L'homme" ], 'formattedSolution': 'La femme dit bonjour', 'group': '921dd5d24167', @@ -80,7 +83,9 @@ 'The', 'woman', 'says', - 'hello' + 'hello', + 'man', + 'hi' ], 'formattedSolution': 'The woman says hello', 'group': '921dd5d24167', @@ -143,7 +148,9 @@ 'chips': [ "L'homme", 'dit', - 'bonjour' + 'bonjour', + 'La', + 'femme' ], 'formattedSolution': "L'homme dit bonjour", 'group': '0f389ca8a0c4', @@ -189,7 +196,9 @@ 'The', 'man', 'says', - 'hello' + 'hello', + 'hi', + 'woman' ], 'formattedSolution': 'The man says hello', 'group': '0f389ca8a0c4', diff --git a/apps/librelingo_json_export/tests/test_challenges.py b/apps/librelingo_json_export/tests/test_challenges.py index 50442d366b50..afdcfc7aafaf 100644 --- a/apps/librelingo_json_export/tests/test_challenges.py +++ b/apps/librelingo_json_export/tests/test_challenges.py @@ -1,3 +1,5 @@ +import collections + from unittest.mock import patch from unittest import TestCase from librelingo_json_export.challenges import _get_challenges_data @@ -8,7 +10,7 @@ from librelingo_json_export.challenge_types import get_listening_challenge from librelingo_json_export.challenge_types import get_chips_challenge from librelingo_json_export.challenge_types import get_options_challenge -from librelingo_json_export.challenge_types import get_chips +from librelingo_json_export.challenge_types import get_chips_from_phrase from librelingo_types import Phrase from librelingo_types import Settings from librelingo_fakes import fakes @@ -234,14 +236,15 @@ def test_returns_correct_value1(self): 'id': '9f9b09771a07', 'group': '930c4c4e7552', "priority": 2, - "chips": ["foous", "barus"], + "chips": ["foous", "barus", "lorem", "ipsum"], "solutions": [["foous", "barus"]], "formattedSolution": "foous barus", } - @patch('librelingo_json_export.challenge_types.get_chips') - def test_returns_correct_value2(self, get_chips): - get_chips.return_value = fakes.fake_value() + @patch('librelingo_json_export.challenge_types.get_solutions_from_phrase') + @patch('librelingo_json_export.challenge_types.get_chips_from_phrase') + def test_returns_correct_value2(self, get_chips_from_phrase, get_solutions_from_phrase): + get_chips_from_phrase.return_value = fakes.fake_value() challenge = get_chips_challenge( fakes.phrase_with_alternatives, fakes.course1)[0] assert challenge == { @@ -256,36 +259,73 @@ def test_returns_correct_value2(self, get_chips): 'id': '4b0e9208ce1b', 'group': '66a39e74a2c8', "priority": 2, - "solutions": [get_chips.return_value, get_chips.return_value], - "chips": get_chips.return_value, + "solutions": get_solutions_from_phrase.return_value, + "chips": get_chips_from_phrase.return_value, "formattedSolution": "foous barus foous barus ", } - @patch('librelingo_json_export.challenge_types.get_chips') - def test_calls_get_chips_with_correct_value(self, get_chips): - get_chips_challenge(fakes.phrase1, fakes.course1) - get_chips.assert_called_with(fakes.phrase1.in_target_language[0], fakes.course1) - class GetChipsTest(TestCase): def test_empty_string(self): - assert get_chips('', fakes.course1) == [] + assert get_chips_from_phrase(lambda _: [''], None, fakes.course1) == [] @patch('librelingo_json_export.challenge_types.clean_word') def test_empty_string_doesnt_call_clean_word(self, clean_word): - get_chips('', fakes.course1) + get_chips_from_phrase(lambda _: [''], None, fakes.course1) assert not clean_word.called @patch('librelingo_json_export.challenge_types.clean_word') def test_calls_clean_word_with_correct_argument(self, clean_word): - get_chips('foo', fakes.course2) + get_chips_from_phrase(lambda _: ['foo'], None, fakes.course2) clean_word.assert_called_with('foo') @patch('librelingo_json_export.challenge_types.clean_word') def test_returns_correct_value(self, clean_word): clean_word.return_value = fakes.fake_value() - assert get_chips('foo', fakes.course1) == [clean_word.return_value] + assert get_chips_from_phrase(lambda _: 'foo', None, fakes.course1) == [clean_word.return_value] @patch('librelingo_json_export.challenge_types.clean_word') def test_returns_correct_number_of_words(self, clean_word): - assert len(get_chips('foo bar', fakes.course1)) == 2 + # Includes extra words + clean_word.side_effect = lambda x: x + assert len(get_chips_from_phrase(lambda x: ['Sleep well!'] if x is None else x[0], None, fakes.course1)) == 4 + + def test_includes_words_from_other_phrases_sorted_by_edit_distance(self): + extra_chips = list(get_chips_from_phrase(lambda x: ['something lipsum'] if x is None else x[0], None, fakes.course1)) + while "something" in extra_chips: + extra_chips.remove("something") + while "lipsum" in extra_chips: + extra_chips.remove("lipsum") + assert extra_chips == ['ipsum', 'lorem'] + + def test_doesnt_include_duplicates_from_another_phrase(self): + my_fake_module = fakes.customize( + fakes.course1.modules[0], + skills=[ + fakes.customize( + fakes.course1.modules[0].skills[0], + phrases=[ + fakes.customize( + fakes.course1.modules[0].skills[0].phrases[0], + in_target_language=["Ipsum"] + ) + ] + ) + ] + ) + fake_course_with_duplicated_chip = fakes.customize( + fakes.course1, + modules=[fakes.course1.modules[0], fakes.course1.modules[0], my_fake_module] + ) + chips_count = collections.Counter(get_chips_from_phrase(lambda x: ['something lipsum'] if x is None else x[0], None, fake_course_with_duplicated_chip)) + + assert chips_count["ipsum"] + chips_count["Ipsum"] == 1 + + def test_returns_correct_number_of_words_2(self): + fake_course_with_duplicated_chip = fakes.customize( + fakes.course1, + modules=[fakes.course1.modules[0], fakes.course1.modules[0]] + ) + chips = list(get_chips_from_phrase(lambda x: ['something lipsum dolor'] if x is None else x[0], None, fake_course_with_duplicated_chip)) + + assert len(chips) == 5 diff --git a/apps/web/cypress/integration/chips.feature b/apps/web/cypress/integration/chips.feature index bddb0ee61cfd..07f7bef05aa3 100644 --- a/apps/web/cypress/integration/chips.feature +++ b/apps/web/cypress/integration/chips.feature @@ -36,6 +36,7 @@ Feature: Chips challenge And I click "Como" And I click "estás" And I click "hoy" + Then I have unused chips Given I click "Submit" Then I see the challenge panel with no skip button And I read "Correct solution" diff --git a/apps/web/cypress/integration/chips/index.js b/apps/web/cypress/integration/chips/index.js index c2479e5d0a70..13061cd53e78 100644 --- a/apps/web/cypress/integration/chips/index.js +++ b/apps/web/cypress/integration/chips/index.js @@ -13,3 +13,7 @@ Then("I see the correct chips", () => { cy.get(".chip").contains("estás").should("be.visible") cy.get(".chip").contains("hoy").should("be.visible") }) + +Then("I have unused chips", () => { + cy.get("#chips .chip").should("be.visible") +}) diff --git a/apps/web/src/courses/bangla-from-english/challenges/animals.json b/apps/web/src/courses/bangla-from-english/challenges/animals.json index 2db77c8a46db..251c8f86db95 100644 --- a/apps/web/src/courses/bangla-from-english/challenges/animals.json +++ b/apps/web/src/courses/bangla-from-english/challenges/animals.json @@ -30,7 +30,9 @@ "chips": [ "এট", "একট", - "ঘোড়" + "ঘোড়", + "এব", + "ছোট" ], "solutions": [ [ @@ -74,7 +76,9 @@ "chips": [ "It's", "a", - "horse" + "horse", + "is", + "I" ], "solutions": [ [ @@ -120,7 +124,9 @@ "chips": [ "নিম", "একট", - "কুকুর" + "কুকুর", + "কর", + "এট" ], "solutions": [ [ @@ -179,7 +185,10 @@ "Nemo", "is", "a", - "dog" + "dog", + "go", + "to", + "am" ], "solutions": [ [ @@ -232,7 +241,11 @@ "হাঁস", "আর", "একট", - "ঘোড়" + "ঘোড়", + "এট", + "কর", + "এব", + "কত" ], "solutions": [ [ @@ -299,7 +312,11 @@ "duck", "and", "a", - "horse" + "horse", + "I", + "are", + "or", + "am" ], "solutions": [ [ diff --git a/apps/web/src/courses/bangla-from-english/challenges/clothes.json b/apps/web/src/courses/bangla-from-english/challenges/clothes.json index 207a79d093b1..1580fa9aa1bd 100644 --- a/apps/web/src/courses/bangla-from-english/challenges/clothes.json +++ b/apps/web/src/courses/bangla-from-english/challenges/clothes.json @@ -30,7 +30,9 @@ "chips": [ "আমার", "পছন্দ", - "হয়েছ" + "হয়েছ", + "হচ্ছ", + "পান" ], "solutions": [ [ @@ -64,7 +66,9 @@ "chips": [ "I", "like", - "it" + "it", + "is", + "a" ], "solutions": [ [ @@ -110,7 +114,9 @@ "chips": [ "কত", "দাম", - "এটার" + "এটার", + "এট", + "কর" ], "solutions": [ [ @@ -145,7 +151,10 @@ "How", "much", "is", - "it" + "it", + "go", + "to", + "or" ], "solutions": [ [ @@ -199,7 +208,9 @@ ], "chips": [ "পোশাকট", - "সুন্দর" + "সুন্দর", + "পছন্দ", + "পান" ], "solutions": [ [ @@ -229,7 +240,10 @@ "The", "dress", "is", - "beautiful" + "beautiful", + "eat", + "are", + "the" ], "solutions": [ [ @@ -275,7 +289,9 @@ ], "chips": [ "জুতাগুল", - "বড়" + "বড়", + "হল", + "কত" ], "solutions": [ [ @@ -305,7 +321,10 @@ "The", "shoes", "are", - "big" + "big", + "the", + "She", + "He" ], "solutions": [ [ @@ -351,7 +370,9 @@ ], "chips": [ "টি-শার্টট", - "বড়" + "বড়", + "এট", + "আর" ], "solutions": [ [ @@ -381,7 +402,10 @@ "The", "t-shirt", "is", - "big" + "big", + "it", + "the", + "She" ], "solutions": [ [ @@ -427,7 +451,9 @@ ], "chips": [ "স্কার্টট", - "ছোট" + "ছোট", + "একট", + "রুট" ], "solutions": [ [ @@ -457,7 +483,10 @@ "The", "skirt", "is", - "small" + "small", + "it", + "are", + "a" ], "solutions": [ [ diff --git a/apps/web/src/courses/bangla-from-english/challenges/food.json b/apps/web/src/courses/bangla-from-english/challenges/food.json index 34a53b25aaa2..4168948c72ea 100644 --- a/apps/web/src/courses/bangla-from-english/challenges/food.json +++ b/apps/web/src/courses/bangla-from-english/challenges/food.json @@ -30,7 +30,9 @@ "chips": [ "খাবার", "উপভোগ", - "করুন" + "করুন", + "কর", + "পান" ], "solutions": [ [ @@ -64,7 +66,9 @@ "chips": [ "Enjoy", "your", - "meal" + "meal", + "you", + "or" ], "solutions": [ [ @@ -111,7 +115,10 @@ "অনুগ্রহ", "কর", "রুট", - "দিন" + "দিন", + "আর", + "করুন", + "দুধ" ], "solutions": [ [ @@ -154,7 +161,9 @@ ], "chips": [ "Bread", - "please" + "please", + "Please", + "bread" ], "solutions": [ [ @@ -192,7 +201,10 @@ "অনুগ্রহ", "কর", "পান", - "দিন" + "দিন", + "গান", + "পার", + "আর" ], "solutions": [ [ @@ -235,7 +247,9 @@ ], "chips": [ "Water", - "please" + "please", + "Please", + "water" ], "solutions": [ [ @@ -277,7 +291,10 @@ "সালম", "পান", "পান", - "কর" + "কর", + "পার", + "গান", + "দাম" ], "solutions": [ [ @@ -321,7 +338,9 @@ "chips": [ "Salma", "drinks", - "water" + "water", + "Water", + "drink" ], "solutions": [ [ @@ -368,7 +387,10 @@ "দম্পতিট", "শরবত", "পান", - "কর" + "কর", + "কত", + "পার", + "আর" ], "solutions": [ [ @@ -413,7 +435,10 @@ "The", "couple", "drinks", - "sherbet" + "sherbet", + "are", + "the", + "She" ], "solutions": [ [ @@ -456,7 +481,9 @@ "chips": [ "জামাল", "রুট", - "খায়" + "খায়", + "দাম", + "খাই" ], "solutions": [ [ @@ -490,7 +517,9 @@ "chips": [ "Jamal", "eats", - "bread" + "bread", + "eat", + "meal" ], "solutions": [ [ @@ -532,7 +561,9 @@ "chips": [ "আম", "পাস্ত", - "খায়" + "খায়", + "পান", + "দাম" ], "solutions": [ [ @@ -566,7 +597,9 @@ "chips": [ "I", "eat", - "pasta" + "pasta", + "a", + "cat" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/adj-1.json b/apps/web/src/courses/basque-from-english/challenges/adj-1.json index 9ffd22cc60b5..a528b972840d 100644 --- a/apps/web/src/courses/basque-from-english/challenges/adj-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/adj-1.json @@ -38,7 +38,9 @@ "chips": [ "Autobusa", "horia", - "da" + "da", + "ona", + "Hura" ], "solutions": [ [ @@ -74,7 +76,11 @@ "it", "a", "yellow", - "bus" + "bus", + "is", + "I", + "e", + "t" ], "solutions": [ [ @@ -157,7 +163,13 @@ "baina", "orain", "horia", - "da" + "da", + "ona", + "zara", + "eta", + "dira", + "on", + "morea" ], "solutions": [ [ @@ -218,7 +230,16 @@ "now", "it", "is", - "yellow" + "yellow", + "t", + "w", + "Is", + "e", + "n", + "o", + "or", + "in", + "on" ], "solutions": [ [ @@ -327,7 +348,17 @@ "urdina", "eta", "laranja", - "da" + "da", + "Eta", + "ona", + "aita", + "a", + "dira", + "etxea", + "gona", + "ama", + "Epa", + "neba" ], "solutions": [ [ @@ -411,7 +442,19 @@ "is", "blue", "and", - "orange" + "orange", + "are", + "bad", + "one", + "am", + "a", + "And", + "in", + "man", + "He", + "e", + "We", + "me" ], "solutions": [ [ @@ -495,7 +538,13 @@ "baina", "orain", "gorria", - "da" + "da", + "ona", + "eta", + "gona", + "bat", + "on", + "aita" ], "solutions": [ [ @@ -556,7 +605,16 @@ "now", "it", "is", - "red" + "red", + "am", + "t", + "cat", + "r", + "w", + "Is", + "fat", + "bad", + "hat" ], "solutions": [ [ @@ -635,7 +693,15 @@ "kotxe", "bat", "urdina", - "da" + "da", + "a", + "Eta", + "ona", + "t", + "Bai", + "aita", + "Epa", + "ere" ], "solutions": [ [ @@ -705,7 +771,15 @@ "one", "car", "is", - "blue" + "blue", + "in", + "are", + "He", + "e", + "We", + "it", + "me", + "his" ], "solutions": [ [ @@ -782,7 +856,14 @@ "baina", "orain", "horiak", - "dira" + "dira", + "horia", + "zara", + "haiek", + "zuria", + "morea", + "horiek", + "haien" ], "solutions": [ [ @@ -847,7 +928,15 @@ "now", "they", "are", - "yellow" + "yellow", + "hee", + "the", + "her", + "She", + "Are", + "here", + "See", + "new" ], "solutions": [ [ @@ -925,7 +1014,15 @@ "poltsa", "bat", "grisa", - "zen" + "zen", + "Eta", + "da", + "a", + "ona", + "aita", + "t", + "neba", + "Epa" ], "solutions": [ [ @@ -995,7 +1092,15 @@ "one", "purse", "was", - "gray" + "gray", + "are", + "bus", + "car", + "bad", + "am", + "a", + "man", + "cars" ], "solutions": [ [ @@ -1059,7 +1164,10 @@ "Poltsa", "bat", "berdea", - "zen" + "zen", + "da", + "eta", + "bere" ], "solutions": [ [ @@ -1099,7 +1207,10 @@ "One", "purse", "was", - "green" + "green", + "are", + "one", + "See" ], "solutions": [ [ @@ -1152,7 +1263,9 @@ "chips": [ "Poltsak", "horiak", - "ziren" + "ziren", + "horia", + "horiek" ], "solutions": [ [ @@ -1187,7 +1300,10 @@ "The", "purses", "were", - "yellow" + "yellow", + "here", + "are", + "See" ], "solutions": [ [ @@ -1248,7 +1364,11 @@ "eta", "kotxea", "urdinak", - "dira" + "dira", + "aita", + "Eta", + "urdina", + "etxea" ], "solutions": [ [ @@ -1296,7 +1416,13 @@ "the", "car", "are", - "blue" + "blue", + "She", + "one", + "Are", + "He", + "e", + "We" ], "solutions": [ [ @@ -1379,7 +1505,13 @@ "eta", "kotxea", "zuria", - "zen" + "zen", + "Eta", + "etxea", + "zurea", + "ona", + "luzea", + "zuen" ], "solutions": [ [ @@ -1439,7 +1571,15 @@ "the", "car", "was", - "white" + "white", + "bad", + "are", + "She", + "cat", + "hat", + "am", + "a", + "man" ], "solutions": [ [ @@ -1502,7 +1642,9 @@ "chips": [ "Kotxea", "laranja", - "zen" + "zen", + "zara", + "kotxea" ], "solutions": [ [ @@ -1537,7 +1679,10 @@ "The", "car", "was", - "orange" + "orange", + "man", + "one", + "are" ], "solutions": [ [ @@ -1600,7 +1745,11 @@ "laranjak", "eta", "berdeak", - "dira" + "dira", + "bereak", + "berea", + "zara", + "gara" ], "solutions": [ [ @@ -1647,7 +1796,12 @@ "are", "orange", "and", - "green" + "green", + "Are", + "one", + "red", + "tree", + "the" ], "solutions": [ [ @@ -1696,7 +1850,9 @@ "chips": [ "Kotxeak", "grisak", - "dira" + "dira", + "grisa", + "gida" ], "solutions": [ [ @@ -1731,7 +1887,10 @@ "The", "cars", "are", - "gray" + "gray", + "Are", + "car", + "am" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/adj-2.json b/apps/web/src/courses/basque-from-english/challenges/adj-2.json index 2179ba56b44d..a4b4c2974956 100644 --- a/apps/web/src/courses/basque-from-english/challenges/adj-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/adj-2.json @@ -56,7 +56,11 @@ "da", "hotela", "baizik", - "denda" + "denda", + "a", + "ez", + "eta", + "ona" ], "solutions": [ [ @@ -106,7 +110,15 @@ "but", "rather", "a", - "store" + "store", + "t", + "it", + "e", + "o", + "or", + "hat", + "h", + "r" ], "solutions": [ [ @@ -217,7 +229,11 @@ "zen", "etxea", "baizik", - "ostatua" + "ostatua", + "eta", + "ez", + "bat", + "da" ], "solutions": [ [ @@ -267,7 +283,15 @@ "but", "rather", "a", - "mini-hotel" + "mini-hotel", + "hat", + "t", + "it", + "fat", + "cat", + "h", + "e", + "o" ], "solutions": [ [ @@ -384,7 +408,13 @@ "berdea", "baizik", "gorria", - "da" + "da", + "a", + "eta", + "dira", + "gida", + "ona", + "berea" ], "solutions": [ [ @@ -445,7 +475,16 @@ "rather", "it", "is", - "red" + "red", + "He", + "e", + "t", + "We", + "me", + "It", + "hee", + "her", + "are" ], "solutions": [ [ @@ -513,7 +552,10 @@ "Zer", "kolorea", "da", - "denda" + "denda", + "dira", + "ona", + "ere" ], "solutions": [ [ @@ -554,7 +596,11 @@ "color", "is", "the", - "store" + "store", + "Who", + "or", + "one", + "She" ], "solutions": [ [ @@ -614,7 +660,10 @@ "Zer", "koloreak", "ziren", - "hotelak" + "hotelak", + "morea", + "Noren", + "zurea" ], "solutions": [ [ @@ -655,7 +704,11 @@ "colors", "were", "the", - "hotels" + "hotels", + "her", + "hers", + "hee", + "here" ], "solutions": [ [ @@ -708,7 +761,10 @@ "Zer", "kolorea", "zen", - "autobusa" + "autobusa", + "zer", + "Nor", + "tour" ], "solutions": [ [ @@ -749,7 +805,11 @@ "color", "was", "the", - "bus" + "bus", + "Who", + "car", + "cat", + "hat" ], "solutions": [ [ @@ -802,7 +862,10 @@ "Autobusa", "ez", "zen", - "gorria" + "gorria", + "eta", + "on", + "ona" ], "solutions": [ [ @@ -843,7 +906,11 @@ "bus", "was", "not", - "red" + "red", + "Yes", + "but", + "bad", + "boy" ], "solutions": [ [ @@ -903,7 +970,10 @@ "Ostatua", "ez", "da", - "zuria" + "zuria", + "a", + "eta", + "Zu" ], "solutions": [ [ @@ -944,7 +1014,11 @@ "mini-hotel", "is", "not", - "white" + "white", + "it", + "the", + "She", + "me" ], "solutions": [ [ @@ -1032,7 +1106,14 @@ "baizik", "eliza", "zuria", - "baizik" + "baizik", + "naiz", + "ez", + "Eliza", + "eta", + "a", + "z", + "aita" ], "solutions": [ [ @@ -1099,7 +1180,17 @@ "rather", "a", "white", - "church" + "church", + "hat", + "t", + "it", + "h", + "cat", + "e", + "fat", + "am", + "are", + "r" ], "solutions": [ [ @@ -1195,7 +1286,14 @@ "baina", "ostatua", "zuria", - "zen" + "zen", + "zara", + "zurea", + "zuen", + "z", + "eta", + "ona", + "luzea" ], "solutions": [ [ @@ -1261,7 +1359,16 @@ "the", "mini-hotel", "was", - "white" + "white", + "She", + "hat", + "hee", + "it", + "cat", + "That", + "his", + "her", + "Who" ], "solutions": [ [ @@ -1358,7 +1465,13 @@ "baizik", "etxe", "bat", - "zen" + "zen", + "ez", + "da", + "z", + "han", + "a", + "n" ], "solutions": [ [ @@ -1420,7 +1533,17 @@ "it", "was", "a", - "house" + "house", + "t", + "hat", + "fat", + "cat", + "am", + "e", + "o", + "or", + "is", + "h" ], "solutions": [ [ @@ -1519,7 +1642,13 @@ "gorria", "baizik", "denda", - "berdea" + "berdea", + "dira", + "gida", + "berea", + "a", + "eta", + "ona" ], "solutions": [ [ @@ -1581,7 +1710,17 @@ "rather", "a", "green", - "store" + "store", + "t", + "are", + "e", + "r", + "it", + "or", + "He", + "o", + "We", + "me" ], "solutions": [ [ @@ -1667,7 +1806,12 @@ "ziren", "zuriak", "baina", - "berdeak" + "berdeak", + "berea", + "bereak", + "zurea", + "zureak", + "zara" ], "solutions": [ [ @@ -1721,7 +1865,14 @@ "not", "white", "but", - "green" + "green", + "are", + "the", + "hee", + "She", + "See", + "one", + "it" ], "solutions": [ [ @@ -1800,7 +1951,13 @@ "medikua", "baina", "medikua", - "zen" + "zen", + "dira", + "eta", + "a", + "edo", + "gida", + "ona" ], "solutions": [ [ @@ -1861,7 +2018,16 @@ "I", "was", "a", - "doctor" + "doctor", + "t", + "o", + "r", + "it", + "or", + "S", + "h", + "e", + "i" ], "solutions": [ [ @@ -1954,7 +2120,13 @@ "ikaslea", "baina", "irakaslea", - "nintzen" + "nintzen", + "zuen", + "nirea", + "aita", + "zara", + "luzea", + "zurea" ], "solutions": [ [ @@ -2015,7 +2187,16 @@ "I", "was", "a", - "teacher" + "teacher", + "t", + "e", + "am", + "n", + "w", + "h", + "r", + "o", + "he" ], "solutions": [ [ @@ -2089,7 +2270,10 @@ "Zu", "ez", "zara", - "polizia" + "polizia", + "z", + "zu", + "da" ], "solutions": [ [ @@ -2131,7 +2315,12 @@ "not", "a", "police", - "officer" + "officer", + "or", + "o", + "of", + "one", + "e" ], "solutions": [ [ @@ -2199,7 +2388,12 @@ "ginen", "medikuak", "baizik", - "erizainak" + "erizainak", + "zen", + "eliza", + "gizen", + "elizan", + "Ni" ], "solutions": [ [ @@ -2251,7 +2445,12 @@ "not", "doctors", "but", - "nurses" + "nurses", + "are", + "or", + "our", + "bus", + "we" ], "solutions": [ [ @@ -2301,7 +2500,10 @@ "Zuek", "ez", "zineten", - "turistak" + "turistak", + "zuek", + "zuen", + "ere" ], "solutions": [ [ @@ -2341,7 +2543,10 @@ "You(plural", "were", "not", - "tourists" + "tourists", + "tour", + "our", + "ours" ], "solutions": [ [ @@ -2405,7 +2610,10 @@ "Zer", "kolorea", "da", - "denda" + "denda", + "dira", + "ona", + "ere" ], "solutions": [ [ @@ -2446,7 +2654,11 @@ "color", "is", "the", - "store" + "store", + "Who", + "or", + "one", + "She" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/adj-3.json b/apps/web/src/courses/basque-from-english/challenges/adj-3.json index 3b120a537ea7..d584f296f219 100644 --- a/apps/web/src/courses/basque-from-english/challenges/adj-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/adj-3.json @@ -44,7 +44,11 @@ "handia", "eta", "morea", - "da" + "da", + "ona", + "Eta", + "a", + "dira" ], "solutions": [ [ @@ -91,7 +95,12 @@ "is", "big", "and", - "purple" + "purple", + "are", + "but", + "pig", + "his", + "in" ], "solutions": [ [ @@ -157,7 +166,10 @@ "Autobus", "txiki", "berdea", - "zen" + "zen", + "etxea", + "zuen", + "bere" ], "solutions": [ [ @@ -199,7 +211,12 @@ "a", "small", "green", - "bus" + "bus", + "am", + "man", + "I", + "are", + "is" ], "solutions": [ [ @@ -261,7 +278,10 @@ "Autobus", "altua", "morea", - "da" + "da", + "eta", + "altu", + "katua" ], "solutions": [ [ @@ -302,7 +322,11 @@ "tall", "bus", "is", - "purple" + "purple", + "are", + "the", + "He", + "She" ], "solutions": [ [ @@ -366,7 +390,10 @@ "Kotxe", "labur", "morea", - "zen" + "zen", + "Nor", + "bere", + "Noren" ], "solutions": [ [ @@ -408,7 +435,12 @@ "a", "short", "purple", - "car" + "car", + "r", + "or", + "cat", + "hat", + "am" ], "solutions": [ [ @@ -480,7 +512,12 @@ "zuria", "eta", "zaharra", - "da" + "da", + "zara", + "Hura", + "gara", + "dira", + "Eta" ], "solutions": [ [ @@ -533,7 +570,13 @@ "is", "white", "and", - "old" + "old", + "one", + "are", + "the", + "She", + "it", + "or" ], "solutions": [ [ @@ -607,7 +650,12 @@ "argala", "eta", "labura", - "zen" + "zen", + "gara", + "zara", + "aita", + "ama", + "Eta" ], "solutions": [ [ @@ -660,7 +708,13 @@ "was", "thin", "and", - "short" + "short", + "one", + "the", + "her", + "are", + "She", + "his" ], "solutions": [ [ @@ -734,7 +788,12 @@ "gizena", "eta", "altua", - "da" + "da", + "aita", + "zara", + "dira", + "Eta", + "gida" ], "solutions": [ [ @@ -787,7 +846,13 @@ "is", "fat", "and", - "tall" + "tall", + "am", + "a", + "bad", + "San", + "was", + "cat" ], "solutions": [ [ @@ -856,7 +921,11 @@ "altuak", "eta", "zuriak", - "ziren" + "ziren", + "zureak", + "zurea", + "zuenak", + "zuria" ], "solutions": [ [ @@ -903,7 +972,12 @@ "were", "tall", "and", - "white" + "white", + "are", + "the", + "hee", + "one", + "She" ], "solutions": [ [ @@ -957,7 +1031,10 @@ "Hotel", "altu", "horiak", - "ziren" + "ziren", + "arte", + "horia", + "morea" ], "solutions": [ [ @@ -998,7 +1075,11 @@ "tall", "hotels", "were", - "yellow" + "yellow", + "hee", + "her", + "hers", + "here" ], "solutions": [ [ @@ -1051,7 +1132,10 @@ "Kotxe", "handia", "laranja", - "da" + "da", + "ona", + "handi", + "anaia" ], "solutions": [ [ @@ -1092,7 +1176,11 @@ "big", "car", "is", - "orange" + "orange", + "one", + "are", + "or", + "pig" ], "solutions": [ [ @@ -1152,7 +1240,10 @@ "Kotxe", "laranja", "handia", - "zen" + "zen", + "handi", + "han", + "zara" ], "solutions": [ [ @@ -1193,7 +1284,11 @@ "orange", "car", "was", - "big" + "big", + "man", + "one", + "are", + "cat" ], "solutions": [ [ @@ -1248,7 +1343,9 @@ "chips": [ "Kotxeak", "grisak", - "dira" + "dira", + "grisa", + "gida" ], "solutions": [ [ @@ -1283,7 +1380,10 @@ "The", "cars", "are", - "gray" + "gray", + "Are", + "car", + "am" ], "solutions": [ [ @@ -1354,7 +1454,13 @@ "eta", "laguna", "labura", - "da" + "da", + "Eta", + "ama", + "katua", + "ona", + "aita", + "zara" ], "solutions": [ [ @@ -1414,7 +1520,15 @@ "the", "friend", "is", - "short" + "short", + "are", + "his", + "in", + "one", + "She", + "it", + "hee", + "her" ], "solutions": [ [ @@ -1490,7 +1604,13 @@ "eta", "sukaldaria", "gizena", - "zen" + "zen", + "zara", + "gara", + "ama", + "zurea", + "umea", + "izeba" ], "solutions": [ [ @@ -1550,7 +1670,15 @@ "the", "cook", "was", - "fat" + "fat", + "cat", + "hat", + "man", + "She", + "car", + "San", + "am", + "a" ], "solutions": [ [ @@ -1659,7 +1787,13 @@ "baina", "ez", "da", - "gizena" + "gizena", + "dira", + "a", + "eta", + "gida", + "ona", + "aita" ], "solutions": [ [ @@ -1719,7 +1853,15 @@ "he", "is", "not", - "fat" + "fat", + "it", + "t", + "or", + "hat", + "the", + "h", + "o", + "cat" ], "solutions": [ [ @@ -1835,7 +1977,16 @@ "da", "labura", "eta", - "gizena" + "gizena", + "a", + "Eta", + "aita", + "ama", + "Epa", + "gida", + "ona", + "gara", + "dira" ], "solutions": [ [ @@ -1911,7 +2062,16 @@ "not", "short", "and", - "fat" + "fat", + "it", + "hat", + "are", + "the", + "t", + "his", + "in", + "cat", + "on" ], "solutions": [ [ @@ -1986,7 +2146,11 @@ "zaharra", "eta", "argala", - "zen" + "zen", + "zara", + "gara", + "Eta", + "aita" ], "solutions": [ [ @@ -2033,7 +2197,12 @@ "was", "old", "and", - "thin" + "thin", + "the", + "man", + "one", + "San", + "are" ], "solutions": [ [ @@ -2100,7 +2269,11 @@ "labura", "eta", "gizena", - "da" + "da", + "zara", + "gara", + "dira", + "Hura" ], "solutions": [ [ @@ -2147,7 +2320,12 @@ "is", "short", "and", - "fat" + "fat", + "one", + "Who", + "it", + "or", + "not" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/adj-4.json b/apps/web/src/courses/basque-from-english/challenges/adj-4.json index fb9d5ee6b214..4e47b086e55e 100644 --- a/apps/web/src/courses/basque-from-english/challenges/adj-4.json +++ b/apps/web/src/courses/basque-from-english/challenges/adj-4.json @@ -58,7 +58,13 @@ "baina", "gizona", "itsusia", - "da" + "da", + "aita", + "gida", + "ona", + "dira", + "gona", + "ama" ], "solutions": [ [ @@ -118,7 +124,15 @@ "the", "man", "is", - "ugly" + "ugly", + "me", + "it", + "my", + "in", + "He", + "She", + "e", + "t" ], "solutions": [ [ @@ -204,7 +218,12 @@ "da", "eta", "medikua", - "ederra" + "ederra", + "dira", + "eliza", + "aita", + "Eta", + "gida" ], "solutions": [ [ @@ -259,7 +278,15 @@ "the", "doctor", "is", - "handsome" + "handsome", + "are", + "one", + "me", + "He", + "She", + "e", + "We", + "or" ], "solutions": [ [ @@ -368,7 +395,13 @@ "baina", "gidaria", "itsusia", - "da" + "da", + "gida", + "aita", + "ibaia", + "dira", + "gara", + "ama" ], "solutions": [ [ @@ -428,7 +461,15 @@ "the", "driver", "is", - "ugly" + "ugly", + "it", + "are", + "He", + "She", + "e", + "We", + "me", + "t" ], "solutions": [ [ @@ -520,7 +561,14 @@ "baina", "turista", "ederra", - "da" + "da", + "dira", + "Gida", + "aita", + "eta", + "ona", + "Hura", + "a" ], "solutions": [ [ @@ -586,7 +634,16 @@ "the", "tourist", "is", - "beautiful" + "beautiful", + "it", + "bus", + "our", + "t", + "his", + "are", + "He", + "e", + "We" ], "solutions": [ [ @@ -703,7 +760,13 @@ "itsusia", "baizik", "ederra", - "da" + "da", + "a", + "eta", + "dira", + "d", + "edo", + "Ni" ], "solutions": [ [ @@ -764,7 +827,16 @@ "rather", "he", "is", - "handsome" + "handsome", + "the", + "it", + "or", + "me", + "his", + "her", + "hat", + "He", + "She" ], "solutions": [ [ @@ -876,7 +948,12 @@ "gaztea", "eta", "ederra", - "da" + "da", + "dira", + "gida", + "aita", + "gara", + "Eta" ], "solutions": [ [ @@ -931,7 +1008,15 @@ "young", "and", "handsome", - "man" + "man", + "one", + "in", + "on", + "me", + "am", + "are", + "e", + "n" ], "solutions": [ [ @@ -1004,7 +1089,11 @@ "gazteak", "eta", "politak", - "dira" + "dira", + "aita", + "Eta", + "gara", + "onak" ], "solutions": [ [ @@ -1051,7 +1140,12 @@ "young", "and", "beautiful", - "women" + "women", + "one", + "men", + "man", + "the", + "me" ], "solutions": [ [ @@ -1105,7 +1199,10 @@ "Gidaria", "ez", "da", - "euskalduna" + "euskalduna", + "a", + "d", + "eta" ], "solutions": [ [ @@ -1146,7 +1243,11 @@ "driver", "is", "not", - "Basque" + "Basque", + "are", + "He", + "the", + "She" ], "solutions": [ [ @@ -1234,7 +1335,14 @@ "kotxe", "zaharra", "berdea", - "da" + "da", + "etxea", + "berea", + "ere", + "dira", + "horia", + "Ardia", + "zara" ], "solutions": [ [ @@ -1301,7 +1409,17 @@ "old", "car", "is", - "green" + "green", + "are", + "one", + "He", + "e", + "We", + "me", + "She", + "or", + "See", + "hee" ], "solutions": [ [ @@ -1401,7 +1519,14 @@ "kotxe", "berdea", "polita", - "da" + "da", + "aita", + "dira", + "kotxea", + "Eta", + "horia", + "etxea", + "ona" ], "solutions": [ [ @@ -1468,7 +1593,17 @@ "green", "car", "is", - "pretty" + "pretty", + "are", + "He", + "She", + "e", + "We", + "me", + "one", + "r", + "or", + "See" ], "solutions": [ [ @@ -1563,7 +1698,13 @@ "zaharra", "baizik", "berria", - "da" + "da", + "a", + "eta", + "bat", + "zara", + "dira", + "ama" ], "solutions": [ [ @@ -1624,7 +1765,16 @@ "rather", "it", "is", - "new" + "new", + "t", + "or", + "It", + "cat", + "He", + "e", + "We", + "me", + "fat" ], "solutions": [ [ @@ -1710,7 +1860,14 @@ "kotxe", "zaharra", "motela", - "da" + "da", + "zara", + "kotxea", + "Eta", + "arte", + "horia", + "etxea", + "morea" ], "solutions": [ [ @@ -1777,7 +1934,17 @@ "old", "car", "is", - "slow" + "slow", + "am", + "a", + "are", + "or", + "was", + "cat", + "one", + "He", + "e", + "We" ], "solutions": [ [ @@ -1876,7 +2043,13 @@ "eta", "kotxe", "azkarra", - "da" + "da", + "kotxea", + "Eta", + "ona", + "aita", + "arte", + "etxea" ], "solutions": [ [ @@ -1938,7 +2111,17 @@ "green", "car", "is", - "fast" + "fast", + "are", + "am", + "a", + "He", + "She", + "e", + "We", + "or", + "me", + "was" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/animals-1.json b/apps/web/src/courses/basque-from-english/challenges/animals-1.json index a47f4a018c91..aa1ab6ea900b 100644 --- a/apps/web/src/courses/basque-from-english/challenges/animals-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/animals-1.json @@ -39,7 +39,10 @@ "Lili", "dortoka", "berdea", - "da" + "da", + "dira", + "eta", + "gida" ], "solutions": [ [ @@ -80,7 +83,11 @@ "is", "a", "green", - "turtle" + "turtle", + "are", + "e", + "r", + "it" ], "solutions": [ [ @@ -140,7 +147,10 @@ "Hontz", "gizena", "itsusia", - "da" + "da", + "eta", + "ona", + "gona" ], "solutions": [ [ @@ -181,7 +191,11 @@ "fat", "owl", "is", - "ugly" + "ugly", + "it", + "am", + "a", + "one" ], "solutions": [ [ @@ -243,7 +257,11 @@ "eta", "hontza", "txoriak", - "dira" + "dira", + "horia", + "ona", + "aita", + "zara" ], "solutions": [ [ @@ -291,7 +309,13 @@ "the", "owl", "are", - "birds" + "birds", + "She", + "one", + "Are", + "hee", + "her", + "He" ], "solutions": [ [ @@ -355,7 +379,10 @@ "Txakur", "gaztea", "argala", - "da" + "da", + "gara", + "jaka", + "aita" ], "solutions": [ [ @@ -396,7 +423,11 @@ "young", "dog", "is", - "thin" + "thin", + "in", + "on", + "the", + "Jon" ], "solutions": [ [ @@ -456,7 +487,10 @@ "Txakur", "zaharra", "motela", - "da" + "da", + "zara", + "zahara", + "a" ], "solutions": [ [ @@ -497,7 +531,11 @@ "old", "dog", "is", - "slow" + "slow", + "o", + "or", + "of", + "on" ], "solutions": [ [ @@ -557,7 +595,10 @@ "Txori", "morea", "txikia", - "da" + "da", + "txoria", + "dira", + "horia" ], "solutions": [ [ @@ -598,7 +639,11 @@ "purple", "bird", "is", - "small" + "small", + "are", + "girl", + "me", + "male" ], "solutions": [ [ @@ -658,7 +703,10 @@ "Katu", "argala", "labura", - "da" + "da", + "gara", + "zara", + "katu" ], "solutions": [ [ @@ -699,7 +747,11 @@ "thin", "cat", "is", - "short" + "short", + "the", + "it", + "his", + "hat" ], "solutions": [ [ @@ -760,7 +812,11 @@ "eta", "katuak", "animaliak", - "dira" + "dira", + "katua", + "aita", + "Katuak", + "zara" ], "solutions": [ [ @@ -806,7 +862,11 @@ "and", "cats", "are", - "animals" + "animals", + "cars", + "hats", + "Cats", + "am" ], "solutions": [ [ @@ -863,7 +923,10 @@ "Mutila", "ez", "da", - "katua" + "katua", + "eta", + "a", + "bat" ], "solutions": [ [ @@ -905,7 +968,12 @@ "is", "not", "a", - "cat" + "cat", + "t", + "o", + "it", + "am", + "h" ], "solutions": [ [ @@ -972,7 +1040,11 @@ "handia", "ez", "zen", - "beltza" + "beltza", + "eta", + "neba", + "naiz", + "da" ], "solutions": [ [ @@ -1019,7 +1091,12 @@ "animal", "was", "not", - "black" + "black", + "bad", + "am", + "man", + "fat", + "cat" ], "solutions": [ [ @@ -1068,7 +1145,9 @@ "chips": [ "Dortoka", "azkarra", - "zen" + "zen", + "zara", + "zurea" ], "solutions": [ [ @@ -1103,7 +1182,10 @@ "The", "turtle", "was", - "fast" + "fast", + "fat", + "are", + "the" ], "solutions": [ [ @@ -1171,7 +1253,12 @@ "eta", "dortoka", "grisak", - "dira" + "dira", + "grisa", + "aita", + "zara", + "Hura", + "gara" ], "solutions": [ [ @@ -1224,7 +1311,13 @@ "chickens", "and", "gray", - "turtles" + "turtles", + "the", + "She", + "Are", + "they", + "hee", + "red" ], "solutions": [ [ @@ -1278,7 +1371,9 @@ "chips": [ "Hontza", "animalia", - "da" + "da", + "ona", + "anaia" ], "solutions": [ [ @@ -1314,7 +1409,11 @@ "an", "owl", "an", - "animal" + "animal", + "am", + "on", + "a", + "man" ], "solutions": [ [ @@ -1378,7 +1477,10 @@ "Austobusa", "ez", "da", - "animalia" + "animalia", + "a", + "eta", + "ona" ], "solutions": [ [ @@ -1420,7 +1522,12 @@ "is", "not", "an", - "animal" + "animal", + "n", + "am", + "a", + "it", + "An" ], "solutions": [ [ @@ -1483,7 +1590,11 @@ "eta", "oilaskoak", "animaliak", - "dira" + "dira", + "onak", + "aita", + "ona", + "nireak" ], "solutions": [ [ @@ -1529,7 +1640,11 @@ "and", "chickens", "are", - "animals" + "animals", + "cars", + "his", + "male", + "is" ], "solutions": [ [ @@ -1588,7 +1703,12 @@ "neskak", "ere", "animaliak", - "dira" + "dira", + "aita", + "neba", + "neska", + "Eta", + "nireak" ], "solutions": [ [ @@ -1640,7 +1760,12 @@ "girls", "are", "also", - "animals" + "animals", + "cars", + "is", + "his", + "male", + "am" ], "solutions": [ [ @@ -1695,7 +1820,11 @@ "katu", "gizen", "bat", - "nintzen" + "nintzen", + "zen", + "ni", + "naiz", + "i" ], "solutions": [ [ @@ -1741,7 +1870,11 @@ "was", "one", "fat", - "cat" + "cat", + "a", + "hat", + "am", + "t" ], "solutions": [ [ @@ -1802,7 +1935,11 @@ "txakur", "argal", "bat", - "zinen" + "zinen", + "al", + "hau", + "da", + "a" ], "solutions": [ [ @@ -1848,7 +1985,11 @@ "were", "one", "thin", - "dog" + "dog", + "on", + "the", + "Jon", + "or" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/animals-2.json b/apps/web/src/courses/basque-from-english/challenges/animals-2.json index f0eccf35a4e1..dd5ce4b08d55 100644 --- a/apps/web/src/courses/basque-from-english/challenges/animals-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/animals-2.json @@ -34,7 +34,9 @@ "chips": [ "Zu", "sagua", - "zara" + "zara", + "gara", + "zu" ], "solutions": [ [ @@ -69,7 +71,10 @@ "You", "are", "a", - "mouse" + "mouse", + "e", + "o", + "you" ], "solutions": [ [ @@ -122,7 +127,9 @@ "chips": [ "Behia", "marroia", - "da" + "da", + "Bai", + "Ardia" ], "solutions": [ [ @@ -157,7 +164,10 @@ "The", "cow", "is", - "brown" + "brown", + "How", + "now", + "on" ], "solutions": [ [ @@ -210,7 +220,9 @@ "chips": [ "Ardia", "zuria", - "da" + "da", + "ardia", + "dira" ], "solutions": [ [ @@ -245,7 +257,10 @@ "The", "sheep", "is", - "white" + "white", + "the", + "She", + "hee" ], "solutions": [ [ @@ -298,7 +313,9 @@ "chips": [ "Ahuntzak", "beltzak", - "dira" + "dira", + "Aintza", + "beltza" ], "solutions": [ [ @@ -333,7 +350,10 @@ "The", "goats", "are", - "black" + "black", + "late", + "lake", + "am" ], "solutions": [ [ @@ -394,7 +414,10 @@ "Gida", "suge", "horia", - "zen" + "zen", + "zara", + "Hura", + "da" ], "solutions": [ [ @@ -436,7 +459,12 @@ "was", "a", "yellow", - "snake" + "snake", + "e", + "are", + "He", + "We", + "me" ], "solutions": [ [ @@ -497,7 +525,9 @@ "chips": [ "Gidaria", "txerria", - "da" + "da", + "gidaria", + "Gidari" ], "solutions": [ [ @@ -533,7 +563,11 @@ "driver", "is", "a", - "pig" + "pig", + "e", + "it", + "in", + "are" ], "solutions": [ [ @@ -595,7 +629,11 @@ "dira", "Ez", "dira", - "ahuntzak" + "ahuntzak", + "da", + "aita", + "Hura", + "eta" ], "solutions": [ [ @@ -643,7 +681,13 @@ "They", "are", "not", - "goats" + "goats", + "one", + "the", + "She", + "Are", + "hee", + "boy" ], "solutions": [ [ @@ -709,7 +753,13 @@ "eta", "ardi", "laburak", - "zarete" + "zarete", + "arte", + "zara", + "zuek", + "aita", + "ere", + "gara" ], "solutions": [ [ @@ -767,7 +817,13 @@ "pigs", "and", "short", - "sheep" + "sheep", + "one", + "the", + "Are", + "or", + "cars", + "hee" ], "solutions": [ [ @@ -882,7 +938,11 @@ "txoria", "da", "ez", - "arraina" + "arraina", + "a", + "dira", + "hura", + "ona" ], "solutions": [ [ @@ -930,7 +990,13 @@ "bird", "not", "a", - "fish" + "fish", + "it", + "t", + "I", + "h", + "r", + "n" ], "solutions": [ [ @@ -993,7 +1059,9 @@ "chips": [ "Zaldia", "animalia", - "da" + "da", + "zaldia", + "anaia" ], "solutions": [ [ @@ -1029,7 +1097,11 @@ "a", "horse", "an", - "animal" + "animal", + "am", + "is", + "n", + "on" ], "solutions": [ [ @@ -1090,7 +1162,11 @@ "Zaldiak", "animalia", "handiak", - "dira" + "dira", + "handia", + "Zaldia", + "anaia", + "zaldiak" ], "solutions": [ [ @@ -1136,7 +1212,11 @@ "Horses", "are", "big", - "animals" + "animals", + "is", + "his", + "one", + "He" ], "solutions": [ [ @@ -1193,7 +1273,10 @@ "Ahuntza", "ez", "da", - "txoria" + "txoria", + "a", + "eta", + "ona" ], "solutions": [ [ @@ -1235,7 +1318,12 @@ "is", "not", "a", - "bird" + "bird", + "t", + "o", + "it", + "r", + "n" ], "solutions": [ [ @@ -1326,7 +1414,11 @@ "txoria", "da", "Ez", - "da" + "da", + "a", + "ona", + "Ni", + "Epa" ], "solutions": [ [ @@ -1375,7 +1467,14 @@ "bird", "It", "is", - "not" + "not", + "it", + "I", + "t", + "h", + "r", + "n", + "o" ], "solutions": [ [ @@ -1465,7 +1564,10 @@ "Arraina", "ez", "da", - "sugea" + "sugea", + "a", + "eta", + "ona" ], "solutions": [ [ @@ -1507,7 +1609,12 @@ "is", "not", "a", - "snake" + "snake", + "n", + "h", + "e", + "t", + "o" ], "solutions": [ [ @@ -1603,7 +1710,12 @@ "ardia", "baizik", "ahuntz", - "bat" + "bat", + "a", + "al", + "naiz", + "z", + "Bai" ], "solutions": [ [ @@ -1658,7 +1770,15 @@ "but", "rather", "a", - "goat" + "goat", + "t", + "it", + "hat", + "fat", + "cat", + "am", + "h", + "e" ], "solutions": [ [ @@ -1752,7 +1872,10 @@ "Behia", "ez", "da", - "apaiza" + "apaiza", + "a", + "eta", + "Bai" ], "solutions": [ [ @@ -1794,7 +1917,12 @@ "is", "not", "a", - "priest" + "priest", + "t", + "o", + "it", + "e", + "r" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/animals-3.json b/apps/web/src/courses/basque-from-english/challenges/animals-3.json index f8fd716e4e4e..7d2c34b4d947 100644 --- a/apps/web/src/courses/basque-from-english/challenges/animals-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/animals-3.json @@ -39,7 +39,10 @@ "Ahuntz", "handia", "indarstua", - "zen" + "zen", + "handi", + "han", + "Aintza" ], "solutions": [ [ @@ -80,7 +83,11 @@ "big", "goat", "was", - "strong" + "strong", + "one", + "dog", + "son", + "man" ], "solutions": [ [ @@ -150,7 +157,12 @@ "ederrak", "eta", "jatorak", - "dira" + "dira", + "zara", + "gara", + "ederra", + "Hura", + "da" ], "solutions": [ [ @@ -203,7 +215,13 @@ "are", "beautiful", "and", - "nice" + "nice", + "one", + "the", + "Are", + "late", + "hee", + "He" ], "solutions": [ [ @@ -258,7 +276,10 @@ "Txerri", "txikia", "ona", - "da" + "da", + "a", + "eta", + "dira" ], "solutions": [ [ @@ -299,7 +320,11 @@ "small", "pig", "is", - "good" + "good", + "it", + "me", + "big", + "old" ], "solutions": [ [ @@ -368,7 +393,11 @@ "handia", "eta", "motela", - "zen" + "zen", + "Eta", + "hotela", + "ona", + "morea" ], "solutions": [ [ @@ -416,7 +445,13 @@ "big", "and", "slow", - "turtle" + "turtle", + "am", + "t", + "w", + "it", + "I", + "are" ], "solutions": [ [ @@ -489,7 +524,10 @@ "Txakur", "berria", "ona", - "da" + "da", + "a", + "eta", + "Epa" ], "solutions": [ [ @@ -530,7 +568,11 @@ "new", "dog", "is", - "good" + "good", + "now", + "one", + "He", + "e" ], "solutions": [ [ @@ -590,7 +632,10 @@ "Suge", "luzea", "jatora", - "da" + "da", + "Hura", + "sugea", + "umea" ], "solutions": [ [ @@ -631,7 +676,11 @@ "long", "snake", "is", - "nice" + "nice", + "one", + "in", + "are", + "He" ], "solutions": [ [ @@ -709,7 +758,12 @@ "eta", "zaldi", "txarrak", - "dira" + "dira", + "zara", + "da", + "gara", + "Bai", + "ona" ], "solutions": [ [ @@ -764,7 +818,15 @@ "and", "the", "bad", - "horses" + "horses", + "one", + "The", + "She", + "Are", + "hee", + "red", + "they", + "old" ], "solutions": [ [ @@ -821,7 +883,10 @@ "Sagu", "txikia", "txarra", - "zen" + "zen", + "zara", + "gara", + "txiki" ], "solutions": [ [ @@ -862,7 +927,11 @@ "small", "mouse", "was", - "bad" + "bad", + "man", + "male", + "bus", + "me" ], "solutions": [ [ @@ -922,7 +991,10 @@ "Ardi", "euskalak", "azkarra", - "dira" + "dira", + "zara", + "gara", + "Hura" ], "solutions": [ [ @@ -963,7 +1035,11 @@ "Basque", "sheep", "are", - "fast" + "fast", + "the", + "She", + "hee", + "Are" ], "solutions": [ [ @@ -1036,7 +1112,14 @@ "ahula", "eta", "motela", - "da" + "da", + "Eta", + "ona", + "aita", + "etxea", + "a", + "berea", + "ama" ], "solutions": [ [ @@ -1101,7 +1184,15 @@ "is", "weak", "and", - "slow" + "slow", + "man", + "are", + "on", + "am", + "a", + "one", + "me", + "red" ], "solutions": [ [ @@ -1169,7 +1260,10 @@ "Zaldi", "altua", "ederra", - "da" + "da", + "Zaldia", + "a", + "eta" ], "solutions": [ [ @@ -1210,7 +1304,11 @@ "tall", "horse", "is", - "beautiful" + "beautiful", + "are", + "the", + "his", + "He" ], "solutions": [ [ @@ -1263,7 +1361,10 @@ "Txoria", "azkarra", "indarstua", - "da" + "da", + "zara", + "gara", + "dira" ], "solutions": [ [ @@ -1304,7 +1405,11 @@ "fast", "bird", "is", - "strong" + "strong", + "it", + "are", + "big", + "his" ], "solutions": [ [ @@ -1367,7 +1472,12 @@ "motelak", "eta", "itsusiak", - "ziren" + "ziren", + "horia", + "zuria", + "zuriak", + "morea", + "zureak" ], "solutions": [ [ @@ -1420,7 +1530,13 @@ "were", "slow", "and", - "ugly" + "ugly", + "are", + "How", + "See", + "now", + "hee", + "old" ], "solutions": [ [ @@ -1485,7 +1601,12 @@ "gizen", "berdea", "txarra", - "da" + "da", + "berea", + "Hura", + "eta", + "gara", + "dira" ], "solutions": [ [ @@ -1538,7 +1659,13 @@ "green", "owl", "is", - "bad" + "bad", + "am", + "a", + "man", + "one", + "are", + "He" ], "solutions": [ [ @@ -1598,7 +1725,11 @@ "polit", "berdea", "jatora", - "da" + "da", + "horia", + "morea", + "zara", + "eta" ], "solutions": [ [ @@ -1645,7 +1776,12 @@ "green", "turtle", "is", - "nice" + "nice", + "are", + "tree", + "the", + "He", + "She" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/basics-1.json b/apps/web/src/courses/basque-from-english/challenges/basics-1.json index a06fafc44db5..1d1ce7057239 100644 --- a/apps/web/src/courses/basque-from-english/challenges/basics-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/basics-1.json @@ -35,7 +35,10 @@ "Ni", "gizon", "bat", - "naiz" + "naiz", + "ni", + "i", + "Bai" ], "solutions": [ [ @@ -75,7 +78,10 @@ "I", "am", "a", - "man" + "man", + "n", + "S", + "h" ], "solutions": [ [ @@ -129,7 +135,10 @@ "Kaixo", "Ni", "Terese", - "naiz" + "naiz", + "Bai", + "ni", + "i" ], "solutions": [ [ @@ -169,7 +178,10 @@ "Hello", "I", "am", - "Terese" + "Terese", + "He", + "e", + "a" ], "solutions": [ [ @@ -217,7 +229,10 @@ "Ni", "neska", "bat", - "naiz" + "naiz", + "ni", + "da", + "a" ], "solutions": [ [ @@ -257,7 +272,10 @@ "I", "am", "a", - "girl" + "girl", + "i", + "r", + "S" ], "solutions": [ [ @@ -316,7 +334,11 @@ "Ni", "mutil", "bat", - "naiz" + "naiz", + "Bai", + "ni", + "i", + "al" ], "solutions": [ [ @@ -362,7 +384,11 @@ "I", "am", "a", - "boy" + "boy", + "o", + "e", + "He", + "S" ], "solutions": [ [ @@ -418,7 +444,10 @@ "Zu", "neska", "bat", - "zara" + "zara", + "da", + "a", + "eta" ], "solutions": [ [ @@ -458,7 +487,10 @@ "You", "are", "a", - "girl" + "girl", + "r", + "or", + "am" ], "solutions": [ [ @@ -512,7 +544,10 @@ "Zu", "emakume", "bat", - "zara" + "zara", + "hau", + "da", + "a" ], "solutions": [ [ @@ -552,7 +587,10 @@ "You", "are", "a", - "woman" + "woman", + "am", + "man", + "o" ], "solutions": [ [ @@ -606,7 +644,10 @@ "Zu", "gizon", "bat", - "zara" + "zara", + "zu", + "da", + "a" ], "solutions": [ [ @@ -646,7 +687,10 @@ "You", "are", "a", - "man" + "man", + "am", + "e", + "r" ], "solutions": [ [ @@ -695,7 +739,9 @@ "chips": [ "Hura", "Mikel", - "da" + "da", + "dira", + "a" ], "solutions": [ [ @@ -729,7 +775,9 @@ "chips": [ "He", "is", - "Mikel" + "Mikel", + "Hi", + "e" ], "solutions": [ [ @@ -776,7 +824,10 @@ "Aitor", "mutil", "bat", - "da" + "da", + "t", + "Ni", + "a" ], "solutions": [ [ @@ -816,7 +867,10 @@ "Aitor", "is", "a", - "boy" + "boy", + "o", + "it", + "or" ], "solutions": [ [ @@ -870,7 +924,10 @@ "Miren", "emakume", "bat", - "da" + "da", + "ere", + "a", + "hau" ], "solutions": [ [ @@ -910,7 +967,10 @@ "Miren", "is", "a", - "woman" + "woman", + "in", + "man", + "n" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/basics-2.json b/apps/web/src/courses/basque-from-english/challenges/basics-2.json index 161f4dcec6cc..9e4a9cc3abf6 100644 --- a/apps/web/src/courses/basque-from-english/challenges/basics-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/basics-2.json @@ -54,7 +54,13 @@ "naiz", "Ni", "mutila", - "naiz" + "naiz", + "ni", + "i", + "Bai", + "da", + "a", + "aita" ], "solutions": [ [ @@ -136,7 +142,14 @@ "I", "am", "a", - "boy" + "boy", + "i", + "o", + "r", + "t", + "A", + "S", + "h" ], "solutions": [ [ @@ -217,7 +230,13 @@ "naiz", "Ni", "neska", - "naiz" + "naiz", + "ni", + "da", + "a", + "i", + "Bai", + "n" ], "solutions": [ [ @@ -299,7 +318,14 @@ "I", "am", "a", - "girl" + "girl", + "i", + "r", + "e", + "S", + "h", + "M", + "n" ], "solutions": [ [ @@ -380,7 +406,13 @@ "naiz", "Ni", "irakaslea", - "naiz" + "naiz", + "ni", + "i", + "Bai", + "nire", + "al", + "aita" ], "solutions": [ [ @@ -462,7 +494,14 @@ "I", "am", "a", - "teacher" + "teacher", + "e", + "r", + "He", + "h", + "i", + "M", + "n" ], "solutions": [ [ @@ -534,7 +573,12 @@ "ere", "irakasle", "bat", - "naiz" + "naiz", + "da", + "a", + "Ere", + "al", + "Bai" ], "solutions": [ [ @@ -659,7 +703,12 @@ "am", "also", "one", - "teacher" + "teacher", + "a", + "He", + "e", + "o", + "are" ], "solutions": [ [ @@ -735,7 +784,12 @@ "zara", "Zu", "gizona", - "zara" + "zara", + "zu", + "gara", + "Hura", + "da", + "a" ], "solutions": [ [ @@ -809,7 +863,14 @@ "You", "are", "a", - "man" + "man", + "am", + "e", + "r", + "o", + "or", + "me", + "He" ], "solutions": [ [ @@ -886,7 +947,13 @@ "Zu", "bat", "ikasle", - "zara" + "zara", + "al", + "da", + "a", + "zu", + "hau", + "r" ], "solutions": [ [ @@ -964,7 +1031,13 @@ "You", "are", "one", - "student" + "student", + "Are", + "or", + "the", + "you", + "son", + "on" ], "solutions": [ [ @@ -1039,7 +1112,12 @@ "zara", "Zu", "emakumea", - "zara" + "zara", + "Zure", + "Hura", + "gara", + "zu", + "zurea" ], "solutions": [ [ @@ -1112,7 +1190,13 @@ "You", "are", "a", - "woman" + "woman", + "or", + "Are", + "on", + "am", + "man", + "e" ], "solutions": [ [ @@ -1186,7 +1270,12 @@ "zara", "Zu", "mutila", - "zara" + "zara", + "zu", + "Hura", + "da", + "a", + "r" ], "solutions": [ [ @@ -1259,7 +1348,13 @@ "You", "are", "a", - "boy" + "boy", + "or", + "o", + "you", + "r", + "Are", + "of" ], "solutions": [ [ @@ -1333,7 +1428,12 @@ "da", "Miren", "emakumea", - "da" + "da", + "dira", + "ere", + "hura", + "zurea", + "nirea" ], "solutions": [ [ @@ -1462,7 +1562,13 @@ "Miren", "is", "a", - "woman" + "woman", + "in", + "e", + "n", + "it", + "me", + "on" ], "solutions": [ [ @@ -1604,7 +1710,10 @@ "Miren", "ere", "irakaslea", - "da" + "da", + "Ere", + "dira", + "nire" ], "solutions": [ [ @@ -1645,7 +1754,11 @@ "is", "also", "a", - "teacher" + "teacher", + "are", + "am", + "e", + "r" ], "solutions": [ [ @@ -1715,7 +1828,12 @@ "da", "Hura", "ikaslea", - "da" + "da", + "dira", + "hura", + "zara", + "a", + "gara" ], "solutions": [ [ @@ -1788,7 +1906,13 @@ "She", "is", "a", - "student" + "student", + "e", + "He", + "the", + "We", + "she", + "me" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/basics-3.json b/apps/web/src/courses/basque-from-english/challenges/basics-3.json index 72d5b942a3ca..f81d4c077ae5 100644 --- a/apps/web/src/courses/basque-from-english/challenges/basics-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/basics-3.json @@ -45,7 +45,12 @@ "Mikel", "eta", "Joseba", - "gara" + "gara", + "Eta", + "da", + "a", + "ona", + "ama" ], "solutions": [ [ @@ -104,7 +109,12 @@ "are", "Mikel", "and", - "Joseba" + "Joseba", + "He", + "one", + "e", + "we", + "me" ], "solutions": [ [ @@ -149,7 +159,9 @@ "chips": [ "Gu", "gizonak", - "gara" + "gara", + "gona", + "zara" ], "solutions": [ [ @@ -187,7 +199,9 @@ "chips": [ "We", "are", - "men" + "men", + "me", + "He" ], "solutions": [ [ @@ -244,7 +258,12 @@ "Miren", "eta", "Aintza", - "gara" + "gara", + "aita", + "dira", + "zara", + "da", + "a" ], "solutions": [ [ @@ -303,7 +322,12 @@ "are", "Miren", "and", - "Aintza" + "Aintza", + "He", + "Are", + "red", + "in", + "one" ], "solutions": [ [ @@ -348,7 +372,9 @@ "chips": [ "Gu", "emakumeak", - "gara" + "gara", + "ama", + "zara" ], "solutions": [ [ @@ -386,7 +412,9 @@ "chips": [ "We", "are", - "women" + "women", + "we", + "me" ], "solutions": [ [ @@ -428,7 +456,9 @@ "chips": [ "Gu", "ikasleak", - "gara" + "gara", + "zara", + "al" ], "solutions": [ [ @@ -466,7 +496,9 @@ "chips": [ "We", "are", - "students" + "students", + "He", + "the" ], "solutions": [ [ @@ -518,7 +550,11 @@ "Aitor", "eta", "Jon", - "zarete" + "zarete", + "ere", + "Nor", + "Zer", + "Eta" ], "solutions": [ [ @@ -570,7 +606,11 @@ "are", "Aitor", "and", - "Jon" + "Jon", + "or", + "on", + "you", + "son" ], "solutions": [ [ @@ -621,7 +661,9 @@ "chips": [ "Zuek", "mutilak", - "zarete" + "zarete", + "zuek", + "zureak" ], "solutions": [ [ @@ -659,7 +701,9 @@ "chips": [ "You", "are", - "boys" + "boys", + "boy", + "you" ], "solutions": [ [ @@ -706,7 +750,9 @@ "chips": [ "Zuek", "irakasleak", - "zarete" + "zarete", + "zuek", + "hauek" ], "solutions": [ [ @@ -744,7 +790,9 @@ "chips": [ "You", "are", - "teachers" + "teachers", + "the", + "She" ], "solutions": [ [ @@ -801,7 +849,11 @@ "Aitor", "eta", "Jon", - "dira" + "dira", + "aita", + "da", + "Nor", + "Eta" ], "solutions": [ [ @@ -853,7 +905,11 @@ "are", "Aitor", "and", - "Jon" + "Jon", + "one", + "the", + "Are", + "or" ], "solutions": [ [ @@ -902,7 +958,10 @@ "Haiek", "ere", "mutilak", - "dira" + "dira", + "Hura", + "haiek", + "nire" ], "solutions": [ [ @@ -947,7 +1006,10 @@ "They", "are", "also", - "boys" + "boys", + "boy", + "one", + "the" ], "solutions": [ [ @@ -1004,7 +1066,11 @@ "eta", "Karmele", "neskak", - "dira" + "dira", + "ere", + "berea", + "bere", + "nirea" ], "solutions": [ [ @@ -1051,7 +1117,12 @@ "Karmele", "are", "also", - "girls" + "girls", + "cars", + "Are", + "red", + "male", + "tree" ], "solutions": [ [ @@ -1111,7 +1182,12 @@ "Karmele", "ere", "ikasleak", - "dira" + "dira", + "bere", + "berea", + "Ere", + "arte", + "zara" ], "solutions": [ [ @@ -1163,7 +1239,12 @@ "Karmele", "are", "also", - "students" + "students", + "tree", + "Are", + "cars", + "red", + "male" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/egon-1.json b/apps/web/src/courses/basque-from-english/challenges/egon-1.json index ee3e4f6d516f..b50af79d6b31 100644 --- a/apps/web/src/courses/basque-from-english/challenges/egon-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/egon-1.json @@ -30,7 +30,9 @@ "chips": [ "Non", "zaude", - "zu" + "zu", + "Zu", + "z" ], "solutions": [ [ @@ -64,7 +66,9 @@ "chips": [ "Where", "are", - "you" + "you", + "Are", + "hee" ], "solutions": [ [ @@ -106,7 +110,9 @@ "chips": [ "Non", "dago", - "hura" + "hura", + "da", + "Nor" ], "solutions": [ [ @@ -140,7 +146,9 @@ "chips": [ "Where", "is", - "he" + "he", + "We", + "hee" ], "solutions": [ [ @@ -190,7 +198,9 @@ "chips": [ "Ni", "etxean", - "nago" + "nago", + "da", + "a" ], "solutions": [ [ @@ -226,7 +236,11 @@ "am", "in", "the", - "house" + "house", + "h", + "e", + "a", + "He" ], "solutions": [ [ @@ -281,7 +295,9 @@ "chips": [ "Non", "dago", - "neska" + "neska", + "da", + "nago" ], "solutions": [ [ @@ -316,7 +332,10 @@ "Where", "is", "the", - "girl" + "girl", + "her", + "are", + "She" ], "solutions": [ [ @@ -367,7 +386,9 @@ "chips": [ "Hura", "hotelan", - "dago" + "dago", + "hura", + "zara" ], "solutions": [ [ @@ -403,7 +424,11 @@ "is", "in", "a", - "hotel" + "hotel", + "h", + "e", + "it", + "He" ], "solutions": [ [ @@ -472,7 +497,9 @@ "chips": [ "Non", "daude", - "boligrafoak" + "boligrafoak", + "Nor", + "amon" ], "solutions": [ [ @@ -507,7 +534,10 @@ "Where", "are", "the", - "pens" + "pens", + "hee", + "here", + "She" ], "solutions": [ [ @@ -562,7 +592,9 @@ "chips": [ "Boligrafoak", "poltsan", - "daude" + "daude", + "Poltsa", + "Poltsak" ], "solutions": [ [ @@ -599,7 +631,12 @@ "are", "in", "the", - "purse" + "purse", + "one", + "He", + "She", + "e", + "We" ], "solutions": [ [ @@ -656,7 +693,9 @@ "chips": [ "Hontzak", "elizan", - "daude" + "daude", + "eliza", + "beltza" ], "solutions": [ [ @@ -693,7 +732,12 @@ "are", "in", "the", - "church" + "church", + "She", + "one", + "Are", + "He", + "h" ], "solutions": [ [ @@ -750,7 +794,9 @@ "chips": [ "Badaude", "hontzak", - "elizan" + "elizan", + "eliza", + "altuak" ], "solutions": [ [ @@ -787,7 +833,12 @@ "owls", "in", "the", - "church" + "church", + "The", + "She", + "Are", + "hee", + "her" ], "solutions": [ [ @@ -845,7 +896,10 @@ "Txori", "bat", "dago", - "zuhaitzean" + "zuhaitzean", + "zara", + "Bai", + "han" ], "solutions": [ [ @@ -887,7 +941,12 @@ "is", "in", "the", - "tree" + "tree", + "e", + "r", + "t", + "it", + "He" ], "solutions": [ [ @@ -932,7 +991,9 @@ "chips": [ "Non", "gaude", - "gu" + "gu", + "Zu", + "u" ], "solutions": [ [ @@ -966,7 +1027,9 @@ "chips": [ "Where", "are", - "we" + "we", + "We", + "Are" ], "solutions": [ [ @@ -1016,7 +1079,9 @@ "chips": [ "Gu", "elizan", - "gaude" + "gaude", + "gu", + "hau" ], "solutions": [ [ @@ -1052,7 +1117,11 @@ "are", "in", "a", - "church" + "church", + "e", + "r", + "am", + "He" ], "solutions": [ [ @@ -1100,7 +1169,9 @@ "chips": [ "Non", "daude", - "erlojuak" + "erlojuak", + "da", + "ere" ], "solutions": [ [ @@ -1135,7 +1206,10 @@ "Where", "are", "the", - "watches" + "watches", + "She", + "The", + "hee" ], "solutions": [ [ @@ -1186,7 +1260,9 @@ "chips": [ "Haiek", "poltsan", - "daude" + "daude", + "haiek", + "hauek" ], "solutions": [ [ @@ -1222,7 +1298,11 @@ "are", "in", "the", - "purse" + "purse", + "The", + "She", + "Are", + "one" ], "solutions": [ [ @@ -1273,7 +1353,9 @@ "chips": [ "Non", "dago", - "Mikel" + "Mikel", + "Ni", + "da" ], "solutions": [ [ @@ -1307,7 +1389,9 @@ "chips": [ "Where", "is", - "Mikel" + "Mikel", + "We", + "hee" ], "solutions": [ [ @@ -1357,7 +1441,9 @@ "chips": [ "Mikel", "dago", - "zuhaitzean" + "zuhaitzean", + "haien", + "Miren" ], "solutions": [ [ @@ -1393,7 +1479,11 @@ "is", "in", "the", - "tree" + "tree", + "He", + "e", + "We", + "it" ], "solutions": [ [ @@ -1441,7 +1531,9 @@ "chips": [ "Zaldia", "kanpoan", - "dago" + "dago", + "handia", + "Zaldi" ], "solutions": [ [ @@ -1476,7 +1568,10 @@ "A", "horse", "is", - "outside" + "outside", + "e", + "o", + "Is" ], "solutions": [ [ @@ -1534,7 +1629,10 @@ "Oilaskoak", "ere", "kanpoan", - "daude" + "daude", + "asko", + "zara", + "gara" ], "solutions": [ [ @@ -1575,7 +1673,11 @@ "chickens", "are", "also", - "outside" + "outside", + "the", + "She", + "one", + "Are" ], "solutions": [ [ @@ -1651,7 +1753,11 @@ "eta", "katua", "etxean", - "daude" + "daude", + "Katua", + "etxea", + "zara", + "gara" ], "solutions": [ [ @@ -1701,7 +1807,15 @@ "are", "inside", "the", - "house" + "house", + "one", + "She", + "Are", + "hee", + "He", + "e", + "We", + "me" ], "solutions": [ [ @@ -1753,7 +1867,9 @@ "chips": [ "Sagua", "barruan", - "dago" + "dago", + "sagua", + "Sagu" ], "solutions": [ [ @@ -1788,7 +1904,10 @@ "The", "mouse", "is", - "inside" + "inside", + "one", + "me", + "He" ], "solutions": [ [ @@ -1846,7 +1965,10 @@ "Sugea", "ez", "da", - "barruan" + "barruan", + "a", + "Zu", + "u" ], "solutions": [ [ @@ -1887,7 +2009,11 @@ "snake", "is", "not", - "inside" + "inside", + "one", + "nice", + "in", + "are" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/egon-2.json b/apps/web/src/courses/basque-from-english/challenges/egon-2.json index 26ce2dfdb63e..d15494697da6 100644 --- a/apps/web/src/courses/basque-from-english/challenges/egon-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/egon-2.json @@ -38,7 +38,9 @@ "chips": [ "Euskal", "herrian", - "dago" + "dago", + "han", + "neska" ], "solutions": [ [ @@ -74,7 +76,11 @@ "is", "in", "Basque", - "country" + "country", + "it", + "on", + "one", + "e" ], "solutions": [ [ @@ -129,7 +135,9 @@ "chips": [ "Non", "dago", - "neska" + "neska", + "da", + "nago" ], "solutions": [ [ @@ -164,7 +172,10 @@ "Where", "is", "the", - "girl" + "girl", + "her", + "are", + "She" ], "solutions": [ [ @@ -215,7 +226,9 @@ "chips": [ "Hura", "lakuan", - "dago" + "dago", + "zara", + "gara" ], "solutions": [ [ @@ -251,7 +264,11 @@ "is", "in", "the", - "lake" + "lake", + "He", + "e", + "We", + "she" ], "solutions": [ [ @@ -302,7 +319,9 @@ "chips": [ "Hura", "hor", - "dago" + "dago", + "hura", + "zara" ], "solutions": [ [ @@ -336,7 +355,9 @@ "chips": [ "He", "is", - "there" + "there", + "he", + "the" ], "solutions": [ [ @@ -392,7 +413,9 @@ "chips": [ "Gu", "Madrilen", - "gaude" + "gaude", + "gure", + "zaude" ], "solutions": [ [ @@ -427,7 +450,10 @@ "We", "are", "in", - "Madrid" + "Madrid", + "am", + "a", + "He" ], "solutions": [ [ @@ -470,7 +496,9 @@ "chips": [ "Non", "dago", - "Madril" + "Madril", + "da", + "Nor" ], "solutions": [ [ @@ -504,7 +532,9 @@ "chips": [ "Where", "is", - "Madrid" + "Madrid", + "are", + "his" ], "solutions": [ [ @@ -550,7 +580,9 @@ "chips": [ "Madril", "Espainian", - "dago" + "dago", + "naiz", + "zara" ], "solutions": [ [ @@ -585,7 +617,10 @@ "Madrid", "is", "in", - "Spain" + "Spain", + "it", + "pig", + "his" ], "solutions": [ [ @@ -628,7 +663,9 @@ "chips": [ "Non", "dago", - "Espainia" + "Espainia", + "han", + "da" ], "solutions": [ [ @@ -662,7 +699,9 @@ "chips": [ "Where", "is", - "Spain" + "Spain", + "his", + "in" ], "solutions": [ [ @@ -708,7 +747,9 @@ "chips": [ "Espainia", "Europan", - "dago" + "dago", + "Epa", + "zara" ], "solutions": [ [ @@ -743,7 +784,10 @@ "Spain", "is", "in", - "Europe" + "Europe", + "it", + "on", + "n" ], "solutions": [ [ @@ -798,7 +842,9 @@ "chips": [ "Zuek", "basoan", - "zaudete" + "zaudete", + "zuek", + "hauek" ], "solutions": [ [ @@ -835,7 +881,12 @@ "are", "in", "the", - "woods" + "woods", + "or", + "one", + "you", + "Are", + "our" ], "solutions": [ [ @@ -898,7 +949,9 @@ "chips": [ "Haiek", "han", - "daude" + "daude", + "haiek", + "hau" ], "solutions": [ [ @@ -933,7 +986,10 @@ "They", "are", "over", - "there" + "there", + "the", + "they", + "hee" ], "solutions": [ [ @@ -985,7 +1041,10 @@ "Zu", "Euskal", "Herrian", - "zaude" + "zaude", + "Hura", + "zu", + "al" ], "solutions": [ [ @@ -1026,7 +1085,11 @@ "are", "in", "Basque", - "country" + "country", + "one", + "you", + "or", + "our" ], "solutions": [ [ @@ -1079,7 +1142,10 @@ "Bere", "aita", "Espainian", - "gaude" + "gaude", + "gara", + "arte", + "gida" ], "solutions": [ [ @@ -1120,7 +1186,11 @@ "father", "is", "in", - "Spain" + "Spain", + "it", + "He", + "his", + "her" ], "solutions": [ [ @@ -1181,7 +1251,11 @@ "ilobak", "ez", "hemen", - "daude" + "daude", + "ere", + "Zuek", + "zure", + "bere" ], "solutions": [ [ @@ -1227,7 +1301,11 @@ "nephews", "are", "not", - "here" + "here", + "hee", + "her", + "Are", + "or" ], "solutions": [ [ @@ -1292,7 +1370,11 @@ "ilobak", "Euskal", "Herrian", - "daude" + "daude", + "Hura", + "dira", + "zurea", + "zara" ], "solutions": [ [ @@ -1339,7 +1421,12 @@ "are", "in", "Basque", - "Country" + "Country", + "one", + "is", + "He", + "e", + "n" ], "solutions": [ [ @@ -1392,7 +1479,9 @@ "chips": [ "Ni", "hemen", - "nago" + "nago", + "n", + "ni" ], "solutions": [ [ @@ -1426,7 +1515,9 @@ "chips": [ "I", "am", - "here" + "here", + "a", + "h" ], "solutions": [ [ @@ -1473,7 +1564,10 @@ "Mikel", "ez", "dago", - "hemen" + "hemen", + "ere", + "ezer", + "zen" ], "solutions": [ [ @@ -1513,7 +1607,10 @@ "Mikel", "is", "not", - "here" + "here", + "it", + "hee", + "his" ], "solutions": [ [ @@ -1564,7 +1661,9 @@ "chips": [ "Badago", "hori", - "dortoka" + "dortoka", + "horia", + "dago" ], "solutions": [ [ @@ -1600,7 +1699,11 @@ "is", "a", "turtle", - "here" + "here", + "are", + "hee", + "her", + "e" ], "solutions": [ [ @@ -1648,7 +1751,9 @@ "chips": [ "Han", "Espainia", - "dago" + "dago", + "han", + "da" ], "solutions": [ [ @@ -1683,7 +1788,10 @@ "Over", "there", "is", - "Spain" + "Spain", + "her", + "are", + "the" ], "solutions": [ [ @@ -1730,7 +1838,9 @@ "chips": [ "Zer", "dago", - "han" + "han", + "da", + "hau" ], "solutions": [ [ @@ -1765,7 +1875,10 @@ "What", "is", "over", - "there" + "there", + "her", + "the", + "hee" ], "solutions": [ [ @@ -1832,7 +1945,13 @@ "laku", "bat", "daude", - "han" + "han", + "hau", + "da", + "a", + "Bai", + "Han", + "al" ], "solutions": [ [ @@ -1891,7 +2010,14 @@ "forest", "and", "a", - "lake" + "lake", + "e", + "r", + "Are", + "am", + "one", + "He", + "the" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/egon-3.json b/apps/web/src/courses/basque-from-english/challenges/egon-3.json index 334f18e6e75a..043b857651c5 100644 --- a/apps/web/src/courses/basque-from-english/challenges/egon-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/egon-3.json @@ -34,7 +34,9 @@ "chips": [ "Hura", "Frantzia", - "dago" + "dago", + "zara", + "gara" ], "solutions": [ [ @@ -69,7 +71,10 @@ "She", "is", "in", - "France" + "France", + "one", + "He", + "e" ], "solutions": [ [ @@ -127,7 +132,10 @@ "Frantzia", "ere", "da", - "Europan" + "Europan", + "Epa", + "eta", + "Ere" ], "solutions": [ [ @@ -168,7 +176,11 @@ "France", "also", "in", - "Europe" + "Europe", + "one", + "are", + "is", + "on" ], "solutions": [ [ @@ -216,7 +228,9 @@ "chips": [ "Begira", "Frantzia", - "dago" + "dago", + "gara", + "anaia" ], "solutions": [ [ @@ -251,7 +265,10 @@ "Look", "There", "is", - "France" + "France", + "one", + "are", + "or" ], "solutions": [ [ @@ -298,7 +315,9 @@ "chips": [ "Gu", "Gasteizen", - "gaude" + "gaude", + "zaude", + "daude" ], "solutions": [ [ @@ -333,7 +352,10 @@ "We", "are", "in", - "Victoria" + "Victoria", + "it", + "or", + "a" ], "solutions": [ [ @@ -376,7 +398,9 @@ "chips": [ "Non", "dago", - "Gasteiz" + "Gasteiz", + "bat", + "naiz" ], "solutions": [ [ @@ -410,7 +434,9 @@ "chips": [ "Where", "is", - "Victoria" + "Victoria", + "it", + "or" ], "solutions": [ [ @@ -461,7 +487,10 @@ "Gasteiz", "Euskal", "Herrian", - "dago" + "dago", + "basoan", + "bat", + "naiz" ], "solutions": [ [ @@ -502,7 +531,11 @@ "is", "in", "Basque", - "Country" + "Country", + "it", + "or", + "on", + "one" ], "solutions": [ [ @@ -550,7 +583,9 @@ "chips": [ "Non", "dago", - "Donostia" + "Donostia", + "Jon", + "on" ], "solutions": [ [ @@ -585,7 +620,10 @@ "Where", "is", "San", - "Sebastian" + "Sebastian", + "See", + "in", + "man" ], "solutions": [ [ @@ -641,7 +679,10 @@ "Donostia", "Euskal", "Herrian", - "dago" + "dago", + "neska", + "Hura", + "horia" ], "solutions": [ [ @@ -683,7 +724,12 @@ "is", "in", "Basque", - "Country" + "Country", + "man", + "son", + "on", + "n", + "it" ], "solutions": [ [ @@ -732,7 +778,9 @@ "chips": [ "Non", "dago", - "ibaia" + "ibaia", + "bat", + "da" ], "solutions": [ [ @@ -767,7 +815,10 @@ "Where", "is", "the", - "river" + "river", + "her", + "She", + "We" ], "solutions": [ [ @@ -822,7 +873,9 @@ "chips": [ "Ibaia", "Donostia", - "dago" + "dago", + "anaia", + "ibaia" ], "solutions": [ [ @@ -859,7 +912,12 @@ "is", "in", "San", - "Sebastian" + "Sebastian", + "it", + "man", + "He", + "She", + "e" ], "solutions": [ [ @@ -908,7 +966,9 @@ "chips": [ "Haiek", "han", - "daude" + "daude", + "haiek", + "hau" ], "solutions": [ [ @@ -943,7 +1003,10 @@ "They", "are", "over", - "there" + "there", + "the", + "they", + "hee" ], "solutions": [ [ @@ -989,7 +1052,9 @@ ], "chips": [ "Irunan", - "nago" + "nago", + "naiz", + "ona" ], "solutions": [ [ @@ -1019,7 +1084,10 @@ "I", "am", "in", - "Irun" + "Irun", + "n", + "a", + "i" ], "solutions": [ [ @@ -1071,7 +1139,10 @@ "Zu", "Euskal", "Herrian", - "zaude" + "zaude", + "Hura", + "zu", + "al" ], "solutions": [ [ @@ -1112,7 +1183,11 @@ "are", "in", "Basque", - "country" + "country", + "one", + "you", + "or", + "our" ], "solutions": [ [ @@ -1156,7 +1231,9 @@ "chips": [ "Non", "dago", - "Mikel" + "Mikel", + "Ni", + "da" ], "solutions": [ [ @@ -1190,7 +1267,9 @@ "chips": [ "Where", "is", - "Mikel" + "Mikel", + "We", + "hee" ], "solutions": [ [ @@ -1236,7 +1315,9 @@ "chips": [ "Mikel", "Bilbon", - "dago" + "dago", + "gizon", + "Miren" ], "solutions": [ [ @@ -1271,7 +1352,10 @@ "Mikel", "is", "in", - "Bilboa" + "Bilboa", + "it", + "his", + "Hi" ], "solutions": [ [ @@ -1322,7 +1406,9 @@ "chips": [ "Zer", "dago", - "mendian" + "mendian", + "da", + "Zein" ], "solutions": [ [ @@ -1358,7 +1444,11 @@ "is", "upon", "the", - "mountain" + "mountain", + "thin", + "man", + "in", + "on" ], "solutions": [ [ @@ -1410,7 +1500,9 @@ "chips": [ "Ardiak", "mendiaetan", - "daude" + "daude", + "Ardia", + "ardiak" ], "solutions": [ [ @@ -1446,7 +1538,11 @@ "are", "on", "the", - "mountains" + "mountains", + "one", + "She", + "me", + "See" ], "solutions": [ [ @@ -1498,7 +1594,9 @@ "chips": [ "Ahuntzak", "basoetan", - "daude" + "daude", + "ahuntzak", + "Ahuntza" ], "solutions": [ [ @@ -1534,7 +1632,11 @@ "are", "in", "the", - "forests" + "forests", + "one", + "Are", + "or", + "He" ], "solutions": [ [ @@ -1586,7 +1688,9 @@ "chips": [ "Dortokak", "lakuetan", - "daude" + "daude", + "lakuan", + "katuak" ], "solutions": [ [ @@ -1622,7 +1726,11 @@ "are", "in", "the", - "lakes" + "lakes", + "Are", + "The", + "one", + "He" ], "solutions": [ [ @@ -1674,7 +1782,9 @@ "chips": [ "Arrainak", "ibaietan", - "daude" + "daude", + "baina", + "aita" ], "solutions": [ [ @@ -1710,7 +1820,11 @@ "are", "in", "the", - "rivers" + "rivers", + "is", + "his", + "one", + "He" ], "solutions": [ [ @@ -1767,7 +1881,10 @@ "Gure", "txakurra", "kalean", - "dago" + "dago", + "zara", + "gara", + "Hura" ], "solutions": [ [ @@ -1809,7 +1926,12 @@ "is", "in", "the", - "street" + "street", + "it", + "or", + "He", + "e", + "r" ], "solutions": [ [ @@ -1867,7 +1989,10 @@ "Katuak", "ere", "kaletan", - "daude" + "daude", + "eta", + "arte", + "Katu" ], "solutions": [ [ @@ -1909,7 +2034,12 @@ "also", "in", "the", - "streets" + "streets", + "is", + "Are", + "tree", + "am", + "a" ], "solutions": [ [ @@ -1971,7 +2101,10 @@ "Begira", "Badaude", "sugeak", - "zuhaitzetan" + "zuhaitzetan", + "sugea", + "sagua", + "Behia" ], "solutions": [ [ @@ -2014,7 +2147,13 @@ "snakes", "in", "the", - "trees" + "trees", + "one", + "Are", + "The", + "hee", + "tree", + "She" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/family-1.json b/apps/web/src/courses/basque-from-english/challenges/family-1.json index 0289e673250a..14511e306e97 100644 --- a/apps/web/src/courses/basque-from-english/challenges/family-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/family-1.json @@ -35,7 +35,10 @@ "Haiek", "gure", "aiton-amonak", - "dira" + "dira", + "aita", + "gara", + "zara" ], "solutions": [ [ @@ -75,7 +78,10 @@ "They", "are", "our", - "grandparents" + "grandparents", + "one", + "Are", + "the" ], "solutions": [ [ @@ -123,7 +129,10 @@ "Zu", "gure", "aitona", - "zara" + "zara", + "Hura", + "gara", + "Zure" ], "solutions": [ [ @@ -163,7 +172,10 @@ "You", "are", "our", - "grandfather" + "grandfather", + "or", + "one", + "the" ], "solutions": [ [ @@ -211,7 +223,10 @@ "Ni", "zure", "amon", - "naiz" + "naiz", + "ni", + "a", + "i" ], "solutions": [ [ @@ -251,7 +266,10 @@ "I", "am", "your", - "grandmother" + "grandmother", + "or", + "a", + "r" ], "solutions": [ [ @@ -299,7 +317,10 @@ "Hura", "gure", "aita", - "da" + "da", + "dira", + "hura", + "gara" ], "solutions": [ [ @@ -339,7 +360,10 @@ "He", "is", "our", - "father" + "father", + "he", + "or", + "her" ], "solutions": [ [ @@ -391,7 +415,10 @@ "Hura", "zuen", "ama", - "da" + "da", + "zara", + "a", + "hura" ], "solutions": [ [ @@ -432,7 +459,11 @@ "is", "your", "plural", - "mother" + "mother", + "our", + "or", + "her", + "the" ], "solutions": [ [ @@ -497,7 +528,10 @@ "Zuek", "haien", "aiton-amonak", - "zarete" + "zarete", + "hauek", + "Haiek", + "Haien" ], "solutions": [ [ @@ -538,7 +572,11 @@ "plural", "are", "their", - "grandparents" + "grandparents", + "Are", + "the", + "car", + "or" ], "solutions": [ [ @@ -599,7 +637,10 @@ "Haiek", "gure", "gurasoak", - "dira" + "dira", + "Hura", + "gara", + "gureak" ], "solutions": [ [ @@ -639,7 +680,10 @@ "They", "are", "our", - "parents" + "parents", + "Are", + "one", + "the" ], "solutions": [ [ @@ -692,7 +736,11 @@ "hau", "nire", "semea", - "da" + "da", + "ere", + "a", + "eta", + "Ni" ], "solutions": [ [ @@ -738,7 +786,11 @@ "boy", "is", "my", - "son" + "son", + "his", + "in", + "on", + "o" ], "solutions": [ [ @@ -792,7 +844,11 @@ "hau", "nire", "alaba", - "da" + "da", + "a", + "zara", + "eta", + "gara" ], "solutions": [ [ @@ -838,7 +894,11 @@ "girl", "is", "my", - "daughter" + "daughter", + "his", + "it", + "her", + "in" ], "solutions": [ [ @@ -895,7 +955,10 @@ "Nire", "alaba", "polizia", - "da" + "da", + "dira", + "gida", + "eliza" ], "solutions": [ [ @@ -937,7 +1000,12 @@ "is", "a", "police", - "officer" + "officer", + "e", + "it", + "or", + "He", + "r" ], "solutions": [ [ @@ -996,7 +1064,11 @@ "semea", "tour", "gida", - "da" + "da", + "ere", + "eta", + "dira", + "Gida" ], "solutions": [ [ @@ -1043,7 +1115,12 @@ "is", "a", "tour", - "guide" + "guide", + "in", + "Hi", + "o", + "it", + "or" ], "solutions": [ [ @@ -1098,7 +1175,11 @@ "aitona", "ingeniari", "bat", - "da" + "da", + "ona", + "a", + "eta", + "gara" ], "solutions": [ [ @@ -1144,7 +1225,11 @@ "grandfather", "is", "an", - "engineer" + "engineer", + "in", + "and", + "her", + "man" ], "solutions": [ [ @@ -1197,7 +1282,10 @@ "Haien", "ama", "medikua", - "da" + "da", + "a", + "dira", + "aita" ], "solutions": [ [ @@ -1238,7 +1326,11 @@ "mother", "is", "a", - "doctor" + "doctor", + "or", + "her", + "the", + "r" ], "solutions": [ [ @@ -1291,7 +1383,10 @@ "Turista", "nire", "alaba", - "da" + "da", + "dira", + "aita", + "zara" ], "solutions": [ [ @@ -1332,7 +1427,11 @@ "tourist", "is", "my", - "daughter" + "daughter", + "it", + "the", + "or", + "me" ], "solutions": [ [ @@ -1385,7 +1484,10 @@ "Gure", "amona", "irakaslea", - "da" + "da", + "ama", + "dira", + "ona" ], "solutions": [ [ @@ -1426,7 +1528,11 @@ "grandmother", "is", "a", - "teacher" + "teacher", + "her", + "am", + "the", + "r" ], "solutions": [ [ @@ -1475,7 +1581,10 @@ "Zure", "alabak", "ikasleak", - "dira" + "dira", + "zara", + "gara", + "Hura" ], "solutions": [ [ @@ -1515,7 +1624,10 @@ "Your", "daughters", "are", - "students" + "students", + "ours", + "our", + "yours" ], "solutions": [ [ @@ -1578,7 +1690,13 @@ "ama", "dira", "gure", - "gurasoak" + "gurasoak", + "Hura", + "gara", + "zara", + "ere", + "Eta", + "gida" ], "solutions": [ [ @@ -1636,7 +1754,13 @@ "mother", "are", "our", - "parents" + "parents", + "her", + "the", + "car", + "or", + "one", + "She" ], "solutions": [ [ @@ -1691,7 +1815,10 @@ "Nire", "alabaren", "boligrafoa", - "da" + "da", + "dira", + "gara", + "nire" ], "solutions": [ [ @@ -1732,7 +1859,11 @@ "is", "my", "daughter's", - "pen" + "pen", + "it", + "Is", + "me", + "He" ], "solutions": [ [ @@ -1785,7 +1916,10 @@ "Nire", "semearen", "arkatza", - "da" + "da", + "ere", + "zara", + "eta" ], "solutions": [ [ @@ -1826,7 +1960,11 @@ "is", "my", "son's", - "pencil" + "pencil", + "it", + "Is", + "in", + "on" ], "solutions": [ [ @@ -1879,7 +2017,10 @@ "Zure", "amonaren", "baloia", - "da" + "da", + "ona", + "ama", + "amona" ], "solutions": [ [ @@ -1920,7 +2061,11 @@ "is", "your", "grandmother's", - "ball" + "ball", + "or", + "am", + "it", + "Is" ], "solutions": [ [ @@ -1979,7 +2124,12 @@ "aita", "gure", "aitona", - "da" + "da", + "dira", + "arte", + "gida", + "nire", + "Hura" ], "solutions": [ [ @@ -2031,7 +2181,12 @@ "father", "is", "our", - "grandfather" + "grandfather", + "her", + "the", + "rather", + "fat", + "car" ], "solutions": [ [ @@ -2090,7 +2245,11 @@ "ama", "bere", "amona", - "da" + "da", + "ona", + "amon", + "zara", + "ere" ], "solutions": [ [ @@ -2137,7 +2296,12 @@ "mother", "is", "his", - "grandmother" + "grandmother", + "her", + "the", + "hers", + "This", + "it" ], "solutions": [ [ @@ -2221,7 +2385,12 @@ "semea", "zure", "aita", - "da" + "da", + "ere", + "dira", + "nire", + "gure", + "zurea" ], "solutions": [ [ @@ -2273,7 +2442,12 @@ "son", "is", "your", - "father" + "father", + "tour", + "or", + "her", + "our", + "one" ], "solutions": [ [ @@ -2333,7 +2507,12 @@ "alaba", "zure", "ama", - "da" + "da", + "zara", + "gara", + "Hura", + "ere", + "ona" ], "solutions": [ [ @@ -2385,7 +2564,12 @@ "daughter", "is", "your", - "mother" + "mother", + "our", + "tour", + "her", + "or", + "later" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/family-2.json b/apps/web/src/courses/basque-from-english/challenges/family-2.json index 2f14aadaf815..e376be3cdce9 100644 --- a/apps/web/src/courses/basque-from-english/challenges/family-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/family-2.json @@ -35,7 +35,10 @@ "Haiek", "nire", "seme-alba", - "dira" + "dira", + "nirea", + "Nire", + "aita" ], "solutions": [ [ @@ -75,7 +78,10 @@ "They", "are", "my", - "children" + "children", + "the", + "She", + "Are" ], "solutions": [ [ @@ -123,7 +129,10 @@ "Haiek", "gure", "bilobak", - "dira" + "dira", + "Hura", + "gara", + "gida" ], "solutions": [ [ @@ -163,7 +172,10 @@ "They", "are", "our", - "grandchildren" + "grandchildren", + "one", + "the", + "She" ], "solutions": [ [ @@ -211,7 +223,10 @@ "Zu", "nire", "umea", - "zara" + "zara", + "Zure", + "Hura", + "ere" ], "solutions": [ [ @@ -251,7 +266,10 @@ "You", "are", "my", - "child" + "child", + "or", + "me", + "am" ], "solutions": [ [ @@ -303,7 +321,10 @@ "Umea", "nire", "semea", - "da" + "da", + "umea", + "ere", + "dira" ], "solutions": [ [ @@ -344,7 +365,11 @@ "child", "is", "my", - "son" + "son", + "in", + "h", + "it", + "me" ], "solutions": [ [ @@ -393,7 +418,10 @@ "Ni", "zure", "osaba", - "naiz" + "naiz", + "zara", + "Bai", + "ni" ], "solutions": [ [ @@ -433,7 +461,10 @@ "I", "am", "your", - "uncle" + "uncle", + "a", + "e", + "r" ], "solutions": [ [ @@ -481,7 +512,10 @@ "Hura", "gure", "izeba", - "da" + "da", + "hura", + "zara", + "gara" ], "solutions": [ [ @@ -521,7 +555,10 @@ "She", "is", "our", - "aunt" + "aunt", + "one", + "it", + "bus" ], "solutions": [ [ @@ -574,7 +611,11 @@ "hau", "nire", "senarra", - "da" + "da", + "dira", + "han", + "naiz", + "zara" ], "solutions": [ [ @@ -620,7 +661,11 @@ "man", "is", "my", - "husband" + "husband", + "his", + "in", + "Is", + "am" ], "solutions": [ [ @@ -674,7 +719,11 @@ "hau", "nire", "emaztea", - "da" + "da", + "Hau", + "ama", + "umea", + "bat" ], "solutions": [ [ @@ -720,7 +769,11 @@ "woman", "is", "my", - "wife" + "wife", + "his", + "in", + "it", + "me" ], "solutions": [ [ @@ -777,7 +830,10 @@ "Nire", "emaztea", "polizia", - "da" + "da", + "dira", + "eliza", + "aita" ], "solutions": [ [ @@ -819,7 +875,12 @@ "is", "a", "police", - "officer" + "officer", + "e", + "it", + "of", + "in", + "He" ], "solutions": [ [ @@ -879,7 +940,12 @@ "gida", "tour", "gida", - "da" + "da", + "gara", + "dira", + "Gida", + "gona", + "zara" ], "solutions": [ [ @@ -931,7 +997,12 @@ "is", "a", "tour", - "guide" + "guide", + "our", + "He", + "e", + "r", + "and" ], "solutions": [ [ @@ -986,7 +1057,11 @@ "osaba", "ingeniari", "bat", - "da" + "da", + "gara", + "zara", + "a", + "Bai" ], "solutions": [ [ @@ -1032,7 +1107,11 @@ "uncle", "is", "an", - "engineer" + "engineer", + "in", + "one", + "n", + "An" ], "solutions": [ [ @@ -1094,7 +1173,11 @@ "lehengusua", "da", "ere", - "ingeniaria" + "ingeniaria", + "gara", + "dira", + "nire", + "bere" ], "solutions": [ [ @@ -1142,7 +1225,13 @@ "is", "also", "an", - "engineer" + "engineer", + "in", + "on", + "am", + "a", + "man", + "n" ], "solutions": [ [ @@ -1197,7 +1286,10 @@ "Haien", "izeba", "medikua", - "da" + "da", + "dira", + "a", + "eta" ], "solutions": [ [ @@ -1238,7 +1330,11 @@ "aunt", "is", "a", - "doctor" + "doctor", + "it", + "r", + "t", + "or" ], "solutions": [ [ @@ -1299,7 +1395,10 @@ "Nire", "lehengusina", "medikua", - "da" + "da", + "dira", + "gida", + "Ni" ], "solutions": [ [ @@ -1342,7 +1441,13 @@ "is", "also", "a", - "doctor" + "doctor", + "o", + "am", + "it", + "Is", + "or", + "in" ], "solutions": [ [ @@ -1397,7 +1502,10 @@ "Gure", "izeba", "irakaslea", - "da" + "da", + "zara", + "ere", + "dira" ], "solutions": [ [ @@ -1438,7 +1546,11 @@ "aunt", "is", "a", - "teacher" + "teacher", + "am", + "r", + "t", + "are" ], "solutions": [ [ @@ -1500,7 +1612,11 @@ "osabaren", "semea", "lehengusua", - "da" + "da", + "berea", + "ere", + "bere", + "nirea" ], "solutions": [ [ @@ -1548,7 +1664,13 @@ "is", "my", "cousin", - "male" + "male", + "in", + "on", + "me", + "n", + "Is", + "An" ], "solutions": [ [ @@ -1613,7 +1735,12 @@ "alaba", "nire", "lehengusina", - "da" + "da", + "ere", + "dira", + "nirea", + "zara", + "gara" ], "solutions": [ [ @@ -1666,7 +1793,13 @@ "is", "my", "cousin", - "female" + "female", + "it", + "me", + "in", + "am", + "a", + "man" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/family-3.json b/apps/web/src/courses/basque-from-english/challenges/family-3.json index 245bd6268781..b13755c6059d 100644 --- a/apps/web/src/courses/basque-from-english/challenges/family-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/family-3.json @@ -34,7 +34,9 @@ "chips": [ "Miren", "neba", - "naiz" + "naiz", + "nire", + "nirea" ], "solutions": [ [ @@ -69,7 +71,10 @@ "I", "am", "Miren's", - "brother" + "brother", + "are", + "e", + "r" ], "solutions": [ [ @@ -116,7 +121,9 @@ "chips": [ "Miren", "ahizpa", - "naiz" + "naiz", + "gizen", + "nire" ], "solutions": [ [ @@ -151,7 +158,10 @@ "I", "am", "Miren's", - "sister" + "sister", + "is", + "e", + "i" ], "solutions": [ [ @@ -198,7 +208,9 @@ "chips": [ "Aitorren", "anaia", - "naiz" + "naiz", + "orain", + "anaian" ], "solutions": [ [ @@ -233,7 +245,10 @@ "I", "am", "Aitor's", - "brother" + "brother", + "or", + "r", + "t" ], "solutions": [ [ @@ -280,7 +295,9 @@ "chips": [ "Aitorren", "arreba", - "naiz" + "naiz", + "nire", + "nirea" ], "solutions": [ [ @@ -315,7 +332,10 @@ "I", "am", "Aitor's", - "sister" + "sister", + "is", + "it", + "i" ], "solutions": [ [ @@ -368,7 +388,11 @@ "hau", "nire", "neskalaguna", - "da" + "da", + "neska", + "a", + "eta", + "Hau" ], "solutions": [ [ @@ -414,7 +438,11 @@ "girl", "is", "my", - "girlfriend" + "girlfriend", + "his", + "in", + "it", + "Hi" ], "solutions": [ [ @@ -468,7 +496,11 @@ "anaia", "neskalaguna", "polita", - "da" + "da", + "aita", + "dira", + "gida", + "ona" ], "solutions": [ [ @@ -514,7 +546,11 @@ "brother's", "girlfriend", "is", - "nice" + "nice", + "it", + "his", + "in", + "girl" ], "solutions": [ [ @@ -568,7 +604,11 @@ "arreba", "mutillaguna", "altua", - "da" + "da", + "dira", + "aita", + "eta", + "nirea" ], "solutions": [ [ @@ -614,7 +654,11 @@ "sister's", "boyfriend", "is", - "tall" + "tall", + "it", + "in", + "or", + "his" ], "solutions": [ [ @@ -668,7 +712,11 @@ "ahizpan", "mutillaguna", "altua", - "da" + "da", + "aita", + "dira", + "Miren", + "eta" ], "solutions": [ [ @@ -714,7 +762,11 @@ "sister's", "boyfriend", "is", - "tall" + "tall", + "Miren", + "girls", + "fine", + "birds" ], "solutions": [ [ @@ -768,7 +820,11 @@ "anaian", "neskalaguna", "argala", - "da" + "da", + "anaia", + "orain", + "argal", + "alaba" ], "solutions": [ [ @@ -814,7 +870,11 @@ "brother's", "girlfriend", "is", - "thin" + "thin", + "his", + "girls", + "girl", + "Aitor" ], "solutions": [ [ @@ -867,7 +927,10 @@ "Turista", "nire", "iloba", - "da" + "da", + "dira", + "Hura", + "gida" ], "solutions": [ [ @@ -908,7 +971,11 @@ "tourist", "is", "my", - "niece" + "niece", + "it", + "me", + "his", + "in" ], "solutions": [ [ @@ -964,7 +1031,10 @@ "Gu", "zure", "ilobak", - "gara" + "gara", + "zara", + "Hura", + "gure" ], "solutions": [ [ @@ -1004,7 +1074,10 @@ "We", "are", "your", - "nieces" + "nieces", + "one", + "He", + "e" ], "solutions": [ [ @@ -1071,7 +1144,11 @@ "horiek", "gure", "seme-albak", - "dira" + "dira", + "gureak", + "umea", + "ere", + "gara" ], "solutions": [ [ @@ -1119,7 +1196,13 @@ "our", "sons", "and", - "daughters" + "daughters", + "one", + "cars", + "here", + "the", + "She", + "or" ], "solutions": [ [ @@ -1178,7 +1261,10 @@ "Zure", "seme-albak", "ikasleak", - "dira" + "dira", + "zara", + "gara", + "zurea" ], "solutions": [ [ @@ -1220,7 +1306,12 @@ "and", "daughters", "are", - "students" + "students", + "aunt", + "one", + "our", + "ours", + "You" ], "solutions": [ [ @@ -1280,7 +1371,12 @@ "anaia", "gure", "osaba", - "da" + "da", + "gara", + "zara", + "Hura", + "dira", + "nire" ], "solutions": [ [ @@ -1332,7 +1428,12 @@ "brother", "is", "our", - "uncle" + "uncle", + "her", + "the", + "or", + "one", + "car" ], "solutions": [ [ @@ -1392,7 +1493,12 @@ "ahizpa", "gure", "izeba", - "da" + "da", + "zara", + "Hura", + "ere", + "gara", + "dira" ], "solutions": [ [ @@ -1444,7 +1550,12 @@ "sister", "is", "our", - "aunt" + "aunt", + "or", + "her", + "ours", + "it", + "bus" ], "solutions": [ [ @@ -1504,7 +1615,12 @@ "neba", "gure", "osaba", - "da" + "da", + "gara", + "zara", + "Hura", + "ere", + "Zure" ], "solutions": [ [ @@ -1556,7 +1672,12 @@ "brother", "is", "our", - "uncle" + "uncle", + "or", + "her", + "one", + "the", + "ours" ], "solutions": [ [ @@ -1616,7 +1737,12 @@ "arreba", "gure", "izeba", - "da" + "da", + "ere", + "nire", + "Zure", + "zurea", + "nirea" ], "solutions": [ [ @@ -1668,7 +1794,12 @@ "sister", "is", "our", - "aunt" + "aunt", + "her", + "it", + "bus", + "or", + "but" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/greetings-1.json b/apps/web/src/courses/basque-from-english/challenges/greetings-1.json index 8af6cb01c2d7..712709335697 100644 --- a/apps/web/src/courses/basque-from-english/challenges/greetings-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/greetings-1.json @@ -39,7 +39,10 @@ "Barkatu", "Nor", "zara", - "zu" + "zu", + "gara", + "Hura", + "r" ], "solutions": [ [ @@ -80,7 +83,11 @@ "me", "Who", "are", - "you" + "you", + "We", + "He", + "the", + "She" ], "solutions": [ [ @@ -133,7 +140,10 @@ "Egun", "on", "Zer", - "moduz" + "moduz", + "Zu", + "Jon", + "Non" ], "solutions": [ [ @@ -174,7 +184,11 @@ "Morning", "How", "are", - "you" + "you", + "or", + "You", + "Jon", + "now" ], "solutions": [ [ @@ -228,7 +242,11 @@ "Mikel", "eta", "Joseba", - "gara" + "gara", + "da", + "ere", + "a", + "Eta" ], "solutions": [ [ @@ -274,7 +292,11 @@ "are", "Mikel", "and", - "Joseba" + "Joseba", + "one", + "He", + "e", + "Are" ], "solutions": [ [ @@ -328,7 +350,11 @@ "asko", "Gu", "ondo", - "gara" + "gara", + "Gero", + "edo", + "ardi", + "zara" ], "solutions": [ [ @@ -374,7 +400,11 @@ "you", "We", "are", - "fine" + "fine", + "one", + "He", + "the", + "She" ], "solutions": [ [ @@ -428,7 +458,11 @@ "Mikel", "eta", "Miren", - "dira" + "dira", + "nire", + "nirea", + "aita", + "ere" ], "solutions": [ [ @@ -474,7 +508,11 @@ "they", "Mikel", "and", - "Miren" + "Miren", + "are", + "the", + "red", + "one" ], "solutions": [ [ @@ -529,7 +567,12 @@ "Zu", "al", "Mikel", - "zara" + "zara", + "a", + "l", + "da", + "r", + "zu" ], "solutions": [ [ @@ -580,7 +623,11 @@ "Afternoon", "Are", "you", - "Mikel" + "Mikel", + "one", + "You", + "are", + "Jon" ], "solutions": [ [ @@ -624,7 +671,9 @@ "chips": [ "Zu", "ondo", - "zara" + "zara", + "da", + "zu" ], "solutions": [ [ @@ -658,7 +707,9 @@ "chips": [ "Are", "you", - "OK" + "OK", + "or", + "You" ], "solutions": [ [ @@ -705,7 +756,10 @@ "Bai", "Ni", "ondo", - "naiz" + "naiz", + "ni", + "da", + "i" ], "solutions": [ [ @@ -745,7 +799,10 @@ "Yes", "I", "am", - "fine" + "fine", + "e", + "a", + "He" ], "solutions": [ [ @@ -803,7 +860,10 @@ "Bai", "Ni", "berdin", - "naiz" + "naiz", + "ni", + "i", + "da" ], "solutions": [ [ @@ -844,7 +904,11 @@ "I", "am", "also", - "fine" + "fine", + "a", + "is", + "e", + "He" ], "solutions": [ [ @@ -896,7 +960,10 @@ "Hura", "al", "Mikel", - "da" + "da", + "a", + "l", + "Ni" ], "solutions": [ [ @@ -935,7 +1002,9 @@ "chips": [ "Is", "he", - "Mikel" + "Mikel", + "He", + "is" ], "solutions": [ [ @@ -982,7 +1051,10 @@ "Bai", "Hura", "Mikel", - "da" + "da", + "a", + "Ni", + "i" ], "solutions": [ [ @@ -1022,7 +1094,10 @@ "Yes", "He", "is", - "Mikel" + "Mikel", + "e", + "We", + "he" ], "solutions": [ [ @@ -1074,7 +1149,10 @@ "Kaixo", "Mikel", "Zer", - "moduz" + "moduz", + "zer", + "nire", + "Ni" ], "solutions": [ [ @@ -1115,7 +1193,11 @@ "Mikel", "How", "are", - "you" + "you", + "He", + "You", + "Hi", + "e" ], "solutions": [ [ @@ -1159,7 +1241,9 @@ "chips": [ "Ondo", "Eskerrik", - "asko" + "asko", + "edo", + "ondo" ], "solutions": [ [ @@ -1193,7 +1277,9 @@ "chips": [ "Good", "Thank", - "you" + "you", + "You", + "and" ], "solutions": [ [ @@ -1240,7 +1326,9 @@ "chips": [ "Berdin", "Eta", - "zu" + "zu", + "da", + "eta" ], "solutions": [ [ @@ -1274,7 +1362,9 @@ "chips": [ "Fine", "And", - "you" + "you", + "one", + "and" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/greetings-2.json b/apps/web/src/courses/basque-from-english/challenges/greetings-2.json index 21716676b030..d775307b2201 100644 --- a/apps/web/src/courses/basque-from-english/challenges/greetings-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/greetings-2.json @@ -35,7 +35,10 @@ "Ongi", "etorri", "Zer", - "moduz" + "moduz", + "tour", + "Hori", + "Nor" ], "solutions": [ [ @@ -75,7 +78,10 @@ "Welcome", "How", "are", - "you" + "you", + "cow", + "You", + "or" ], "solutions": [ [ @@ -113,7 +119,9 @@ ], "chips": [ "Agur", - "Mikel" + "Mikel", + "gure", + "Aitor" ], "solutions": [ [ @@ -141,7 +149,9 @@ ], "chips": [ "Goodbye", - "Mikel" + "Mikel", + "Good", + "one" ], "solutions": [ [ @@ -181,7 +191,9 @@ ], "chips": [ "Gabon", - "Mikel" + "Mikel", + "Miren", + "gizon" ], "solutions": [ [ @@ -210,7 +222,9 @@ "chips": [ "Good", "night", - "Mikel" + "Mikel", + "nice", + "girl" ], "solutions": [ [ @@ -251,7 +265,9 @@ ], "chips": [ "Bihar", - "arte" + "arte", + "aita", + "bat" ], "solutions": [ [ @@ -280,7 +296,9 @@ "chips": [ "See", "you", - "tomorrow" + "tomorrow", + "You", + "or" ], "solutions": [ [ @@ -321,7 +339,9 @@ ], "chips": [ "Gero", - "arte" + "arte", + "ere", + "bere" ], "solutions": [ [ @@ -350,7 +370,9 @@ "chips": [ "See", "you", - "later" + "later", + "are", + "She" ], "solutions": [ [ @@ -387,7 +409,9 @@ ], "chips": [ "Eskerrik", - "asko" + "asko", + "Gero", + "ardi" ], "solutions": [ [ @@ -415,7 +439,9 @@ ], "chips": [ "Thank", - "you" + "you", + "man", + "You" ], "solutions": [ [ @@ -456,7 +482,9 @@ "chips": [ "Ez", "da", - "ezer" + "ezer", + "ez", + "z" ], "solutions": [ [ @@ -490,7 +518,9 @@ "chips": [ "It", "is", - "nothing" + "nothing", + "it", + "in" ], "solutions": [ [ @@ -536,7 +566,9 @@ "chips": [ "Barkatu", "Berandu", - "naiz" + "naiz", + "zara", + "gara" ], "solutions": [ [ @@ -571,7 +603,10 @@ "Sorry", "I", "am", - "late" + "late", + "a", + "are", + "S" ], "solutions": [ [ @@ -618,7 +653,9 @@ "chips": [ "Berandu", "da", - "Agur" + "Agur", + "hau", + "Zu" ], "solutions": [ [ @@ -653,7 +690,10 @@ "It", "is", "late", - "Goodbye" + "Goodbye", + "it", + "He", + "e" ], "solutions": [ [ @@ -700,7 +740,9 @@ "chips": [ "Epa", "Berandu", - "naiz" + "naiz", + "Bai", + "zara" ], "solutions": [ [ @@ -735,7 +777,10 @@ "Hi", "Am", "I", - "late" + "late", + "am", + "a", + "He" ], "solutions": [ [ @@ -787,7 +832,10 @@ "Barkatu", "Autobusa", "berandu", - "da" + "da", + "Katu", + "bat", + "zara" ], "solutions": [ [ @@ -828,7 +876,11 @@ "The", "bus", "is", - "late" + "late", + "are", + "She", + "one", + "boy" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/noren-1.json b/apps/web/src/courses/basque-from-english/challenges/noren-1.json index 8e91e4cca0f2..71e5d950fb59 100644 --- a/apps/web/src/courses/basque-from-english/challenges/noren-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/noren-1.json @@ -49,7 +49,12 @@ "polita", "eta", "zuria", - "da" + "da", + "aita", + "dira", + "Eliza", + "Apiza", + "zara" ], "solutions": [ [ @@ -102,7 +107,13 @@ "is", "pretty", "and", - "white" + "white", + "are", + "the", + "She", + "it", + "his", + "hee" ], "solutions": [ [ @@ -178,7 +189,12 @@ "berria", "eta", "berdea", - "da" + "da", + "berea", + "ere", + "Eta", + "denda", + "etxe" ], "solutions": [ [ @@ -231,7 +247,13 @@ "is", "new", "and", - "green" + "green", + "hee", + "one", + "See", + "his", + "are", + "He" ], "solutions": [ [ @@ -307,7 +329,12 @@ "txikiak", "eta", "laranjak", - "ziren" + "ziren", + "katua", + "lakuan", + "Katuak", + "zara", + "nireak" ], "solutions": [ [ @@ -360,7 +387,13 @@ "were", "small", "and", - "orange" + "orange", + "man", + "are", + "male", + "one", + "was", + "cars" ], "solutions": [ [ @@ -436,7 +469,12 @@ "horia", "eta", "motela", - "da" + "da", + "Eta", + "morea", + "ona", + "aita", + "dira" ], "solutions": [ [ @@ -489,7 +527,13 @@ "is", "yellow", "and", - "slow" + "slow", + "Yes", + "his", + "are", + "He", + "e", + "We" ], "solutions": [ [ @@ -565,7 +609,12 @@ "handiak", "eta", "beltzak", - "ziren" + "ziren", + "zara", + "onak", + "zurea", + "zureak", + "berea" ], "solutions": [ [ @@ -618,7 +667,13 @@ "were", "big", "and", - "black" + "black", + "are", + "man", + "one", + "was", + "bad", + "bus" ], "solutions": [ [ @@ -684,7 +739,10 @@ "Irakaslearen", "eskola", "urdina", - "zen" + "zen", + "kalean", + "neska", + "ere" ], "solutions": [ [ @@ -725,7 +783,11 @@ "teacher's", "school", "was", - "blue" + "blue", + "the", + "She", + "chef", + "hee" ], "solutions": [ [ @@ -787,7 +849,10 @@ "Ikaslearen", "liburuak", "gorriak", - "dira" + "dira", + "nireak", + "gureak", + "gara" ], "solutions": [ [ @@ -828,7 +893,11 @@ "student's", "books", "are", - "red" + "red", + "the", + "Are", + "one", + "He" ], "solutions": [ [ @@ -906,7 +975,10 @@ "Erizainaren", "poltsa", "morea", - "zen" + "zen", + "ziren", + "zinen", + "Noren" ], "solutions": [ [ @@ -947,7 +1019,11 @@ "nurse's", "purse", "was", - "purple" + "purple", + "nurse", + "purses", + "are", + "nurses" ], "solutions": [ [ @@ -1029,7 +1105,10 @@ "Poliziaren", "kotxea", "azkarra", - "da" + "da", + "zara", + "morea", + "zurea" ], "solutions": [ [ @@ -1071,7 +1150,12 @@ "officer's", "car", "is", - "fast" + "fast", + "his", + "one", + "are", + "it", + "or" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/noren-2.json b/apps/web/src/courses/basque-from-english/challenges/noren-2.json index 33a923d9f56d..c184b360a42f 100644 --- a/apps/web/src/courses/basque-from-english/challenges/noren-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/noren-2.json @@ -39,7 +39,10 @@ "Lagunen", "zaldia", "indartsua", - "da" + "da", + "zara", + "altua", + "katua" ], "solutions": [ [ @@ -80,7 +83,11 @@ "friends'", "horse", "is", - "strong" + "strong", + "one", + "are", + "his", + "hers" ], "solutions": [ [ @@ -142,7 +149,10 @@ "Medikuen", "hontzak", "itsusiak", - "ziren" + "ziren", + "Miren", + "zinen", + "zuriak" ], "solutions": [ [ @@ -183,7 +193,11 @@ "doctors", "owls", "were", - "ugly" + "ugly", + "owl", + "hers", + "ours", + "one" ], "solutions": [ [ @@ -245,7 +259,10 @@ "Erizainen", "txoriak", "jatorak", - "dira" + "dira", + "horiak", + "zara", + "horia" ], "solutions": [ [ @@ -286,7 +303,11 @@ "nurses", "birds", "are", - "nice" + "nice", + "Are", + "nurse", + "the", + "She" ], "solutions": [ [ @@ -348,7 +369,10 @@ "Arrotzen", "sugeak", "luzeak", - "ziren" + "ziren", + "luzea", + "zurea", + "zureak" ], "solutions": [ [ @@ -389,7 +413,11 @@ "strangers", "snakes", "were", - "long" + "long", + "one", + "are", + "lake", + "the" ], "solutions": [ [ @@ -451,7 +479,10 @@ "Camareroen", "oilaskoak", "laburrak", - "dira" + "dira", + "laburak", + "labura", + "zaharrak" ], "solutions": [ [ @@ -492,7 +523,11 @@ "waiters", "chickens", "are", - "short" + "short", + "hers", + "the", + "She", + "white" ], "solutions": [ [ @@ -554,7 +589,10 @@ "Mutilen", "arraina", "ahula", - "zen" + "zen", + "zuen", + "Miren", + "ziren" ], "solutions": [ [ @@ -595,7 +633,11 @@ "boys", "fish", "was", - "weak" + "weak", + "is", + "bus", + "Yes", + "his" ], "solutions": [ [ @@ -657,7 +699,10 @@ "Nesken", "ardiak", "onak", - "dira" + "dira", + "da", + "ona", + "gonak" ], "solutions": [ [ @@ -698,7 +743,11 @@ "girls", "sheep", "are", - "good" + "good", + "the", + "She", + "Are", + "hee" ], "solutions": [ [ @@ -760,7 +809,10 @@ "Sukaldarien", "txerriak", "txarrak", - "ziren" + "ziren", + "txarra", + "txoriak", + "txerria" ], "solutions": [ [ @@ -801,7 +853,11 @@ "cooks", "pigs", "were", - "bad" + "bad", + "was", + "one", + "are", + "is" ], "solutions": [ [ @@ -879,7 +935,10 @@ "Turisten", "ostatua", "zaharra", - "da" + "da", + "zara", + "gara", + "zuria" ], "solutions": [ [ @@ -920,7 +979,11 @@ "tourists'", "mini-hotel", "is", - "old" + "old", + "it", + "one", + "the", + "or" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/noren-3.json b/apps/web/src/courses/basque-from-english/challenges/noren-3.json index e8b6f5702fa9..a5721c711778 100644 --- a/apps/web/src/courses/basque-from-english/challenges/noren-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/noren-3.json @@ -35,7 +35,10 @@ "Aitorren", "ahuntza", "gizena", - "da" + "da", + "aita", + "gizona", + "eta" ], "solutions": [ [ @@ -75,7 +78,10 @@ "Aitor’s", "goat", "is", - "fat" + "fat", + "it", + "cat", + "hat" ], "solutions": [ [ @@ -131,7 +137,10 @@ "Arantxaren", "behiak", "gazteak", - "dira" + "dira", + "aita", + "gara", + "gaztea" ], "solutions": [ [ @@ -171,7 +180,10 @@ "Arantxa’s", "cows", "are", - "young" + "young", + "one", + "cars", + "cats" ], "solutions": [ [ @@ -227,7 +239,10 @@ "Josabaren", "sagua", "argala", - "zen" + "zen", + "osaba", + "zara", + "gara" ], "solutions": [ [ @@ -267,7 +282,10 @@ "Josaba’s", "mouse", "was", - "thin" + "thin", + "bus", + "his", + "man" ], "solutions": [ [ @@ -323,7 +341,10 @@ "Jonen", "oilaskoak", "altuak", - "ziren" + "ziren", + "zinen", + "Miren", + "ginen" ], "solutions": [ [ @@ -363,7 +384,10 @@ "Jon’s", "chickens", "were", - "tall" + "tall", + "hers", + "pens", + "cars" ], "solutions": [ [ @@ -418,7 +442,9 @@ "chips": [ "Noren", "boligrafoa", - "da" + "da", + "dira", + "Nor" ], "solutions": [ [ @@ -453,7 +479,10 @@ "Whose", "pen", "is", - "it" + "it", + "We", + "his", + "in" ], "solutions": [ [ @@ -505,7 +534,10 @@ "Nire", "lagunaren", "boligrafoa", - "da" + "da", + "gara", + "dira", + "nire" ], "solutions": [ [ @@ -546,7 +578,11 @@ "is", "my", "friend's", - "pen" + "pen", + "in", + "it", + "Is", + "me" ], "solutions": [ [ @@ -604,7 +640,10 @@ "Zu", "Mirenen", "laguna", - "zara" + "zara", + "Hura", + "gara", + "Zure" ], "solutions": [ [ @@ -644,7 +683,10 @@ "Are", "you", "Miren’s", - "friend" + "friend", + "are", + "red", + "Miren" ], "solutions": [ [ @@ -705,7 +747,11 @@ "ni", "Mirenen", "lagun", - "naiz" + "naiz", + "Ni", + "i", + "n", + "han" ], "solutions": [ [ @@ -751,7 +797,11 @@ "I", "am", "Miren’s", - "friend" + "friend", + "is", + "e", + "red", + "in" ], "solutions": [ [ @@ -808,7 +858,9 @@ "chips": [ "Norena", "da", - "arkatza" + "arkatza", + "eta", + "ona" ], "solutions": [ [ @@ -843,7 +895,10 @@ "Whose", "is", "the", - "pencil" + "pencil", + "We", + "his", + "one" ], "solutions": [ [ @@ -896,7 +951,9 @@ "chips": [ "Mirenen", "arkatza", - "da" + "da", + "eta", + "dira" ], "solutions": [ [ @@ -931,7 +988,10 @@ "It", "is", "Miren’s", - "pencil" + "pencil", + "it", + "in", + "Is" ], "solutions": [ [ @@ -983,7 +1043,10 @@ "Zure", "lagunaren", "baloia", - "da" + "da", + "gara", + "gure", + "zara" ], "solutions": [ [ @@ -1024,7 +1087,11 @@ "is", "your", "friend's", - "ball" + "ball", + "it", + "Is", + "or", + "in" ], "solutions": [ [ @@ -1081,7 +1148,9 @@ "chips": [ "Norenak", "dira", - "bizikletak" + "bizikletak", + "nireak", + "Norena" ], "solutions": [ [ @@ -1116,7 +1185,10 @@ "Whose", "are", "the", - "bicycles" + "bicycles", + "She", + "The", + "one" ], "solutions": [ [ @@ -1174,7 +1246,10 @@ "Nire", "lagunen", "bizikletak", - "dira" + "dira", + "ziren", + "nire", + "nirea" ], "solutions": [ [ @@ -1215,7 +1290,11 @@ "are", "my", "friends", - "bicycles" + "bicycles", + "Are", + "me", + "red", + "He" ], "solutions": [ [ @@ -1272,7 +1351,9 @@ "chips": [ "Bere", "erlojua", - "da" + "da", + "ere", + "eta" ], "solutions": [ [ @@ -1307,7 +1388,10 @@ "It", "is", "his", - "watch" + "watch", + "it", + "Is", + "h" ], "solutions": [ [ @@ -1360,7 +1444,9 @@ "chips": [ "Xabieren", "aterkia", - "da" + "da", + "berea", + "ere" ], "solutions": [ [ @@ -1395,7 +1481,10 @@ "It", "is", "Xabier’s", - "umbrella" + "umbrella", + "it", + "Is", + "me" ], "solutions": [ [ @@ -1442,7 +1531,9 @@ "chips": [ "Norena", "da", - "liburua" + "liburua", + "dira", + "Hura" ], "solutions": [ [ @@ -1477,7 +1568,10 @@ "Whose", "is", "the", - "book" + "book", + "Who", + "one", + "She" ], "solutions": [ [ @@ -1530,7 +1624,9 @@ "chips": [ "Nire", "erlojuak", - "dira" + "dira", + "ere", + "nire" ], "solutions": [ [ @@ -1565,7 +1661,10 @@ "They", "are", "my", - "watches" + "watches", + "the", + "they", + "She" ], "solutions": [ [ @@ -1612,7 +1711,9 @@ "chips": [ "Liburuak", "Mikelenak", - "dira" + "dira", + "liburuak", + "nireak" ], "solutions": [ [ @@ -1647,7 +1748,10 @@ "The", "books", "are", - "Mikel’s" + "Mikel’s", + "one", + "the", + "She" ], "solutions": [ [ @@ -1694,7 +1798,9 @@ "chips": [ "Norenak", "dira", - "liburuak" + "liburuak", + "nireak", + "nirea" ], "solutions": [ [ @@ -1729,7 +1835,10 @@ "Whose", "are", "the", - "books" + "books", + "one", + "She", + "Who" ], "solutions": [ [ @@ -1786,7 +1895,9 @@ "chips": [ "Liburuak", "ikasleenak", - "dira" + "dira", + "liburuak", + "nireak" ], "solutions": [ [ @@ -1822,7 +1933,11 @@ "books", "are", "the", - "students'" + "students'", + "She", + "one", + "Are", + "He" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/noren-4.json b/apps/web/src/courses/basque-from-english/challenges/noren-4.json index 4876dbcf3ecd..13ed4b38e5d0 100644 --- a/apps/web/src/courses/basque-from-english/challenges/noren-4.json +++ b/apps/web/src/courses/basque-from-english/challenges/noren-4.json @@ -34,7 +34,9 @@ "chips": [ "Norenak", "dira", - "aterkiak" + "aterkiak", + "horiak", + "ardiak" ], "solutions": [ [ @@ -69,7 +71,10 @@ "Whose", "are", "the", - "umbrellas" + "umbrellas", + "She", + "Are", + "The" ], "solutions": [ [ @@ -122,7 +127,9 @@ "chips": [ "Aterkiak", "Anitzarenak", - "dira" + "dira", + "nireak", + "aterkiak" ], "solutions": [ [ @@ -157,7 +164,10 @@ "The", "umbrellas", "are", - "Anitza's" + "Anitza's", + "Are", + "the", + "one" ], "solutions": [ [ @@ -204,7 +214,9 @@ "chips": [ "Norena", "da", - "alkandora" + "alkandora", + "dira", + "ona" ], "solutions": [ [ @@ -239,7 +251,10 @@ "Whose", "shirt", "is", - "it" + "it", + "his", + "This", + "in" ], "solutions": [ [ @@ -287,7 +302,10 @@ "Noren", "arropa", "dira", - "horiek" + "horiek", + "horia", + "morea", + "Norena" ], "solutions": [ [ @@ -327,7 +345,10 @@ "Whose", "clothes", "are", - "those" + "those", + "the", + "these", + "Those" ], "solutions": [ [ @@ -375,7 +396,10 @@ "Horiek", "dira", "Mirenen", - "betaurrekoak" + "betaurrekoak", + "Miren", + "nireak", + "nirea" ], "solutions": [ [ @@ -415,7 +439,10 @@ "Those", "are", "Miren's", - "glasses" + "glasses", + "Miren", + "Are", + "cars" ], "solutions": [ [ @@ -467,7 +494,10 @@ "Hori", "da", "behiaren", - "armarria" + "armarria", + "zara", + "gara", + "dira" ], "solutions": [ [ @@ -508,7 +538,11 @@ "is", "the", "cow's", - "coat" + "coat", + "cat", + "was", + "cow", + "cows" ], "solutions": [ [ @@ -566,7 +600,11 @@ "txikia", "da", "baina", - "polita" + "polita", + "aita", + "dira", + "gida", + "eliza" ], "solutions": [ [ @@ -613,7 +651,12 @@ "is", "small", "but", - "pretty" + "pretty", + "it", + "are", + "me", + "big", + "pig" ], "solutions": [ [ @@ -673,7 +716,12 @@ "laranjak", "eta", "berdeak", - "dira" + "dira", + "gara", + "berea", + "bereak", + "zara", + "berdea" ], "solutions": [ [ @@ -725,7 +773,12 @@ "are", "orange", "and", - "green" + "green", + "one", + "or", + "Are", + "on", + "red" ], "solutions": [ [ @@ -789,7 +842,12 @@ "handia", "eta", "beltza", - "da" + "da", + "gida", + "eliza", + "ona", + "aita", + "zara" ], "solutions": [ [ @@ -842,7 +900,13 @@ "is", "big", "and", - "black" + "black", + "bad", + "man", + "bus", + "in", + "am", + "a" ], "solutions": [ [ @@ -898,7 +962,11 @@ "eta", "galtzerdiak", "arropak", - "dira" + "dira", + "ardiak", + "gara", + "zara", + "jatorak" ], "solutions": [ [ @@ -944,7 +1012,11 @@ "and", "socks", "are", - "clothes" + "clothes", + "cars", + "cats", + "his", + "hats" ], "solutions": [ [ @@ -997,7 +1069,10 @@ "Apaizaren", "berokia", "labura", - "da" + "da", + "zara", + "gara", + "dira" ], "solutions": [ [ @@ -1038,7 +1113,11 @@ "priest's", "coat", "is", - "short" + "short", + "it", + "or", + "not", + "cat" ], "solutions": [ [ @@ -1098,7 +1177,10 @@ "Neskaren", "eskularruak", "urdinak", - "dira" + "dira", + "ardiak", + "neskak", + "urdina" ], "solutions": [ [ @@ -1139,7 +1221,11 @@ "girl's", "gloves", "are", - "blue" + "blue", + "Are", + "one", + "the", + "She" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/people-and-past-1.json b/apps/web/src/courses/basque-from-english/challenges/people-and-past-1.json index e26fbfc4b2bb..29b985bd0afa 100644 --- a/apps/web/src/courses/basque-from-english/challenges/people-and-past-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/people-and-past-1.json @@ -43,7 +43,10 @@ "Barkatu", "Nor", "da", - "gidaria" + "gidaria", + "gara", + "zara", + "dira" ], "solutions": [ [ @@ -85,7 +88,12 @@ "Who", "is", "the", - "driver" + "driver", + "We", + "He", + "She", + "e", + "The" ], "solutions": [ [ @@ -147,7 +155,10 @@ "Hura", "autobus", "gidaria", - "da" + "da", + "gara", + "dira", + "hura" ], "solutions": [ [ @@ -188,7 +199,11 @@ "is", "the", "bus", - "driver" + "driver", + "he", + "e", + "We", + "me" ], "solutions": [ [ @@ -271,7 +286,11 @@ "Nor", "da", "tour", - "gida" + "gida", + "gara", + "dira", + "hor", + "zara" ], "solutions": [ [ @@ -319,7 +338,13 @@ "is", "the", "tour", - "guide" + "guide", + "We", + "He", + "She", + "e", + "The", + "one" ], "solutions": [ [ @@ -383,7 +408,10 @@ "Ni", "tour", "gida", - "naiz" + "naiz", + "ni", + "da", + "i" ], "solutions": [ [ @@ -424,7 +452,11 @@ "am", "the", "tour", - "guide" + "guide", + "e", + "t", + "a", + "He" ], "solutions": [ [ @@ -475,7 +507,9 @@ "chips": [ "Haiek", "turistak", - "dira" + "dira", + "aita", + "Hura" ], "solutions": [ [ @@ -509,7 +543,9 @@ "chips": [ "They", "are", - "tourists" + "tourists", + "the", + "Are" ], "solutions": [ [ @@ -571,7 +607,11 @@ "Ni", "ere", "erizaina", - "naiz" + "naiz", + "Bai", + "ni", + "i", + "aita" ], "solutions": [ [ @@ -618,7 +658,12 @@ "am", "also", "a", - "nurse" + "nurse", + "e", + "o", + "He", + "r", + "n" ], "solutions": [ [ @@ -668,7 +713,10 @@ "Zu", "al", "medikua", - "zara" + "zara", + "da", + "a", + "zu" ], "solutions": [ [ @@ -708,7 +756,10 @@ "Are", "you", "a", - "doctor" + "doctor", + "or", + "r", + "o" ], "solutions": [ [ @@ -762,7 +813,10 @@ "Epa", "Gu", "ikasleak", - "gara" + "gara", + "ama", + "zara", + "da" ], "solutions": [ [ @@ -802,7 +856,10 @@ "Hi", "We", "are", - "students" + "students", + "He", + "e", + "we" ], "solutions": [ [ @@ -868,7 +925,10 @@ "Bai", "Gu", "gidariak", - "gara" + "gara", + "zara", + "da", + "a" ], "solutions": [ [ @@ -908,7 +968,10 @@ "Yes", "We", "are", - "drivers" + "drivers", + "He", + "e", + "Are" ], "solutions": [ [ @@ -974,7 +1037,10 @@ "Bai", "Gu", "medikuak", - "gara" + "gara", + "da", + "a", + "al" ], "solutions": [ [ @@ -1014,7 +1080,10 @@ "Yes", "We", "are", - "doctors" + "doctors", + "He", + "e", + "Are" ], "solutions": [ [ @@ -1075,7 +1144,9 @@ "chips": [ "Zuek", "turistak", - "zarete" + "zarete", + "zureak", + "zuek" ], "solutions": [ [ @@ -1109,7 +1180,9 @@ "chips": [ "You", "are", - "tourists" + "tourists", + "you", + "or" ], "solutions": [ [ @@ -1166,7 +1239,10 @@ "Zuek", "al", "poliziak", - "zarete" + "zarete", + "zuek", + "bat", + "zara" ], "solutions": [ [ @@ -1206,7 +1282,10 @@ "Are", "you(plural", "police", - "officers" + "officers", + "officer", + "ours", + "one" ], "solutions": [ [ @@ -1292,7 +1371,11 @@ "al", "polizia", "bat", - "da" + "da", + "a", + "l", + "Bai", + "ona" ], "solutions": [ [ @@ -1338,7 +1421,11 @@ "he", "a", "police", - "officer" + "officer", + "e", + "He", + "is", + "o" ], "solutions": [ [ @@ -1404,7 +1491,10 @@ "Haiek", "al", "erizainak", - "dira" + "dira", + "aita", + "zara", + "haiek" ], "solutions": [ [ @@ -1443,7 +1533,9 @@ "chips": [ "Are", "they", - "nurses" + "nurses", + "are", + "the" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/people-and-past-2.json b/apps/web/src/courses/basque-from-english/challenges/people-and-past-2.json index b70df9464d6c..bd7758e1dbfe 100644 --- a/apps/web/src/courses/basque-from-english/challenges/people-and-past-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/people-and-past-2.json @@ -62,7 +62,13 @@ "baina", "orain", "irakaslea", - "naiz" + "naiz", + "ibaia", + "aita", + "anaia", + "haien", + "ikasle", + "Bai" ], "solutions": [ [ @@ -123,7 +129,16 @@ "I", "am", "a", - "teacher" + "teacher", + "t", + "e", + "n", + "w", + "h", + "r", + "o", + "S", + "i" ], "solutions": [ [ @@ -209,7 +224,14 @@ "orain", "tour", "gida", - "naiz" + "naiz", + "aita", + "ni", + "ona", + "i", + "dira", + "Bai", + "Gida" ], "solutions": [ [ @@ -276,7 +298,17 @@ "am", "a", "tour", - "guide" + "guide", + "t", + "o", + "i", + "r", + "w", + "e", + "n", + "or", + "is", + "S" ], "solutions": [ [ @@ -358,7 +390,13 @@ "baina", "orain", "irakaslea", - "zara" + "zara", + "gara", + "ibaia", + "dira", + "jaka", + "aita", + "ama" ], "solutions": [ [ @@ -419,7 +457,16 @@ "you", "are", "a", - "teacher" + "teacher", + "or", + "e", + "r", + "o", + "Are", + "car", + "her", + "am", + "He" ], "solutions": [ [ @@ -500,7 +547,13 @@ "baina", "orain", "emakume", - "zara" + "zara", + "ona", + "jaka", + "ama", + "eta", + "gara", + "zen" ], "solutions": [ [ @@ -561,7 +614,16 @@ "you", "are", "a", - "woman" + "woman", + "or", + "o", + "r", + "w", + "on", + "am", + "e", + "n", + "car" ], "solutions": [ [ @@ -642,7 +704,13 @@ "baina", "orain", "erizaina", - "da" + "da", + "zara", + "dira", + "ona", + "aita", + "ama", + "han" ], "solutions": [ [ @@ -703,7 +771,16 @@ "he", "is", "a", - "nurse" + "nurse", + "e", + "am", + "h", + "r", + "n", + "t", + "w", + "We", + "me" ], "solutions": [ [ @@ -805,7 +882,14 @@ "orain", "tour", "gida", - "da" + "da", + "ona", + "dira", + "gona", + "Gida", + "aita", + "zara", + "a" ], "solutions": [ [ @@ -873,7 +957,18 @@ "is", "a", "tour", - "guide" + "guide", + "e", + "o", + "or", + "We", + "it", + "me", + "of", + "Hi", + "r", + "t", + "w" ], "solutions": [ [ @@ -961,7 +1056,12 @@ "ginen", "baina", "gizonak", - "gara" + "gara", + "gida", + "gona", + "gonak", + "dira", + "ona" ], "solutions": [ [ @@ -1015,7 +1115,14 @@ "now", "we", "are", - "men" + "men", + "me", + "He", + "e", + "Are", + "or", + "See", + "hee" ], "solutions": [ [ @@ -1086,7 +1193,13 @@ "baina", "orain", "ikasleak", - "gara" + "gara", + "aita", + "zara", + "grisa", + "ibaia", + "Hura", + "dira" ], "solutions": [ [ @@ -1145,7 +1258,14 @@ "now", "we", "are", - "teachers" + "teachers", + "the", + "Are", + "or", + "her", + "He", + "e", + "me" ], "solutions": [ [ @@ -1216,7 +1336,13 @@ "baina", "orain", "turistak", - "dira" + "dira", + "aita", + "zuria", + "Zein", + "zara", + "Hura", + "eta" ], "solutions": [ [ @@ -1275,7 +1401,14 @@ "now", "you(plural", "are", - "tourists" + "tourists", + "our", + "ours", + "or", + "tour", + "your", + "yours", + "You" ], "solutions": [ [ @@ -1366,7 +1499,13 @@ "baina", "orain", "medikuak", - "zarete" + "zarete", + "Haiek", + "aita", + "zuek", + "zinen", + "hauek", + "zuen" ], "solutions": [ [ @@ -1425,7 +1564,14 @@ "now", "you", "are", - "doctors" + "doctors", + "our", + "You", + "or", + "not", + "ours", + "Are", + "your" ], "solutions": [ [ @@ -1516,7 +1662,13 @@ "baina", "orain", "erizainak", - "dira" + "dira", + "haiek", + "aita", + "zara", + "haien", + "ibaia", + "haiena" ], "solutions": [ [ @@ -1575,7 +1727,14 @@ "now", "they", "are", - "nurses" + "nurses", + "the", + "Are", + "hee", + "She", + "new", + "her", + "Yes" ], "solutions": [ [ @@ -1655,7 +1814,13 @@ "baina", "orain", "ikasleak", - "dira" + "dira", + "haiek", + "zara", + "gara", + "haien", + "aita", + "ibaia" ], "solutions": [ [ @@ -1714,7 +1879,14 @@ "now", "they", "are", - "students" + "students", + "the", + "Are", + "hee", + "her", + "She", + "Yes", + "See" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/people-and-past-3.json b/apps/web/src/courses/basque-from-english/challenges/people-and-past-3.json index 584d5c5ce4e7..545795dcfb4e 100644 --- a/apps/web/src/courses/basque-from-english/challenges/people-and-past-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/people-and-past-3.json @@ -62,7 +62,13 @@ "baina", "orain", "etxekoandrea", - "naiz" + "naiz", + "ona", + "ni", + "aita", + "anaia", + "nire", + "Zein" ], "solutions": [ [ @@ -123,7 +129,16 @@ "I", "am", "a", - "housewife" + "housewife", + "w", + "i", + "o", + "h", + "e", + "r", + "n", + "t", + "S" ], "solutions": [ [ @@ -204,7 +219,13 @@ "baina", "orain", "apaiza", - "naiz" + "naiz", + "aita", + "anaia", + "ibaia", + "Bai", + "haien", + "ni" ], "solutions": [ [ @@ -265,7 +286,16 @@ "I", "am", "a", - "priest" + "priest", + "t", + "e", + "n", + "w", + "i", + "r", + "o", + "S", + "h" ], "solutions": [ [ @@ -345,7 +375,12 @@ "baina", "orain", "irakaslea", - "zara" + "zara", + "gara", + "anaia", + "ibaia", + "dira", + "ziren" ], "solutions": [ [ @@ -401,7 +436,16 @@ "you", "are", "a", - "teacher" + "teacher", + "or", + "e", + "r", + "car", + "am", + "t", + "w", + "o", + "her" ], "solutions": [ [ @@ -482,7 +526,13 @@ "baina", "orain", "laguna", - "zara" + "zara", + "ona", + "aita", + "gara", + "gona", + "ama", + "Hura" ], "solutions": [ [ @@ -543,7 +593,16 @@ "you", "are", "a", - "friend" + "friend", + "or", + "e", + "r", + "Are", + "n", + "o", + "and", + "red", + "on" ], "solutions": [ [ @@ -624,7 +683,13 @@ "baina", "orain", "sukaldaria", - "da" + "da", + "zara", + "gara", + "dira", + "hura", + "Bai", + "gida" ], "solutions": [ [ @@ -685,7 +750,16 @@ "he", "is", "a", - "chef" + "chef", + "e", + "h", + "w", + "We", + "me", + "am", + "r", + "n", + "t" ], "solutions": [ [ @@ -802,7 +876,13 @@ "baina", "orain", "medikua", - "da" + "da", + "dira", + "zara", + "gara", + "hura", + "Bai", + "zuria" ], "solutions": [ [ @@ -863,7 +943,16 @@ "she", "is", "a", - "doctor" + "doctor", + "o", + "h", + "e", + "t", + "w", + "or", + "am", + "S", + "r" ], "solutions": [ [ @@ -972,7 +1061,13 @@ "baina", "orain", "arrotzak", - "gara" + "gara", + "gona", + "ona", + "gonak", + "aita", + "zara", + "onak" ], "solutions": [ [ @@ -1031,7 +1126,14 @@ "now", "we", "are", - "strangers" + "strangers", + "Are", + "red", + "He", + "e", + "me", + "new", + "one" ], "solutions": [ [ @@ -1115,7 +1217,13 @@ "baina", "orain", "poliziak", - "gara" + "gara", + "zara", + "dira", + "ona", + "gona", + "aita", + "ama" ], "solutions": [ [ @@ -1175,7 +1283,15 @@ "we", "are", "police", - "officers" + "officers", + "one", + "He", + "e", + "Are", + "or", + "me", + "See", + "hee" ], "solutions": [ [ @@ -1257,7 +1373,13 @@ "baina", "orain", "apaizak", - "zara" + "zara", + "aita", + "zuria", + "anaia", + "ibaia", + "naiz", + "gara" ], "solutions": [ [ @@ -1316,7 +1438,14 @@ "now", "you(plural", "are", - "priests" + "priests", + "our", + "ours", + "or", + "Are", + "tour", + "purse", + "your" ], "solutions": [ [ @@ -1416,7 +1545,13 @@ "baina", "orain", "lagunak", - "zara" + "zara", + "aita", + "onak", + "gara", + "ona", + "gonak", + "gona" ], "solutions": [ [ @@ -1475,7 +1610,14 @@ "now", "you(plural", "are", - "friends" + "friends", + "Are", + "or", + "red", + "our", + "ours", + "one", + "tour" ], "solutions": [ [ @@ -1575,7 +1717,13 @@ "baina", "orain", "etxekoandreak", - "dira" + "dira", + "zara", + "haiek", + "aita", + "haien", + "nirea", + "haiena" ], "solutions": [ [ @@ -1634,7 +1782,14 @@ "now", "they", "are", - "housewives" + "housewives", + "hee", + "the", + "Are", + "new", + "her", + "here", + "She" ], "solutions": [ [ @@ -1714,7 +1869,13 @@ "baina", "orain", "apaizak", - "dira" + "dira", + "aita", + "haiek", + "haien", + "zara", + "apaiza", + "anaia" ], "solutions": [ [ @@ -1773,7 +1934,14 @@ "now", "they", "are", - "priests" + "priests", + "the", + "Are", + "hee", + "boy", + "She", + "her", + "one" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-1.json b/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-1.json index 3c6b16695639..6696d9715185 100644 --- a/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-1.json @@ -35,7 +35,10 @@ "Zein", "aterkia", "zurea", - "da" + "da", + "zuria", + "zara", + "Hura" ], "solutions": [ [ @@ -75,7 +78,10 @@ "Which", "umbrella", "is", - "yours" + "yours", + "his", + "ours", + "girl" ], "solutions": [ [ @@ -123,7 +129,10 @@ "Motxila", "hauek", "nireak", - "dira" + "dira", + "nirea", + "nire", + "horia" ], "solutions": [ [ @@ -163,7 +172,10 @@ "These", "backpacks", "are", - "mine" + "mine", + "cars", + "hee", + "male" ], "solutions": [ [ @@ -215,7 +227,10 @@ "Aterkia", "urdina", "nirea", - "da" + "da", + "dira", + "Ardia", + "zuria" ], "solutions": [ [ @@ -256,7 +271,11 @@ "blue", "umbrella", "is", - "mine" + "mine", + "me", + "one", + "are", + "He" ], "solutions": [ [ @@ -305,7 +324,10 @@ "Aterkia", "hau", "nirea", - "da" + "da", + "a", + "dira", + "zara" ], "solutions": [ [ @@ -345,7 +367,10 @@ "This", "umbrella", "is", - "mine" + "mine", + "his", + "me", + "in" ], "solutions": [ [ @@ -393,7 +418,10 @@ "Zein", "motxilak", "zureak", - "dira" + "dira", + "zuria", + "zuriak", + "zara" ], "solutions": [ [ @@ -433,7 +461,10 @@ "Which", "backpacks", "are", - "yours" + "yours", + "cars", + "ours", + "bus" ], "solutions": [ [ @@ -485,7 +516,10 @@ "Motxila", "berdeak", "nirea", - "dira" + "dira", + "berea", + "berdea", + "morea" ], "solutions": [ [ @@ -526,7 +560,11 @@ "green", "backpacks", "are", - "mine" + "mine", + "Are", + "one", + "the", + "She" ], "solutions": [ [ @@ -575,7 +613,10 @@ "Zein", "etxea", "berea", - "da" + "da", + "eta", + "ere", + "Zer" ], "solutions": [ [ @@ -615,7 +656,10 @@ "Which", "house", "is", - "hers" + "hers", + "his", + "hee", + "horse" ], "solutions": [ [ @@ -683,7 +727,12 @@ "eta", "berria", "berea", - "da" + "da", + "ere", + "Eta", + "bere", + "zara", + "Hura" ], "solutions": [ [ @@ -736,7 +785,13 @@ "new", "house", "is", - "hers" + "hers", + "hee", + "his", + "her", + "one", + "He", + "the" ], "solutions": [ [ @@ -800,7 +855,10 @@ "Zein", "zuenak", "poltsak", - "dira" + "dira", + "eta", + "onak", + "zara" ], "solutions": [ [ @@ -841,7 +899,11 @@ "purses", "are", "yours", - "plural" + "plural", + "purse", + "ours", + "nurse", + "our" ], "solutions": [ [ @@ -916,7 +978,12 @@ "eta", "laranjak", "gureak", - "dira" + "dira", + "gara", + "horiak", + "onak", + "ardiak", + "gonak" ], "solutions": [ [ @@ -969,7 +1036,13 @@ "orange", "purses", "are", - "ours" + "ours", + "one", + "Are", + "or", + "our", + "the", + "She" ], "solutions": [ [ @@ -1020,7 +1093,10 @@ "Poltsa", "horiek", "gureak", - "dira" + "dira", + "horia", + "horiak", + "morea" ], "solutions": [ [ @@ -1060,7 +1136,10 @@ "Those", "purses", "are", - "ours" + "ours", + "purse", + "nurse", + "horse" ], "solutions": [ [ @@ -1108,7 +1187,10 @@ "Zein", "da", "haien", - "liburua" + "liburua", + "dira", + "han", + "Ni" ], "solutions": [ [ @@ -1148,7 +1230,10 @@ "Which", "is", "their", - "book" + "book", + "his", + "thin", + "This" ], "solutions": [ [ @@ -1196,7 +1281,10 @@ "Zein", "liburua", "haiena", - "da" + "da", + "dira", + "baina", + "eta" ], "solutions": [ [ @@ -1236,7 +1324,10 @@ "Which", "book", "is", - "theirs" + "theirs", + "his", + "This", + "thin" ], "solutions": [ [ @@ -1298,7 +1389,12 @@ "eta", "horia", "haiena", - "dira" + "dira", + "zara", + "gara", + "aita", + "Hura", + "zuria" ], "solutions": [ [ @@ -1351,7 +1447,13 @@ "yellow", "book", "is", - "theirs" + "theirs", + "one", + "the", + "or", + "his", + "her", + "on" ], "solutions": [ [ @@ -1410,7 +1512,10 @@ "Liburu", "hura", "haiena", - "da" + "da", + "dira", + "Hura", + "zara" ], "solutions": [ [ @@ -1452,7 +1557,12 @@ "over", "there", "is", - "theirs" + "theirs", + "her", + "the", + "hers", + "hee", + "This" ], "solutions": [ [ @@ -1506,7 +1616,10 @@ "Kotxea", "gorria", "nirea", - "da" + "da", + "morea", + "dira", + "horia" ], "solutions": [ [ @@ -1547,7 +1660,11 @@ "red", "car", "is", - "mine" + "mine", + "me", + "are", + "He", + "e" ], "solutions": [ [ @@ -1600,7 +1717,10 @@ "Kotxea", "grisa", "zurea", - "da" + "da", + "dira", + "gida", + "zuria" ], "solutions": [ [ @@ -1641,7 +1761,11 @@ "gray", "car", "is", - "yours" + "yours", + "or", + "are", + "r", + "was" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-2.json b/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-2.json index f0f5e1ecd16e..146d301abd46 100644 --- a/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-2.json @@ -39,7 +39,10 @@ "Norenak", "dira", "alkandora", - "zuriak" + "zuriak", + "zara", + "Hura", + "gara" ], "solutions": [ [ @@ -80,7 +83,11 @@ "are", "the", "white", - "shirts" + "shirts", + "She", + "The", + "hee", + "there" ], "solutions": [ [ @@ -133,7 +140,10 @@ "Alkandora", "zuriak", "nireak", - "dira" + "dira", + "nirea", + "zara", + "Hura" ], "solutions": [ [ @@ -174,7 +184,11 @@ "white", "shirts", "are", - "mine" + "mine", + "the", + "She", + "Are", + "fine" ], "solutions": [ [ @@ -223,7 +237,10 @@ "Zein", "dira", "nire", - "berokiak" + "berokiak", + "bere", + "ere", + "Zer" ], "solutions": [ [ @@ -263,7 +280,10 @@ "Which", "are", "my", - "coats" + "coats", + "am", + "a", + "is" ], "solutions": [ [ @@ -321,7 +341,10 @@ "Beroki", "beltzak", "zureak", - "dira" + "dira", + "bereak", + "berea", + "zuriak" ], "solutions": [ [ @@ -362,7 +385,11 @@ "black", "coats", "are", - "yours" + "yours", + "cars", + "car", + "late", + "cats" ], "solutions": [ [ @@ -411,7 +438,10 @@ "Noren", "betaurrekoak", "dira", - "hauek" + "hauek", + "berea", + "morea", + "Hauek" ], "solutions": [ [ @@ -451,7 +481,10 @@ "Whose", "glasses", "are", - "these" + "these", + "These", + "Those", + "the" ], "solutions": [ [ @@ -505,7 +538,10 @@ "Betaurreko", "hauek", "bereak", - "dira" + "dira", + "berea", + "Hauek", + "bere" ], "solutions": [ [ @@ -545,7 +581,10 @@ "These", "glasses", "are", - "hers" + "hers", + "here", + "hee", + "cars" ], "solutions": [ [ @@ -599,7 +638,10 @@ "Zein", "galtzerdi", "dira", - "gureak" + "gureak", + "gara", + "gure", + "zara" ], "solutions": [ [ @@ -639,7 +681,10 @@ "Which", "socks", "are", - "ours" + "ours", + "or", + "cars", + "his" ], "solutions": [ [ @@ -697,7 +742,10 @@ "Galtzerdi", "laranjak", "gureak", - "dira" + "dira", + "gara", + "zara", + "luzeak" ], "solutions": [ [ @@ -738,7 +786,11 @@ "orange", "socks", "are", - "ours" + "ours", + "one", + "Are", + "or", + "our" ], "solutions": [ [ @@ -787,7 +839,10 @@ "Noren", "gerrikoak", "dira", - "horiek" + "horiek", + "horia", + "horiak", + "morea" ], "solutions": [ [ @@ -827,7 +882,10 @@ "Whose", "belts", "are", - "those" + "those", + "Those", + "the", + "hee" ], "solutions": [ [ @@ -881,7 +939,10 @@ "Gerriko", "horiek", "zuenak", - "dira" + "dira", + "zuriak", + "horiak", + "horia" ], "solutions": [ [ @@ -921,7 +982,10 @@ "These", "belts", "are", - "yours" + "yours", + "hers", + "ours", + "here" ], "solutions": [ [ @@ -975,7 +1039,10 @@ "Zein", "dira", "haien", - "motxilak" + "motxilak", + "baina", + "Haien", + "aita" ], "solutions": [ [ @@ -1015,7 +1082,10 @@ "Which", "are", "their", - "backpacks" + "backpacks", + "the", + "his", + "She" ], "solutions": [ [ @@ -1073,7 +1143,10 @@ "Motxila", "urdinak", "haienak", - "dira" + "dira", + "urdina", + "baina", + "ardiak" ], "solutions": [ [ @@ -1114,7 +1187,11 @@ "blue", "backpacks", "are", - "theirs" + "theirs", + "the", + "She", + "Are", + "bus" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-3.json b/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-3.json index 0c43e34c6182..61ad656b3eba 100644 --- a/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-3.json +++ b/apps/web/src/courses/basque-from-english/challenges/possessive-pronouns-3.json @@ -34,7 +34,9 @@ "chips": [ "Noren", "jertse", - "da" + "da", + "ere", + "Nor" ], "solutions": [ [ @@ -69,7 +71,10 @@ "Whose", "sweater", "is", - "that" + "that", + "What", + "hat", + "the" ], "solutions": [ [ @@ -116,7 +121,9 @@ "chips": [ "Norenak", "gonak", - "dira" + "dira", + "onak", + "gona" ], "solutions": [ [ @@ -151,7 +158,10 @@ "Whose", "skirts", "are", - "those" + "those", + "horse", + "Those", + "the" ], "solutions": [ [ @@ -198,7 +208,9 @@ "chips": [ "Zure", "jaka", - "da" + "da", + "Zu", + "zara" ], "solutions": [ [ @@ -233,7 +245,10 @@ "Is", "it", "your", - "jacket" + "jacket", + "It", + "is", + "t" ], "solutions": [ [ @@ -284,7 +299,9 @@ "chips": [ "Txoriaren", "jertsea", - "da" + "da", + "ere", + "eta" ], "solutions": [ [ @@ -320,7 +337,11 @@ "is", "the", "bird's", - "sweater" + "sweater", + "it", + "t", + "Is", + "are" ], "solutions": [ [ @@ -373,7 +394,10 @@ "Zaldiaren", "jertsea", "berdea", - "da" + "da", + "berea", + "ere", + "dira" ], "solutions": [ [ @@ -414,7 +438,11 @@ "horse's", "sweater", "is", - "green" + "green", + "are", + "hee", + "See", + "her" ], "solutions": [ [ @@ -462,7 +490,9 @@ "chips": [ "Gure", "prakak", - "dira" + "dira", + "zara", + "Hura" ], "solutions": [ [ @@ -497,7 +527,10 @@ "They", "are", "our", - "trousers" + "trousers", + "ours", + "one", + "the" ], "solutions": [ [ @@ -549,7 +582,10 @@ "Hontzaren", "prakak", "laburak", - "dira" + "dira", + "zara", + "gara", + "Hura" ], "solutions": [ [ @@ -590,7 +626,11 @@ "owl's", "trousers", "are", - "short" + "short", + "one", + "the", + "Are", + "or" ], "solutions": [ [ @@ -638,7 +678,9 @@ "chips": [ "Anitzaren", "soinekoa", - "da" + "da", + "ona", + "nirea" ], "solutions": [ [ @@ -673,7 +715,10 @@ "It", "is", "Anitza's", - "dress" + "dress", + "it", + "Is", + "his" ], "solutions": [ [ @@ -725,7 +770,10 @@ "Dortokaren", "soinekoa", "beltza", - "da" + "da", + "eta", + "dortoka", + "hontza" ], "solutions": [ [ @@ -766,7 +814,11 @@ "turtle's", "dress", "is", - "black" + "black", + "are", + "the", + "bus", + "Yes" ], "solutions": [ [ @@ -814,7 +866,9 @@ "chips": [ "Txanoak", "Anitzarenak", - "dira" + "dira", + "nireak", + "zara" ], "solutions": [ [ @@ -849,7 +903,10 @@ "The", "hats", "are", - "Anitza's" + "Anitza's", + "the", + "Are", + "cars" ], "solutions": [ [ @@ -896,7 +953,9 @@ "chips": [ "Zapatak", "Mikelenak", - "dira" + "dira", + "nireak", + "aita" ], "solutions": [ [ @@ -931,7 +990,10 @@ "The", "shoes", "are", - "Mikel’s" + "Mikel’s", + "the", + "She", + "They" ], "solutions": [ [ @@ -979,7 +1041,10 @@ "Mikelen", "zapatak", "gorriak", - "dira" + "dira", + "nireak", + "zara", + "gara" ], "solutions": [ [ @@ -1019,7 +1084,10 @@ "Mikel’s", "shoes", "are", - "red" + "red", + "Are", + "Yes", + "hee" ], "solutions": [ [ @@ -1066,7 +1134,9 @@ "chips": [ "Noren", "zorroa", - "da" + "da", + "Nor", + "morea" ], "solutions": [ [ @@ -1101,7 +1171,10 @@ "Whose", "wallet", "is", - "it" + "it", + "We", + "his", + "He" ], "solutions": [ [ @@ -1149,7 +1222,10 @@ "Zure", "zorroa", "marroia", - "da" + "da", + "zara", + "Hura", + "gara" ], "solutions": [ [ @@ -1189,7 +1265,10 @@ "Your", "wallet", "is", - "brown" + "brown", + "You", + "or", + "owl" ], "solutions": [ [ @@ -1237,7 +1316,10 @@ "Nire", "jaka", "urdina", - "da" + "da", + "dira", + "gida", + "Ni" ], "solutions": [ [ @@ -1277,7 +1359,10 @@ "My", "jacket", "is", - "blue" + "blue", + "He", + "e", + "We" ], "solutions": [ [ @@ -1329,7 +1414,10 @@ "Txerriaren", "txanoa", "morea", - "da" + "da", + "txoria", + "txarra", + "zara" ], "solutions": [ [ @@ -1370,7 +1458,11 @@ "pig's", "hat", "is", - "purple" + "purple", + "pig", + "his", + "it", + "pigs" ], "solutions": [ [ @@ -1423,7 +1515,10 @@ "Oilaskoaren", "gona", "luzea", - "da" + "da", + "gida", + "ona", + "a" ], "solutions": [ [ @@ -1464,7 +1559,11 @@ "chicken's", "skirt", "is", - "long" + "long", + "This", + "his", + "in", + "it" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/questions.json b/apps/web/src/courses/basque-from-english/challenges/questions.json index c51eee6bb08e..6b30c66aa627 100644 --- a/apps/web/src/courses/basque-from-english/challenges/questions.json +++ b/apps/web/src/courses/basque-from-english/challenges/questions.json @@ -35,7 +35,10 @@ "Kaixo", "Nor", "zara", - "zu" + "zu", + "Ni", + "da", + "a" ], "solutions": [ [ @@ -75,7 +78,10 @@ "Hello", "Who", "are", - "you" + "you", + "He", + "o", + "We" ], "solutions": [ [ @@ -124,7 +130,9 @@ "chips": [ "Zer", "zara", - "zu" + "zu", + "zer", + "Zu" ], "solutions": [ [ @@ -158,7 +166,9 @@ "chips": [ "What", "are", - "you" + "you", + "hat", + "am" ], "solutions": [ [ @@ -205,7 +215,10 @@ "Zu", "al", "zara", - "irakaslea" + "irakaslea", + "a", + "ama", + "da" ], "solutions": [ [ @@ -245,7 +258,10 @@ "Are", "you", "a", - "teacher" + "teacher", + "are", + "the", + "e" ], "solutions": [ [ @@ -294,7 +310,9 @@ "chips": [ "Nor", "da", - "hura" + "hura", + "hor", + "Hura" ], "solutions": [ [ @@ -328,7 +346,9 @@ "chips": [ "Who", "is", - "he" + "he", + "h", + "We" ], "solutions": [ [ @@ -375,7 +395,9 @@ "chips": [ "Zer", "da", - "hura" + "hura", + "Zu", + "Hura" ], "solutions": [ [ @@ -409,7 +431,9 @@ "chips": [ "What", "is", - "he" + "he", + "h", + "We" ], "solutions": [ [ @@ -465,7 +489,9 @@ "chips": [ "Hura", "neska", - "da" + "da", + "a", + "eta" ], "solutions": [ [ @@ -500,7 +526,10 @@ "Is", "she", "a", - "girl" + "girl", + "I", + "is", + "h" ], "solutions": [ [ @@ -553,7 +582,9 @@ "chips": [ "Hura", "mutila", - "da" + "da", + "dira", + "hura" ], "solutions": [ [ @@ -588,7 +619,10 @@ "Is", "he", "a", - "boy" + "boy", + "I", + "h", + "e" ], "solutions": [ [ @@ -642,7 +676,10 @@ "Hura", "al", "autobusa", - "da" + "da", + "a", + "ama", + "Zu" ], "solutions": [ [ @@ -682,7 +719,10 @@ "Is", "it", "the", - "bus" + "bus", + "is", + "t", + "It" ], "solutions": [ [ @@ -741,7 +781,11 @@ "al", "bat", "ere", - "da" + "da", + "a", + "t", + "r", + "l" ], "solutions": [ [ @@ -787,7 +831,11 @@ "it", "also", "a", - "car" + "car", + "am", + "is", + "I", + "r" ], "solutions": [ [ @@ -849,7 +897,11 @@ "autobusa", "edo", "kotxea", - "da" + "da", + "eta", + "ona", + "a", + "hura" ], "solutions": [ [ @@ -897,7 +949,13 @@ "bus", "or", "a", - "car" + "car", + "r", + "I", + "am", + "is", + "t", + "o" ], "solutions": [ [ @@ -952,7 +1010,9 @@ "chips": [ "Nortzuk", "gara", - "gu" + "gu", + "Nor", + "gure" ], "solutions": [ [ @@ -986,7 +1046,9 @@ "chips": [ "Who", "are", - "we" + "we", + "We", + "He" ], "solutions": [ [ @@ -1028,7 +1090,9 @@ "chips": [ "Zer", "gara", - "gu" + "gu", + "Zu", + "r" ], "solutions": [ [ @@ -1062,7 +1126,9 @@ "chips": [ "What", "are", - "we" + "we", + "We", + "am" ], "solutions": [ [ @@ -1104,7 +1170,9 @@ "chips": [ "Nortzuk", "zarete", - "zuek" + "zuek", + "zureak", + "arte" ], "solutions": [ [ @@ -1138,7 +1206,9 @@ "chips": [ "Who", "are", - "you(plural" + "you(plural", + "Are", + "or" ], "solutions": [ [ @@ -1190,7 +1260,9 @@ "chips": [ "Nortzuk", "dira", - "haiek" + "haiek", + "Haiek", + "horiak" ], "solutions": [ [ @@ -1224,7 +1296,9 @@ "chips": [ "Who", "are", - "they" + "they", + "the", + "She" ], "solutions": [ [ @@ -1266,7 +1340,9 @@ "chips": [ "Zer", "dira", - "haiek" + "haiek", + "zer", + "zara" ], "solutions": [ [ @@ -1300,7 +1376,9 @@ "chips": [ "What", "are", - "they" + "they", + "the", + "She" ], "solutions": [ [ @@ -1343,7 +1421,10 @@ "Haiek", "al", "autobusak", - "dira" + "dira", + "aita", + "da", + "a" ], "solutions": [ [ @@ -1382,7 +1463,9 @@ "chips": [ "Are", "they", - "buses" + "buses", + "the", + "are" ], "solutions": [ [ @@ -1434,7 +1517,11 @@ "autobusak", "edo", "kotxeak", - "dira" + "dira", + "aita", + "da", + "eta", + "etxea" ], "solutions": [ [ @@ -1480,7 +1567,11 @@ "they", "buses", "or", - "cars" + "cars", + "are", + "the", + "her", + "ours" ], "solutions": [ [ @@ -1533,7 +1624,9 @@ "chips": [ "Zer", "zarete", - "zuek" + "zuek", + "zer", + "Zuek" ], "solutions": [ [ @@ -1567,7 +1660,9 @@ "chips": [ "What", "are", - "you(plural" + "you(plural", + "hat", + "am" ], "solutions": [ [ @@ -1620,7 +1715,10 @@ "Zuek", "al", "zarete", - "irakasleak" + "irakasleak", + "zuek", + "arte", + "hauek" ], "solutions": [ [ @@ -1659,7 +1757,9 @@ "chips": [ "Are", "you(plural", - "teachers" + "teachers", + "are", + "teacher" ], "solutions": [ [ @@ -1715,7 +1815,9 @@ "chips": [ "Nortzuk", "irakasleak", - "dira" + "dira", + "nireak", + "grisak" ], "solutions": [ [ @@ -1750,7 +1852,10 @@ "Who", "are", "the", - "teachers" + "teachers", + "She", + "The", + "We" ], "solutions": [ [ @@ -1797,7 +1902,9 @@ "chips": [ "Nortzuk", "emakumeak", - "dira" + "dira", + "morea", + "nireak" ], "solutions": [ [ @@ -1832,7 +1939,10 @@ "Who", "are", "the", - "women" + "women", + "She", + "The", + "one" ], "solutions": [ [ @@ -1879,7 +1989,9 @@ "chips": [ "Nortzuk", "gizonak", - "dira" + "dira", + "gonak", + "gizon" ], "solutions": [ [ @@ -1914,7 +2026,10 @@ "Who", "are", "the", - "men" + "men", + "She", + "We", + "me" ], "solutions": [ [ @@ -1957,7 +2072,9 @@ "chips": [ "Nortzuk", "dira", - "haiek" + "haiek", + "Haiek", + "horiak" ], "solutions": [ [ @@ -1991,7 +2108,9 @@ "chips": [ "Who", "are", - "they" + "they", + "the", + "She" ], "solutions": [ [ @@ -2043,7 +2162,11 @@ "emakumeak", "edo", "gizonak", - "dira" + "dira", + "gida", + "aita", + "zara", + "da" ], "solutions": [ [ @@ -2089,7 +2212,11 @@ "they", "women", "or", - "men" + "men", + "me", + "one", + "are", + "He" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-1.json b/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-1.json index 216433ffcfe7..a760e4332c6d 100644 --- a/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-1.json +++ b/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-1.json @@ -40,7 +40,11 @@ "handi", "hau", "laranja", - "da" + "da", + "han", + "Hau", + "bat", + "a" ], "solutions": [ [ @@ -86,7 +90,11 @@ "big", "cat", "is", - "orange" + "orange", + "his", + "it", + "pig", + "in" ], "solutions": [ [ @@ -140,7 +148,11 @@ "laranja", "hau", "handia", - "da" + "da", + "han", + "Hau", + "bat", + "zara" ], "solutions": [ [ @@ -186,7 +198,11 @@ "orange", "cat", "is", - "big" + "big", + "his", + "it", + "pig", + "in" ], "solutions": [ [ @@ -264,7 +280,15 @@ "baina", "orain", "urdina", - "da" + "da", + "han", + "Bai", + "ona", + "bat", + "zara", + "a", + "ardi", + "Hau" ], "solutions": [ [ @@ -335,7 +359,16 @@ "now", "it", "is", - "blue" + "blue", + "bus", + "his", + "hat", + "in", + "not", + "fat", + "pig", + "bad", + "am" ], "solutions": [ [ @@ -408,7 +441,13 @@ "Kaixo", "Joseba", "zer", - "moduz" + "moduz", + "a", + "ona", + "bat", + "eta", + "Jon", + "edo" ], "solutions": [ [ @@ -467,7 +506,14 @@ "Joseba", "how", "are", - "you" + "you", + "his", + "He", + "o", + "Jon", + "or", + "How", + "hee" ], "solutions": [ [ @@ -519,7 +565,10 @@ "Mutil", "hau", "Iziar", - "da" + "da", + "bat", + "a", + "al" ], "solutions": [ [ @@ -559,7 +608,10 @@ "This", "boy", "is", - "Iziar" + "Iziar", + "his", + "it", + "Is" ], "solutions": [ [ @@ -602,7 +654,9 @@ "chips": [ "Nor", "da", - "hau" + "hau", + "a", + "Hau" ], "solutions": [ [ @@ -636,7 +690,9 @@ "chips": [ "Who", "is", - "this" + "this", + "his", + "This" ], "solutions": [ [ @@ -682,7 +738,9 @@ "chips": [ "Hau", "irakaslea", - "da" + "da", + "a", + "al" ], "solutions": [ [ @@ -717,7 +775,10 @@ "This", "is", "a", - "teacher" + "teacher", + "his", + "h", + "this" ], "solutions": [ [ @@ -766,7 +827,9 @@ "chips": [ "Zer", "da", - "hau" + "hau", + "Zu", + "a" ], "solutions": [ [ @@ -800,7 +863,9 @@ "chips": [ "What", "is", - "this" + "this", + "his", + "This" ], "solutions": [ [ @@ -874,7 +939,13 @@ "baina", "orain", "hotela", - "da" + "da", + "ona", + "han", + "a", + "eta", + "on", + "bat" ], "solutions": [ [ @@ -935,7 +1006,16 @@ "it", "is", "a", - "hotel" + "hotel", + "h", + "t", + "o", + "his", + "hat", + "w", + "am", + "e", + "n" ], "solutions": [ [ @@ -984,7 +1064,9 @@ "chips": [ "Zer", "dira", - "hauek" + "hauek", + "Zuek", + "zer" ], "solutions": [ [ @@ -1018,7 +1100,9 @@ "chips": [ "What", "are", - "these" + "these", + "the", + "hee" ], "solutions": [ [ @@ -1060,7 +1144,9 @@ "chips": [ "Hauek", "hotelak", - "dira" + "dira", + "Haiek", + "hauek" ], "solutions": [ [ @@ -1094,7 +1180,9 @@ "chips": [ "These", "are", - "hotels" + "hotels", + "hee", + "here" ], "solutions": [ [ @@ -1141,7 +1229,10 @@ "Liburu", "hauek", "berdeak", - "dira" + "dira", + "bere", + "berea", + "Hura" ], "solutions": [ [ @@ -1181,7 +1272,10 @@ "These", "books", "are", - "green" + "green", + "hee", + "tree", + "Are" ], "solutions": [ [ @@ -1233,7 +1327,10 @@ "Hori", "autobus", "berdea", - "da" + "da", + "Hura", + "ere", + "a" ], "solutions": [ [ @@ -1274,7 +1371,11 @@ "is", "a", "green", - "bus" + "bus", + "am", + "h", + "e", + "r" ], "solutions": [ [ @@ -1325,7 +1426,9 @@ "chips": [ "Zer", "da", - "hori" + "hori", + "hor", + "r" ], "solutions": [ [ @@ -1359,7 +1462,9 @@ "chips": [ "What", "is", - "that" + "that", + "hat", + "That" ], "solutions": [ [ @@ -1420,7 +1525,12 @@ "da", "Iziar", "mutila", - "da" + "da", + "a", + "dira", + "Ni", + "zara", + "Hura" ], "solutions": [ [ @@ -1473,7 +1583,13 @@ "Iziar", "is", "a", - "boy" + "boy", + "it", + "am", + "Is", + "his", + "in", + "I" ], "solutions": [ [ @@ -1524,7 +1640,10 @@ "Katua", "hori", "beltza", - "da" + "da", + "eta", + "bat", + "Katu" ], "solutions": [ [ @@ -1564,7 +1683,10 @@ "That", "cat", "is", - "black" + "black", + "hat", + "fat", + "am" ], "solutions": [ [ @@ -1612,7 +1734,10 @@ "Hotel", "horiek", "zuriak", - "dira" + "dira", + "horia", + "horiak", + "Horiek" ], "solutions": [ [ @@ -1652,7 +1777,10 @@ "Those", "hotels", "are", - "white" + "white", + "hotel", + "hee", + "Whose" ], "solutions": [ [ @@ -1700,7 +1828,10 @@ "Mutil", "horiek", "ikasleak", - "dira" + "dira", + "horia", + "horiak", + "mutila" ], "solutions": [ [ @@ -1740,7 +1871,10 @@ "Those", "boys", "are", - "students" + "students", + "one", + "the", + "bus" ], "solutions": [ [ @@ -1801,7 +1935,11 @@ "katu", "hura", "beltza", - "da" + "da", + "eta", + "zara", + "a", + "gara" ], "solutions": [ [ @@ -1849,7 +1987,13 @@ "is", "a", "black", - "cat" + "cat", + "hat", + "car", + "am", + "t", + "fat", + "that" ], "solutions": [ [ @@ -1921,7 +2065,10 @@ "Gizon", "hura", "irakaslea", - "da" + "da", + "dira", + "zara", + "Hura" ], "solutions": [ [ @@ -1964,7 +2111,13 @@ "there", "is", "a", - "teacher" + "teacher", + "her", + "the", + "car", + "hee", + "hat", + "am" ], "solutions": [ [ @@ -2032,7 +2185,10 @@ "Hotel", "haiek", "berdeak", - "dira" + "dira", + "Haiek", + "berea", + "morea" ], "solutions": [ [ @@ -2074,7 +2230,12 @@ "over", "there", "are", - "green" + "green", + "hee", + "here", + "There", + "tree", + "one" ], "solutions": [ [ @@ -2132,7 +2293,10 @@ "Neska", "haiek", "ikasleak", - "dira" + "dira", + "Haiek", + "aita", + "neska" ], "solutions": [ [ @@ -2174,7 +2338,12 @@ "over", "there", "are", - "students" + "students", + "here", + "the", + "hers", + "There", + "tree" ], "solutions": [ [ diff --git a/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-2.json b/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-2.json index 85c9f8855c01..c9bcef5418d7 100644 --- a/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-2.json +++ b/apps/web/src/courses/basque-from-english/challenges/this-that-and-my-2.json @@ -35,7 +35,10 @@ "Hura", "nire", "irakaslea", - "da" + "da", + "dira", + "nirea", + "zara" ], "solutions": [ [ @@ -75,7 +78,10 @@ "He", "is", "my", - "teacher" + "teacher", + "he", + "me", + "e" ], "solutions": [ [ @@ -129,7 +135,10 @@ "Haiek", "nire", "zaldiak", - "dira" + "dira", + "zara", + "haiek", + "Nire" ], "solutions": [ [ @@ -169,7 +178,10 @@ "They", "are", "my", - "horses" + "horses", + "Are", + "me", + "hee" ], "solutions": [ [ @@ -222,7 +234,11 @@ "ere", "nire", "irakaslea", - "da" + "da", + "dira", + "Ere", + "Nire", + "nirea" ], "solutions": [ [ @@ -268,7 +284,11 @@ "is", "also", "my", - "teacher" + "teacher", + "he", + "me", + "am", + "a" ], "solutions": [ [ @@ -324,7 +344,10 @@ "Zuek", "nire", "lagunak", - "zarete" + "zarete", + "zuek", + "hauek", + "Zure" ], "solutions": [ [ @@ -364,7 +387,10 @@ "You", "are", "my", - "friends" + "friends", + "Are", + "or", + "me" ], "solutions": [ [ @@ -412,7 +438,10 @@ "Gu", "zuen", "ikasleak", - "gara" + "gara", + "zara", + "Hura", + "Zuek" ], "solutions": [ [ @@ -452,7 +481,10 @@ "We", "are", "your", - "students" + "students", + "one", + "He", + "the" ], "solutions": [ [ @@ -504,7 +536,10 @@ "Zure", "medikua", "irakaslea", - "zen" + "zen", + "ere", + "dira", + "Zer" ], "solutions": [ [ @@ -545,7 +580,11 @@ "doctor", "was", "a", - "teacher" + "teacher", + "car", + "or", + "our", + "r" ], "solutions": [ [ @@ -594,7 +633,10 @@ "Ni", "zure", "irakaslea", - "naiz" + "naiz", + "nire", + "zara", + "ere" ], "solutions": [ [ @@ -634,7 +676,10 @@ "I", "am", "your", - "teacher" + "teacher", + "a", + "r", + "or" ], "solutions": [ [ @@ -687,7 +732,11 @@ "Ni", "bere", "erizaina", - "naiz" + "naiz", + "ni", + "ere", + "i", + "bat" ], "solutions": [ [ @@ -733,7 +782,11 @@ "I", "am", "his", - "nurse" + "nurse", + "is", + "e", + "a", + "He" ], "solutions": [ [ @@ -789,7 +842,10 @@ "Gu", "bere", "ikasleak", - "gara" + "gara", + "zara", + "ere", + "gure" ], "solutions": [ [ @@ -829,7 +885,10 @@ "Are", "we", "his", - "students" + "students", + "are", + "He", + "is" ], "solutions": [ [ @@ -888,7 +947,11 @@ "gure", "autobus", "gidaria", - "da" + "da", + "gara", + "hura", + "dira", + "gida" ], "solutions": [ [ @@ -934,7 +997,11 @@ "is", "our", "bus", - "driver" + "driver", + "or", + "Hi", + "e", + "r" ], "solutions": [ [ @@ -990,7 +1057,10 @@ "Zuek", "gure", "gidariak", - "zarete" + "zarete", + "gureak", + "gara", + "Zure" ], "solutions": [ [ @@ -1030,7 +1100,10 @@ "Are", "you(plural", "our", - "drivers" + "drivers", + "ours", + "or", + "over" ], "solutions": [ [ @@ -1090,7 +1163,10 @@ "Haiek", "zuen", "irakasleak", - "dira" + "dira", + "haiek", + "zara", + "Zuek" ], "solutions": [ [ @@ -1130,7 +1206,10 @@ "They", "are", "your", - "teachers" + "teachers", + "the", + "they", + "her" ], "solutions": [ [ @@ -1178,7 +1257,10 @@ "Hura", "zuen", "laguna", - "dira" + "dira", + "hura", + "zara", + "gara" ], "solutions": [ [ @@ -1218,7 +1300,10 @@ "She", "is", "your(plural", - "friend" + "friend", + "are", + "or", + "red" ], "solutions": [ [ @@ -1296,7 +1381,10 @@ "Zu", "haien", "gidaria", - "zara" + "zara", + "gara", + "da", + "dira" ], "solutions": [ [ @@ -1336,7 +1424,10 @@ "Are", "you", "their", - "driver" + "driver", + "are", + "the", + "her" ], "solutions": [ [ @@ -1389,7 +1480,11 @@ "Ni", "haien", "medikua", - "naiz" + "naiz", + "ni", + "da", + "i", + "a" ], "solutions": [ [ @@ -1435,7 +1530,11 @@ "I", "am", "their", - "doctor" + "doctor", + "e", + "r", + "t", + "or" ], "solutions": [ [ @@ -1488,7 +1587,10 @@ "Haien", "irakaslea", "medikua", - "zen" + "zen", + "haien", + "Haiek", + "ziren" ], "solutions": [ [ @@ -1529,7 +1631,11 @@ "teacher", "was", "a", - "doctor" + "doctor", + "car", + "her", + "the", + "r" ], "solutions": [ [ diff --git a/apps/web/src/courses/french-from-english/challenges/hello.json b/apps/web/src/courses/french-from-english/challenges/hello.json index 5379056d22e8..f7b01f76c1e3 100644 --- a/apps/web/src/courses/french-from-english/challenges/hello.json +++ b/apps/web/src/courses/french-from-english/challenges/hello.json @@ -44,7 +44,10 @@ "La", "femme", "dit", - "bonjour" + "bonjour", + "la", + "salut", + "L'homme" ], "solutions": [ [ @@ -90,7 +93,9 @@ "The", "woman", "says", - "hello" + "hello", + "man", + "hi" ], "solutions": [ [ @@ -152,7 +157,9 @@ "chips": [ "L'homme", "dit", - "bonjour" + "bonjour", + "La", + "femme" ], "solutions": [ [ @@ -192,7 +199,9 @@ "The", "man", "says", - "hello" + "hello", + "hi", + "woman" ], "solutions": [ [ diff --git a/apps/web/src/courses/german-from-english/challenges/hello.json b/apps/web/src/courses/german-from-english/challenges/hello.json index 8dedd2ac6ccf..9f2d8f970904 100644 --- a/apps/web/src/courses/german-from-english/challenges/hello.json +++ b/apps/web/src/courses/german-from-english/challenges/hello.json @@ -44,7 +44,10 @@ "Die", "Frau", "sagt", - "hallo" + "hallo", + "Tag", + "hi", + "Der" ], "solutions": [ [ @@ -97,7 +100,9 @@ "The", "woman", "says", - "hello" + "hello", + "man", + "hi" ], "solutions": [ [ @@ -160,7 +165,10 @@ "Der", "Mann", "sagt", - "hallo" + "hallo", + "Tag", + "Die", + "hi" ], "solutions": [ [ @@ -213,7 +221,9 @@ "The", "man", "says", - "hello" + "hello", + "hi", + "woman" ], "solutions": [ [ diff --git a/apps/web/src/courses/parsig-from-english/challenges/basic-1.json b/apps/web/src/courses/parsig-from-english/challenges/basic-1.json index c0d490b0674b..58af843ebb5c 100644 --- a/apps/web/src/courses/parsig-from-english/challenges/basic-1.json +++ b/apps/web/src/courses/parsig-from-english/challenges/basic-1.json @@ -29,7 +29,8 @@ ], "chips": [ "zan", - "nipišt" + "nipišt", + "mart" ], "solutions": [ [ @@ -58,7 +59,8 @@ "chips": [ "The", "woman", - "wrote" + "wrote", + "man" ], "solutions": [ [ @@ -99,7 +101,8 @@ ], "chips": [ "mart", - "nipišt" + "nipišt", + "zan" ], "solutions": [ [ @@ -128,7 +131,8 @@ "chips": [ "The", "man", - "wrote" + "wrote", + "woman" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/adjectives.json b/apps/web/src/courses/spanish-from-english/challenges/adjectives.json index c5da8c49bdd9..46b4551b390a 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/adjectives.json +++ b/apps/web/src/courses/spanish-from-english/challenges/adjectives.json @@ -39,7 +39,9 @@ "chips": [ "Cecilia", "es", - "alta" + "alta", + "al", + "La" ], "solutions": [ [ @@ -73,7 +75,9 @@ "chips": [ "Cecilia", "is", - "tall" + "tall", + "ill", + "a" ], "solutions": [ [ @@ -124,7 +128,9 @@ "chips": [ "Max", "es", - "alto" + "alto", + "al", + "a" ], "solutions": [ [ @@ -158,7 +164,9 @@ "chips": [ "Max", "is", - "tall" + "tall", + "a", + "am" ], "solutions": [ [ @@ -209,7 +217,9 @@ "chips": [ "Yo", "soy", - "viejo" + "viejo", + "o", + "yo" ], "solutions": [ [ @@ -243,7 +253,9 @@ "chips": [ "I", "am", - "old" + "old", + "a", + "m" ], "solutions": [ [ @@ -294,7 +306,9 @@ "chips": [ "Ella", "es", - "vieja" + "vieja", + "Es", + "La" ], "solutions": [ [ @@ -336,7 +350,9 @@ "chips": [ "She", "is", - "old" + "old", + "The", + "it" ], "solutions": [ [ @@ -387,7 +403,9 @@ "chips": [ "Él", "es", - "viejo" + "viejo", + "ve", + "en" ], "solutions": [ [ @@ -429,7 +447,9 @@ "chips": [ "He", "is", - "old" + "old", + "it", + "or" ], "solutions": [ [ @@ -480,7 +500,9 @@ "chips": [ "Yo", "soy", - "grande" + "grande", + "son", + "no" ], "solutions": [ [ @@ -518,7 +540,9 @@ "chips": [ "I", "am", - "big" + "big", + "a", + "i" ], "solutions": [ [ @@ -569,7 +593,9 @@ "chips": [ "Ella", "es", - "grande" + "grande", + "Es", + "La" ], "solutions": [ [ @@ -606,7 +632,9 @@ ], "chips": [ "She's", - "big" + "big", + "She", + "is" ], "solutions": [ [ @@ -657,7 +685,9 @@ "chips": [ "Nosotros", "somos", - "grandes" + "grandes", + "Vosotros", + "Somos" ], "solutions": [ [ @@ -694,7 +724,9 @@ ], "chips": [ "We're", - "big" + "big", + "beer", + "are" ], "solutions": [ [ @@ -749,7 +781,9 @@ "chips": [ "Ellas", "son", - "grandes" + "grandes", + "can", + "Pan" ], "solutions": [ [ @@ -787,7 +821,9 @@ "chips": [ "They", "are", - "big" + "big", + "The", + "She" ], "solutions": [ [ @@ -834,7 +870,9 @@ "chips": [ "Ellos", "son", - "pequeños" + "pequeños", + "Los", + "soy" ], "solutions": [ [ @@ -871,7 +909,9 @@ ], "chips": [ "They're", - "small" + "small", + "They", + "here" ], "solutions": [ [ @@ -931,7 +971,10 @@ "Los", "gatos", "son", - "pequeños" + "pequeños", + "los", + "patos", + "soy" ], "solutions": [ [ @@ -971,7 +1014,10 @@ "The", "cats", "are", - "small" + "small", + "cat", + "at", + "a" ], "solutions": [ [ @@ -1032,7 +1078,10 @@ "Los", "viejos", "comen", - "carne" + "carne", + "come", + "comes", + "can" ], "solutions": [ [ @@ -1073,7 +1122,11 @@ "old", "ones", "eat", - "meat" + "meat", + "Sea", + "cat", + "meet", + "at" ], "solutions": [ [ @@ -1137,7 +1190,10 @@ "Max", "no", "es", - "bajo" + "bajo", + "La", + "Yo", + "a" ], "solutions": [ [ @@ -1177,7 +1233,10 @@ "Max", "is", "not", - "short" + "short", + "it", + "or", + "lot" ], "solutions": [ [ @@ -1249,7 +1308,12 @@ "es", "pequeño", "y", - "viejo" + "viejo", + "el", + "o", + "ve", + "en", + "Yo" ], "solutions": [ [ @@ -1301,7 +1365,12 @@ "is", "small", "and", - "old" + "old", + "ill", + "a", + "are", + "or", + "am" ], "solutions": [ [ @@ -1367,7 +1436,10 @@ "El", "parque", "es", - "pequeño" + "pequeño", + "el", + "Es", + "un" ], "solutions": [ [ @@ -1407,7 +1479,10 @@ "The", "park", "is", - "small" + "small", + "are", + "a", + "am" ], "solutions": [ [ @@ -1469,7 +1544,10 @@ "El", "parque", "es", - "grande" + "grande", + "al", + "Es", + "un" ], "solutions": [ [ @@ -1509,7 +1587,10 @@ "The", "park", "is", - "big" + "big", + "it", + "are", + "in" ], "solutions": [ [ @@ -1571,7 +1652,10 @@ "El", "ratón", "es", - "pequeño" + "pequeño", + "el", + "en", + "Es" ], "solutions": [ [ @@ -1611,7 +1695,10 @@ "The", "mouse", "is", - "small" + "small", + "are", + "the", + "She" ], "solutions": [ [ @@ -1693,7 +1780,14 @@ "los", "ratones", "son", - "pequeños" + "pequeños", + "Son", + "Las", + "patos", + "eres", + "Gatos", + "sois", + "can" ], "solutions": [ [ @@ -1757,7 +1851,14 @@ "the", "mice", "are", - "small" + "small", + "She", + "Are", + "He", + "We", + "See", + "e", + "and" ], "solutions": [ [ @@ -1826,7 +1927,10 @@ "Los", "grandes", "ratones", - "trabajan" + "trabajan", + "rojas", + "grande", + "Gatos" ], "solutions": [ [ @@ -1866,7 +1970,10 @@ "The", "big", "mice", - "work" + "work", + "are", + "the", + "She" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/animals.json b/apps/web/src/courses/spanish-from-english/challenges/animals.json index e7c0904aa5cd..de94b948da76 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/animals.json +++ b/apps/web/src/courses/spanish-from-english/challenges/animals.json @@ -39,7 +39,9 @@ "chips": [ "Es", "un", - "caballo" + "caballo", + "El", + "al" ], "solutions": [ [ @@ -73,7 +75,9 @@ "chips": [ "It's", "a", - "horse" + "horse", + "is", + "I" ], "solutions": [ [ @@ -129,7 +133,10 @@ "Max", "es", "un", - "perro" + "perro", + "en", + "Me", + "Es" ], "solutions": [ [ @@ -175,7 +182,10 @@ "Max", "is", "a", - "dog" + "dog", + "am", + "at", + "g" ], "solutions": [ [ @@ -237,7 +247,11 @@ "pato", "y", "un", - "caballo" + "caballo", + "a", + "o", + "al", + "can" ], "solutions": [ [ @@ -283,7 +297,11 @@ "duck", "and", "a", - "horse" + "horse", + "h", + "e", + "n", + "I" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/clothes.json b/apps/web/src/courses/spanish-from-english/challenges/clothes.json index 14f7b83c4029..b99296df21c2 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/clothes.json +++ b/apps/web/src/courses/spanish-from-english/challenges/clothes.json @@ -38,7 +38,9 @@ ], "chips": [ "Me", - "gusta" + "gusta", + "te", + "Es" ], "solutions": [ [ @@ -67,7 +69,9 @@ "chips": [ "I", "like", - "it" + "it", + "i", + "is" ], "solutions": [ [ @@ -121,7 +125,9 @@ ], "chips": [ "Cuánto", - "cuesta" + "cuesta", + "gusta", + "gusto" ], "solutions": [ [ @@ -151,7 +157,10 @@ "How", "much", "is", - "it" + "it", + "in", + "go", + "to" ], "solutions": [ [ @@ -225,7 +234,10 @@ "El", "vestido", "es", - "bonito" + "bonito", + "Es", + "no", + "el" ], "solutions": [ [ @@ -265,7 +277,10 @@ "The", "dress", "is", - "beautiful" + "beautiful", + "eat", + "are", + "the" ], "solutions": [ [ @@ -322,7 +337,10 @@ "Los", "zapatos", "son", - "grandes" + "grandes", + "Las", + "patos", + "los" ], "solutions": [ [ @@ -362,7 +380,10 @@ "The", "shoes", "are", - "big" + "big", + "the", + "She", + "Are" ], "solutions": [ [ @@ -419,7 +440,10 @@ "La", "camiseta", "es", - "grande" + "grande", + "Las", + "can", + "a" ], "solutions": [ [ @@ -459,7 +483,10 @@ "The", "t-shirt", "is", - "big" + "big", + "it", + "the", + "in" ], "solutions": [ [ @@ -516,7 +543,10 @@ "La", "falda", "es", - "pequeña" + "pequeña", + "la", + "a", + "Las" ], "solutions": [ [ @@ -556,7 +586,10 @@ "The", "skirt", "is", - "small" + "small", + "it", + "ill", + "are" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/continuous.json b/apps/web/src/courses/spanish-from-english/challenges/continuous.json index a3985674ffd8..b6a4f42e494a 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/continuous.json +++ b/apps/web/src/courses/spanish-from-english/challenges/continuous.json @@ -45,7 +45,11 @@ "estamos", "cocinando", "la", - "cena" + "cena", + "can", + "como", + "son", + "pato" ], "solutions": [ [ @@ -103,7 +107,10 @@ "We", "are", "cooking", - "dinner" + "dinner", + "wine", + "in", + "or" ], "solutions": [ [ @@ -170,7 +177,11 @@ "estoy", "haciendo", "este", - "ejercicio" + "ejercicio", + "está", + "pato", + "gato", + "te" ], "solutions": [ [ @@ -216,7 +227,11 @@ "am", "doing", "this", - "exercise" + "exercise", + "is", + "in", + "i", + "it" ], "solutions": [ [ @@ -275,7 +290,9 @@ "chips": [ "Ellos", "están", - "jugando" + "jugando", + "Están", + "gato" ], "solutions": [ [ @@ -318,7 +335,9 @@ "chips": [ "They", "are", - "playing" + "playing", + "The", + "they" ], "solutions": [ [ @@ -372,7 +391,9 @@ ], "chips": [ "Estás", - "escuchando" + "escuchando", + "están", + "estás" ], "solutions": [ [ @@ -406,7 +427,9 @@ "chips": [ "Are", "you", - "listening" + "listening", + "are", + "lot" ], "solutions": [ [ @@ -465,7 +488,9 @@ "chips": [ "Estás", "aprendiendo", - "mucho" + "mucho", + "Mucho", + "están" ], "solutions": [ [ @@ -507,7 +532,11 @@ "are", "learning", "a", - "lot" + "lot", + "or", + "at", + "and", + "eat" ], "solutions": [ [ @@ -581,7 +610,12 @@ "está", "abrazando", "al", - "gato" + "gato", + "alto", + "gata", + "a", + "tal", + "alta" ], "solutions": [ [ @@ -633,7 +667,12 @@ "is", "hugging", "the", - "cat" + "cat", + "it", + "She", + "in", + "h", + "big" ], "solutions": [ [ @@ -702,7 +741,12 @@ "nadando", "en", "el", - "mar" + "mar", + "al", + "La", + "El", + "a", + "Es" ], "solutions": [ [ @@ -761,7 +805,12 @@ "swimming", "in", "the", - "sea" + "sea", + "it", + "He", + "We", + "e", + "The" ], "solutions": [ [ @@ -887,7 +936,10 @@ "Él", "está", "comiendo", - "chocolate" + "chocolate", + "come", + "como", + "te" ], "solutions": [ [ @@ -932,7 +984,10 @@ "He", "is", "eating", - "chocolate" + "chocolate", + "at", + "eat", + "it" ], "solutions": [ [ @@ -998,7 +1053,10 @@ "Están", "escribiendo", "una", - "carta" + "carta", + "canta", + "cena", + "can" ], "solutions": [ [ @@ -1053,7 +1111,11 @@ "they", "writing", "a", - "letter" + "letter", + "are", + "e", + "t", + "The" ], "solutions": [ [ @@ -1119,7 +1181,10 @@ "Nosotras", "vamos", "al", - "parque" + "parque", + "Vamos", + "Las", + "patos" ], "solutions": [ [ @@ -1172,7 +1237,12 @@ "going", "to", "the", - "park" + "park", + "go", + "or", + "He", + "Are", + "e" ], "solutions": [ [ @@ -1243,7 +1313,11 @@ "estoy", "cantando", "una", - "canción" + "canción", + "no", + "can", + "canta", + "un" ], "solutions": [ [ @@ -1295,7 +1369,11 @@ "am", "singing", "a", - "song" + "song", + "n", + "g", + "in", + "i" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/food.json b/apps/web/src/courses/spanish-from-english/challenges/food.json index 31083203b607..ab77ed385172 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/food.json +++ b/apps/web/src/courses/spanish-from-english/challenges/food.json @@ -38,7 +38,9 @@ ], "chips": [ "Buen", - "provecho" + "provecho", + "eres", + "mucho" ], "solutions": [ [ @@ -67,7 +69,9 @@ "chips": [ "Enjoy", "your", - "meal" + "meal", + "you", + "or" ], "solutions": [ [ @@ -131,7 +135,9 @@ "chips": [ "Pan", "por", - "favor" + "favor", + "Por", + "pan" ], "solutions": [ [ @@ -164,7 +170,9 @@ ], "chips": [ "Bread", - "please" + "please", + "Please", + "bread" ], "solutions": [ [ @@ -210,7 +218,9 @@ "chips": [ "Agua", "por", - "favor" + "favor", + "Por", + "agua" ], "solutions": [ [ @@ -243,7 +253,9 @@ ], "chips": [ "Water", - "please" + "please", + "later", + "Please" ], "solutions": [ [ @@ -293,7 +305,9 @@ "chips": [ "Cecilia", "bebe", - "agua" + "agua", + "Agua", + "bebo" ], "solutions": [ [ @@ -327,7 +341,9 @@ "chips": [ "Cecilia", "drinks", - "water" + "water", + "drink", + "waiter" ], "solutions": [ [ @@ -383,7 +399,10 @@ "La", "pareja", "bebe", - "cerveza" + "cerveza", + "cena", + "eres", + "ve" ], "solutions": [ [ @@ -423,7 +442,10 @@ "The", "couple", "drinks", - "beer" + "beer", + "are", + "the", + "She" ], "solutions": [ [ @@ -475,7 +497,9 @@ "chips": [ "José", "come", - "pan" + "pan", + "can", + "como" ], "solutions": [ [ @@ -509,7 +533,9 @@ "chips": [ "José", "eats", - "bread" + "bread", + "eat", + "meat" ], "solutions": [ [ @@ -560,7 +586,9 @@ "chips": [ "Yo", "como", - "pasta" + "pasta", + "pato", + "come" ], "solutions": [ [ @@ -594,7 +622,9 @@ "chips": [ "I", "eat", - "pasta" + "pasta", + "at", + "a" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/nature.json b/apps/web/src/courses/spanish-from-english/challenges/nature.json index 0767c0fe0ccb..151f694a3928 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/nature.json +++ b/apps/web/src/courses/spanish-from-english/challenges/nature.json @@ -42,7 +42,9 @@ ], "chips": [ "Buen", - "viaje" + "viaje", + "ve", + "viven" ], "solutions": [ [ @@ -72,7 +74,10 @@ "Have", "a", "good", - "trip" + "trip", + "are", + "and", + "go" ], "solutions": [ [ @@ -133,7 +138,10 @@ "Vamos", "a", "la", - "playa" + "playa", + "La", + "Las", + "al" ], "solutions": [ [ @@ -174,7 +182,11 @@ "go", "to", "the", - "beach" + "beach", + "He", + "We", + "e", + "t" ], "solutions": [ [ @@ -227,7 +239,9 @@ "chips": [ "Mar", "o", - "montaña" + "montaña", + "a", + "mar" ], "solutions": [ [ @@ -261,7 +275,9 @@ "chips": [ "Sea", "or", - "mountain" + "mountain", + "a", + "you" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/phrases.json b/apps/web/src/courses/spanish-from-english/challenges/phrases.json index 278bd70acaaf..4ec2761c4205 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/phrases.json +++ b/apps/web/src/courses/spanish-from-english/challenges/phrases.json @@ -34,7 +34,9 @@ ], "chips": [ "Buenos", - "días" + "días", + "Buenas", + "Buen" ], "solutions": [ [ @@ -62,7 +64,9 @@ ], "chips": [ "Good", - "morning" + "morning", + "good", + "more" ], "solutions": [ [ @@ -126,7 +130,11 @@ "días", "yo", "soy", - "Cecilia" + "Cecilia", + "Los", + "no", + "Yo", + "son" ], "solutions": [ [ @@ -178,7 +186,11 @@ "morning", "I", "am", - "Cecilia" + "Cecilia", + "a", + "or", + "in", + "i" ], "solutions": [ [ @@ -236,7 +248,10 @@ "Yo", "me", "llamo", - "José" + "José", + "o", + "yo", + "no" ], "solutions": [ [ @@ -281,7 +296,10 @@ "My", "name", "is", - "José" + "José", + "am", + "a", + "it" ], "solutions": [ [ @@ -343,7 +361,9 @@ ], "chips": [ "Qué", - "tal" + "tal", + "al", + "un" ], "solutions": [ [ @@ -372,7 +392,9 @@ "chips": [ "How", "are", - "you" + "you", + "or", + "You" ], "solutions": [ [ @@ -418,7 +440,9 @@ ], "chips": [ "Qué", - "pasa" + "pasa", + "Las", + "Es" ], "solutions": [ [ @@ -446,7 +470,9 @@ ], "chips": [ "What's", - "up" + "up", + "What", + "at" ], "solutions": [ [ @@ -499,7 +525,9 @@ ], "chips": [ "Mucho", - "gusto" + "gusto", + "mucho", + "gusta" ], "solutions": [ [ @@ -529,7 +557,10 @@ "Nice", "to", "meet", - "you" + "you", + "it", + "go", + "You" ], "solutions": [ [ @@ -585,7 +616,9 @@ ], "chips": [ "Hasta", - "luego" + "luego", + "pasta", + "gusta" ], "solutions": [ [ @@ -614,7 +647,9 @@ "chips": [ "See", "you", - "later" + "later", + "are", + "Sea" ], "solutions": [ [ @@ -670,7 +705,9 @@ "chips": [ "Cómo", "te", - "llamas" + "llamas", + "llamo", + "mí" ], "solutions": [ [ @@ -704,7 +741,9 @@ "chips": [ "What's", "your", - "name" + "name", + "Water", + "eats" ], "solutions": [ [ @@ -756,7 +795,9 @@ ], "chips": [ "Buenas", - "tardes" + "tardes", + "Buenos", + "Buen" ], "solutions": [ [ @@ -784,7 +825,9 @@ ], "chips": [ "Good", - "afternoon" + "afternoon", + "good", + "soon" ], "solutions": [ [ @@ -838,7 +881,9 @@ "chips": [ "Buenas", "noches", - "José" + "José", + "Buen", + "Los" ], "solutions": [ [ @@ -872,7 +917,9 @@ "chips": [ "Good", "night", - "José" + "José", + "good", + "not" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/plurals.json b/apps/web/src/courses/spanish-from-english/challenges/plurals.json index 6c3a79609631..1ddeac7fe83a 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/plurals.json +++ b/apps/web/src/courses/spanish-from-english/challenges/plurals.json @@ -34,7 +34,9 @@ ], "chips": [ "Gatos", - "verdes" + "verdes", + "eres", + "gatos" ], "solutions": [ [ @@ -62,7 +64,9 @@ ], "chips": [ "green", - "cats" + "cats", + "eats", + "eat" ], "solutions": [ [ @@ -107,7 +111,9 @@ ], "chips": [ "Playas", - "bonitas" + "bonitas", + "bananas", + "llamas" ], "solutions": [ [ @@ -135,7 +141,9 @@ ], "chips": [ "Beautiful", - "beaches" + "beaches", + "beautiful", + "beach" ], "solutions": [ [ @@ -190,7 +198,10 @@ "Las", "camisas", "son", - "rojas" + "rojas", + "Los", + "can", + "sois" ], "solutions": [ [ @@ -230,7 +241,10 @@ "The", "shirts", "are", - "red" + "red", + "Are", + "the", + "She" ], "solutions": [ [ @@ -287,7 +301,10 @@ "Los", "gatos", "son", - "estudiantes" + "estudiantes", + "Gatos", + "Las", + "patos" ], "solutions": [ [ @@ -327,7 +344,10 @@ "The", "cats", "are", - "students" + "students", + "eats", + "the", + "eat" ], "solutions": [ [ @@ -384,7 +404,10 @@ "Las", "gafas", "son", - "grandes" + "grandes", + "can", + "Pan", + "Los" ], "solutions": [ [ @@ -424,7 +447,10 @@ "The", "glasses", "are", - "big" + "big", + "the", + "She", + "Are" ], "solutions": [ [ @@ -481,7 +507,10 @@ "Los", "patos", "son", - "médicos" + "médicos", + "los", + "soy", + "Gatos" ], "solutions": [ [ @@ -521,7 +550,10 @@ "The", "ducks", "are", - "doctors" + "doctors", + "duck", + "the", + "Are" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/preferences.json b/apps/web/src/courses/spanish-from-english/challenges/preferences.json index 21c8885d5c6a..ff542fd598d7 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/preferences.json +++ b/apps/web/src/courses/spanish-from-english/challenges/preferences.json @@ -44,7 +44,10 @@ "Te", "gusta", "el", - "café" + "café", + "La", + "a", + "te" ], "solutions": [ [ @@ -92,7 +95,10 @@ "Do", "you", "like", - "coffee" + "coffee", + "go", + "to", + "You" ], "solutions": [ [ @@ -145,7 +151,10 @@ "Me", "gusta", "la", - "pasta" + "pasta", + "La", + "a", + "pasa" ], "solutions": [ [ @@ -192,7 +201,9 @@ "chips": [ "I", "like", - "pasta" + "pasta", + "a", + "is" ], "solutions": [ [ @@ -244,7 +255,10 @@ "Me", "gusta", "la", - "cerveza" + "cerveza", + "La", + "a", + "ve" ], "solutions": [ [ @@ -291,7 +305,9 @@ "chips": [ "I", "like", - "beer" + "beer", + "e", + "He" ], "solutions": [ [ @@ -348,7 +364,11 @@ "me", "gusta", "el", - "vino" + "vino", + "no", + "un", + "Yo", + "o" ], "solutions": [ [ @@ -402,7 +422,10 @@ "I", "don't", "like", - "wine" + "wine", + "in", + "it", + "live" ], "solutions": [ [ @@ -459,7 +482,10 @@ "Él", "no", "come", - "carne" + "carne", + "can", + "Yo", + "Me" ], "solutions": [ [ @@ -504,7 +530,10 @@ "He", "doesn't", "eat", - "meat" + "meat", + "meet", + "at", + "meal" ], "solutions": [ [ @@ -556,7 +585,9 @@ "chips": [ "Yo", "bebo", - "vino" + "vino", + "no", + "o" ], "solutions": [ [ @@ -594,7 +625,9 @@ "chips": [ "I", "drink", - "wine" + "wine", + "in", + "i" ], "solutions": [ [ @@ -650,7 +683,10 @@ "Cecilia", "no", "come", - "pasta" + "pasta", + "como", + "canta", + "pasa" ], "solutions": [ [ @@ -690,7 +726,10 @@ "Cecilia", "doesn't", "eat", - "pasta" + "pasta", + "eats", + "cat", + "meat" ], "solutions": [ [ @@ -743,7 +782,10 @@ "Una", "cerveza", "por", - "favor" + "favor", + "Por", + "Mar", + "La" ], "solutions": [ [ @@ -782,7 +824,9 @@ "chips": [ "A", "beer", - "please" + "please", + "See", + "e" ], "solutions": [ [ @@ -838,7 +882,10 @@ "Te", "gusta", "el", - "vino" + "vino", + "un", + "ve", + "te" ], "solutions": [ [ @@ -878,7 +925,10 @@ "Do", "you", "like", - "wine" + "wine", + "in", + "is", + "it" ], "solutions": [ [ @@ -936,7 +986,11 @@ "te", "gusta", "el", - "pan" + "pan", + "un", + "La", + "a", + "ti" ], "solutions": [ [ @@ -981,7 +1035,10 @@ "Don't", "you", "like", - "bread" + "bread", + "lot", + "your", + "eat" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/professions.json b/apps/web/src/courses/spanish-from-english/challenges/professions.json index 83446ef05a91..f3671bfc2d5c 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/professions.json +++ b/apps/web/src/courses/spanish-from-english/challenges/professions.json @@ -44,7 +44,10 @@ "La", "médica", "bebe", - "agua" + "agua", + "Agua", + "a", + "la" ], "solutions": [ [ @@ -90,7 +93,10 @@ "The", "doctor", "drinks", - "water" + "water", + "Water", + "waiter", + "later" ], "solutions": [ [ @@ -142,7 +148,9 @@ "chips": [ "El", "camarero", - "trabaja" + "trabaja", + "tal", + "bajo" ], "solutions": [ [ @@ -181,7 +189,9 @@ "chips": [ "The", "waiter", - "works" + "works", + "are", + "work" ], "solutions": [ [ @@ -232,7 +242,9 @@ "chips": [ "Las", "bomberas", - "llegan" + "llegan", + "can", + "Pan" ], "solutions": [ [ @@ -271,7 +283,9 @@ "chips": [ "The", "firefighters", - "arrive" + "arrive", + "are", + "the" ], "solutions": [ [ @@ -332,7 +346,11 @@ "granjero", "ve", "los", - "animales" + "animales", + "no", + "al", + "Es", + "Me" ], "solutions": [ [ @@ -385,7 +403,11 @@ "farmer", "sees", "the", - "animals" + "animals", + "are", + "She", + "They", + "name" ], "solutions": [ [ @@ -443,7 +465,10 @@ "Los", "enfermeros", "viven", - "aquí" + "aquí", + "eres", + "los", + "en" ], "solutions": [ [ @@ -489,7 +514,10 @@ "The", "nurses", "live", - "here" + "here", + "are", + "like", + "the" ], "solutions": [ [ @@ -546,7 +574,10 @@ "El", "cantante", "canta", - "bien" + "bien", + "can", + "alta", + "cena" ], "solutions": [ [ @@ -598,7 +629,10 @@ "The", "singer", "sings", - "well" + "well", + "wine", + "sees", + "song" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/ser-estar.json b/apps/web/src/courses/spanish-from-english/challenges/ser-estar.json index a1ca43aa54e8..cb7df02d2a2e 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/ser-estar.json +++ b/apps/web/src/courses/spanish-from-english/challenges/ser-estar.json @@ -44,7 +44,10 @@ "Yo", "soy", "un", - "estudiante" + "estudiante", + "son", + "no", + "en" ], "solutions": [ [ @@ -104,7 +107,10 @@ "I", "am", "a", - "student" + "student", + "at", + "e", + "m" ], "solutions": [ [ @@ -167,7 +173,11 @@ "estoy", "en", "la", - "escuela" + "escuela", + "Es", + "un", + "La", + "son" ], "solutions": [ [ @@ -218,7 +228,10 @@ "I", "am", "at", - "school" + "school", + "a", + "h", + "m" ], "solutions": [ [ @@ -280,7 +293,9 @@ "chips": [ "Ella", "es", - "enfermera" + "enfermera", + "eres", + "en" ], "solutions": [ [ @@ -319,7 +334,10 @@ "She", "is", "a", - "nurse" + "nurse", + "e", + "are", + "He" ], "solutions": [ [ @@ -372,7 +390,9 @@ "chips": [ "Ella", "está", - "enferma" + "enferma", + "este", + "alta" ], "solutions": [ [ @@ -409,7 +429,9 @@ ], "chips": [ "She's", - "ill" + "ill", + "She", + "is" ], "solutions": [ [ @@ -483,7 +505,11 @@ "estamos", "en", "la", - "ciudad" + "ciudad", + "can", + "La", + "a", + "Las" ], "solutions": [ [ @@ -542,7 +568,11 @@ "are", "in", "the", - "city" + "city", + "it", + "He", + "e", + "is" ], "solutions": [ [ @@ -606,7 +636,10 @@ "El", "gato", "está", - "limpio" + "limpio", + "pato", + "alto", + "ti" ], "solutions": [ [ @@ -652,7 +685,10 @@ "The", "cat", "is", - "clean" + "clean", + "eat", + "at", + "a" ], "solutions": [ [ @@ -709,7 +745,9 @@ "chips": [ "Ellos", "están", - "listos" + "listos", + "Estás", + "estoy" ], "solutions": [ [ @@ -747,7 +785,9 @@ "chips": [ "They", "are", - "ready" + "ready", + "red", + "The" ], "solutions": [ [ @@ -802,7 +842,9 @@ "chips": [ "Ellos", "son", - "listos" + "listos", + "Los", + "soy" ], "solutions": [ [ @@ -840,7 +882,9 @@ "chips": [ "They", "are", - "smart" + "smart", + "The", + "Are" ], "solutions": [ [ @@ -894,7 +938,9 @@ ], "chips": [ "Sois", - "médicas" + "médicas", + "médicos", + "sois" ], "solutions": [ [ @@ -937,7 +983,9 @@ "chips": [ "Are", "you", - "doctors" + "doctors", + "or", + "dog" ], "solutions": [ [ @@ -987,7 +1035,9 @@ ], "chips": [ "Estáis", - "contentas" + "contentas", + "estáis", + "contentos" ], "solutions": [ [ @@ -1076,7 +1126,9 @@ "chips": [ "Are", "you", - "happy" + "happy", + "are", + "or" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/verb-plurals.json b/apps/web/src/courses/spanish-from-english/challenges/verb-plurals.json index 0d8ca6fa2c26..246e40f5de27 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/verb-plurals.json +++ b/apps/web/src/courses/spanish-from-english/challenges/verb-plurals.json @@ -39,7 +39,9 @@ "chips": [ "Nosotras", "comemos", - "plátanos" + "plátanos", + "Nosotros", + "Comemos" ], "solutions": [ [ @@ -101,7 +103,9 @@ "chips": [ "We", "eat", - "bananas" + "bananas", + "at", + "a" ], "solutions": [ [ @@ -152,7 +156,9 @@ "chips": [ "Vosotras", "coméis", - "más" + "más", + "comes", + "Coméis" ], "solutions": [ [ @@ -200,7 +206,9 @@ "chips": [ "You", "eat", - "more" + "more", + "you", + "or" ], "solutions": [ [ @@ -255,7 +263,9 @@ "chips": [ "Nosotras", "bebemos", - "mucho" + "mucho", + "bebo", + "bebes" ], "solutions": [ [ @@ -304,7 +314,10 @@ "We", "drink", "a", - "lot" + "lot", + "it", + "or", + "at" ], "solutions": [ [ @@ -356,7 +369,9 @@ "chips": [ "Vosotras", "bebéis", - "agua" + "agua", + "sois", + "Agua" ], "solutions": [ [ @@ -399,7 +414,9 @@ "chips": [ "You", "drink", - "water" + "water", + "are", + "or" ], "solutions": [ [ @@ -450,7 +467,9 @@ "chips": [ "Ellas", "beben", - "cerveza" + "cerveza", + "bebes", + "bebe" ], "solutions": [ [ @@ -493,7 +512,9 @@ "chips": [ "They", "drink", - "beer" + "beer", + "The", + "they" ], "solutions": [ [ @@ -544,7 +565,9 @@ "chips": [ "Nosotros", "somos", - "caballos" + "caballos", + "Vosotros", + "Somos" ], "solutions": [ [ @@ -587,7 +610,9 @@ "chips": [ "We", "are", - "horses" + "horses", + "Are", + "horse" ], "solutions": [ [ @@ -638,7 +663,9 @@ "chips": [ "Vosotros", "sois", - "gatos" + "gatos", + "somos", + "Gatos" ], "solutions": [ [ @@ -681,7 +708,9 @@ "chips": [ "You", "are", - "cats" + "cats", + "cat", + "at" ], "solutions": [ [ @@ -732,7 +761,9 @@ "chips": [ "Ellos", "son", - "perros" + "perros", + "Los", + "soy" ], "solutions": [ [ @@ -770,7 +801,9 @@ "chips": [ "They", "are", - "cats" + "cats", + "The", + "eats" ], "solutions": [ [ diff --git a/apps/web/src/courses/spanish-from-english/challenges/verbs.json b/apps/web/src/courses/spanish-from-english/challenges/verbs.json index 30be15bf868d..3b37220477a4 100644 --- a/apps/web/src/courses/spanish-from-english/challenges/verbs.json +++ b/apps/web/src/courses/spanish-from-english/challenges/verbs.json @@ -44,7 +44,10 @@ "Yo", "soy", "un", - "gato" + "gato", + "o", + "yo", + "no" ], "solutions": [ [ @@ -89,7 +92,10 @@ "I", "am", "a", - "cat" + "cat", + "at", + "m", + "t" ], "solutions": [ [ @@ -141,7 +147,9 @@ "chips": [ "Tú", "eres", - "grande" + "grande", + "Me", + "Eres" ], "solutions": [ [ @@ -179,7 +187,9 @@ "chips": [ "You", "are", - "big" + "big", + "dog", + "you" ], "solutions": [ [ @@ -235,7 +245,10 @@ "El", "caballo", "es", - "pequeño" + "pequeño", + "el", + "al", + "Es" ], "solutions": [ [ @@ -275,7 +288,10 @@ "The", "horse", "is", - "small" + "small", + "are", + "the", + "or" ], "solutions": [ [ @@ -327,7 +343,9 @@ "chips": [ "Yo", "como", - "pan" + "pan", + "can", + "son" ], "solutions": [ [ @@ -361,7 +379,9 @@ "chips": [ "I", "eat", - "bread" + "bread", + "a", + "at" ], "solutions": [ [ @@ -412,7 +432,9 @@ "chips": [ "Tú", "comes", - "pasta" + "pasta", + "Es", + "come" ], "solutions": [ [ @@ -446,7 +468,9 @@ "chips": [ "You", "eat", - "pasta" + "pasta", + "cat", + "at" ], "solutions": [ [ @@ -497,7 +521,9 @@ "chips": [ "Ella", "come", - "pizza" + "pizza", + "como", + "pasa" ], "solutions": [ [ @@ -531,7 +557,9 @@ "chips": [ "She", "eats", - "pizza" + "pizza", + "eat", + "Sea" ], "solutions": [ [ @@ -582,7 +610,9 @@ "chips": [ "Él", "come", - "pan" + "pan", + "can", + "al" ], "solutions": [ [ @@ -616,7 +646,9 @@ "chips": [ "He", "eats", - "bread" + "bread", + "eat", + "are" ], "solutions": [ [ @@ -667,7 +699,9 @@ "chips": [ "Yo", "bebo", - "cerveza" + "cerveza", + "bebe", + "ve" ], "solutions": [ [ @@ -701,7 +735,9 @@ "chips": [ "I", "drink", - "beer" + "beer", + "or", + "in" ], "solutions": [ [ @@ -752,7 +788,9 @@ "chips": [ "Tú", "bebes", - "leche" + "leche", + "bebe", + "Me" ], "solutions": [ [ @@ -790,7 +828,9 @@ "chips": [ "You", "drink", - "milk" + "milk", + "in", + "ill" ], "solutions": [ [ @@ -841,7 +881,9 @@ "chips": [ "Maria", "bebe", - "cerveza" + "cerveza", + "eres", + "bebes" ], "solutions": [ [ @@ -875,7 +917,9 @@ "chips": [ "Maria", "drinks", - "beer" + "beer", + "drink", + "are" ], "solutions": [ [ @@ -931,7 +975,10 @@ "El", "caballo", "bebe", - "agua" + "agua", + "al", + "Ella", + "bebo" ], "solutions": [ [ @@ -971,7 +1018,10 @@ "The", "horse", "drinks", - "water" + "water", + "are", + "wine", + "like" ], "solutions": [ [ diff --git a/poetry.lock b/poetry.lock index 1c0d3a49579d..b3984490af48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -96,6 +96,14 @@ category = "dev" optional = false python-versions = "*" +[[package]] +name = "editdistance" +version = "0.5.3" +description = "Fast implementation of the edit distance(Levenshtein distance)" +category = "dev" +optional = false +python-versions = "*" + [[package]] name = "editorconfig" version = "0.12.3" @@ -188,7 +196,7 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "jsbeautifier" -version = "1.13.13" +version = "1.14.0" description = "JavaScript unobfuscator and beautifier." category = "main" optional = false @@ -200,7 +208,7 @@ six = ">=1.13.0" [[package]] name = "librelingo-audios" -version = "1.0.0" +version = "1.0.1" description = "Tools to help getting audios for LibreLingo courses" category = "dev" optional = false @@ -208,8 +216,8 @@ python-versions = "^3.9" develop = false [package.dependencies] -librelingo-utils = "^2.0.0" -librelingo-yaml-loader = "^1.0.0" +librelingo-utils = "^2.4.0" +librelingo-yaml-loader = "^1.5.0" [package.source] type = "directory" @@ -233,7 +241,7 @@ url = "apps/librelingo_fakes" [[package]] name = "librelingo-json-export" -version = "0.6.3" +version = "0.7.0" description = "Export LibreLingo courses in the JSON format used by the web app" category = "dev" optional = false @@ -241,6 +249,7 @@ python-versions = "^3.9" develop = false [package.dependencies] +editdistance = "^0.5.3" librelingo-types = "^3.0.0" librelingo-utils = "^2.3.0" librelingo-yaml-loader = "^1.0.0" @@ -260,7 +269,7 @@ python-versions = ">=3.9,<4.0" [[package]] name = "librelingo-utils" -version = "2.3.0" +version = "2.4.0" description = "Utilities to be used in LibreLingo-related-packages" category = "dev" optional = false @@ -740,6 +749,38 @@ colorama = [ docopt = [ {file = "docopt-0.6.2.tar.gz", hash = "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491"}, ] +editdistance = [ + {file = "editdistance-0.5.3-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:ef4714dc9cf281863dcc3ba6d24c3cae1dde41610a78dcdfae50d743ca71d5e1"}, + {file = "editdistance-0.5.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:a322354a8dfb442770902f06552b20df5184e65e84ac90cb799740915eb52212"}, + {file = "editdistance-0.5.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:36a4c36d7945f5ecfa1dc92c08635d73b64769cd0af066da774437fe2c7dc80a"}, + {file = "editdistance-0.5.3-cp27-cp27m-win32.whl", hash = "sha256:93e847cc2fbebb34a36b41337a3eb9b2034d4ff9679665b08ecc5c3c313f83a9"}, + {file = "editdistance-0.5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:d4561b602b7675f6a050cdd0e1b652007ce73bb7290019487b8919a44593d74d"}, + {file = "editdistance-0.5.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:dddb0d36f698e3c942d0d5934185533d9324fbde975b3e956a19883713e86d33"}, + {file = "editdistance-0.5.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:1018f0fa857b079c721583c42d2c54800fbe8c7d2c29b354a9724a0b79971cb8"}, + {file = "editdistance-0.5.3-cp33-cp33m-win32.whl", hash = "sha256:810d93e614f35ad2916570f48ff1370ac3c001eb6941d5e836e2c1c6986fafff"}, + {file = "editdistance-0.5.3-cp33-cp33m-win_amd64.whl", hash = "sha256:a96ac49acc7668477c13aff02ca0527c6462b026b78600602dbef04efc9250d3"}, + {file = "editdistance-0.5.3-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:a9167d9d5e754abd7ce68da065a636cc161e5063c322efd81159d15001d5272a"}, + {file = "editdistance-0.5.3-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:a10c61df748220b2b9e2949a10aea23ffeded28c07e610e107a8f6a4b5b92782"}, + {file = "editdistance-0.5.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:6452d750fbc49c6f04232a840f96b0f1155ff7cb2d953ce1edf075c5a394f3ea"}, + {file = "editdistance-0.5.3-cp34-cp34m-win32.whl", hash = "sha256:1f510e6eb411ec6123ba4ebc086d5882027710d28db174985a74e13fd0eb354f"}, + {file = "editdistance-0.5.3-cp34-cp34m-win_amd64.whl", hash = "sha256:9d6ee66f8de30ec6358083e5ecd7919a5966b38c64012c1672f326c61ff7a15f"}, + {file = "editdistance-0.5.3-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:c1cf5ff98cfdc38046ae0f2d3ccbe1e15b0665234a04783f6558ec0a48e72dc8"}, + {file = "editdistance-0.5.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:5f9c202b1a2f2630f7a0cdd76ad0ad55de4cd700553778c77e37379c6ac8e8bb"}, + {file = "editdistance-0.5.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:553fb295802c399f0f419b616b499c241ffdcb2a70888d1e9d1bd22ba21b122f"}, + {file = "editdistance-0.5.3-cp35-cp35m-win32.whl", hash = "sha256:0834826832e51a6c18032b13b68083e3ebfbf3daf774142ae6f2b17b35580c16"}, + {file = "editdistance-0.5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:6ccfd57221bae661304e7f9495f508aeec8f72e462d97481d55488ded87f5cbc"}, + {file = "editdistance-0.5.3-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:25b39c836347dcbb251a6041fd3d7575b82c365923a4b13c32c699e442b1b644"}, + {file = "editdistance-0.5.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:fa0047a8d972ab779141eed4713811251c9f6e96e9e8a62caa8d554a0444ff74"}, + {file = "editdistance-0.5.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:db65bf1f39964019040434cb924c62c9965bd0df2feb316dbe5de3f09e6a81de"}, + {file = "editdistance-0.5.3-cp36-cp36m-win32.whl", hash = "sha256:cc65c2cd68751a966f7468537b4a6fd7d9107d49e139d8efd5734ee6f48d3126"}, + {file = "editdistance-0.5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:fe7e6a90476976d7e5abc9472acb0311b7cdc76d84190f8f6c317234680c5de3"}, + {file = "editdistance-0.5.3-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:25dd59d7f17a38203c5e433f5b11f64a8d1042d876d0dc00b324dda060d12e81"}, + {file = "editdistance-0.5.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:61486173447a153cccbd52eb63947378803f0f2a5bffebbfec500bd77fc5706d"}, + {file = "editdistance-0.5.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:cd49e9b22972b15527d53e06918c14d9fe228ae362a57476d16b0cad3e14e0c8"}, + {file = "editdistance-0.5.3-cp37-cp37m-win32.whl", hash = "sha256:503c6f69f4901d8a63f3748e4b0eccb2a89e6844b0879a7e256cab439297d379"}, + {file = "editdistance-0.5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:ee4ed815bc5137a794095368580334e430ff26c73a05c67e76b39f535b363a0f"}, + {file = "editdistance-0.5.3.tar.gz", hash = "sha256:89d016dda04649b2c49e12b34337755a7b612bfd690420edd50ab31787120c1f"}, +] editorconfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, {file = "EditorConfig-0.12.3.tar.gz", hash = "sha256:57f8ce78afcba15c8b18d46b5170848c88d56fd38f05c2ec60dbbfcb8996e89e"}, @@ -771,7 +812,7 @@ jinja2 = [ {file = "Jinja2-3.0.1.tar.gz", hash = "sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4"}, ] jsbeautifier = [ - {file = "jsbeautifier-1.13.13.tar.gz", hash = "sha256:8ef6d9fa015df8efa578ad7f210184c4a78903b939b5ac877da229ffa5573a12"}, + {file = "jsbeautifier-1.14.0.tar.gz", hash = "sha256:84fdb008d8af89619269a6aca702288b48f837a99427a0f529aa57ecfb36ee3c"}, ] librelingo-audios = [] librelingo-fakes = []