id
stringlengths
14
15
size
stringclasses
25 values
puzzle
stringlengths
394
2.95k
solution
dict
created_at
stringlengths
26
26
lgp-test-6x3-17
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Alice`, `Carol`, `Eric`, `Arnold`, `Peter` - People have unique he...
{ "header": [ "House", "Name", "Height", "PhoneModel" ], "rows": [ [ "1", "Peter", "tall", "huawei p50" ], [ "2", "Eric", "very tall", "samsung galaxy s21" ], [ "3", "Bob", "super tall", "xiaomi mi 11" ...
2024-07-03T21:21:29.210094
lgp-test-2x2-9
2*2
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - People have unique favorite music genres: `pop`, `rock`...
{ "header": [ "House", "Name", "MusicGenre" ], "rows": [ [ "1", "Arnold", "rock" ], [ "2", "Eric", "pop" ] ] }
2024-07-03T21:21:29.204489
lgp-test-2x3-34
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - People have unique favorite sports: `basketball`, `socc...
{ "header": [ "House", "Name", "FavoriteSport", "CarModel" ], "rows": [ [ "1", "Eric", "soccer", "ford f150" ], [ "2", "Arnold", "basketball", "tesla model 3" ] ] }
2024-07-03T21:21:29.204839
lgp-test-6x5-31
6*5
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Carol`, `Eric`, `Peter`, `Alice`, `Bob`, `Arnold` - Everyone has somethin...
{ "header": [ "House", "Name", "Food", "Color", "Mother", "HouseStyle" ], "rows": [ [ "1", "Eric", "grilled cheese", "white", "Kailyn", "victorian" ], [ "2", "Carol", "pizza", "yellow", "Holly", "mediterran...
2024-07-03T21:21:29.210807
lgp-test-4x3-28
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Peter` - Each person has a favorite color: `re...
{ "header": [ "House", "Name", "Color", "Animal" ], "rows": [ [ "1", "Eric", "red", "bird" ], [ "2", "Alice", "yellow", "cat" ], [ "3", "Peter", "green", "horse" ], [ "4", "Arnold", ...
2024-07-03T21:21:29.207215
lgp-test-3x4-27
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Everyone has a favorite smoothie: `desert`, `w...
{ "header": [ "House", "Name", "Smoothie", "Hobby", "Nationality" ], "rows": [ [ "1", "Arnold", "cherry", "cooking", "dane" ], [ "2", "Peter", "watermelon", "photography", "brit" ], [ "3", "Eric", ...
2024-07-03T21:21:29.206188
lgp-test-2x5-14
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Everyone has something unique for lunch: `pizza`, `gril...
{ "header": [ "House", "Name", "Food", "MusicGenre", "Flower", "BookGenre" ], "rows": [ [ "1", "Arnold", "pizza", "rock", "carnations", "mystery" ], [ "2", "Eric", "grilled cheese", "pop", "daffodils", "sci...
2024-07-03T21:21:29.205158
lgp-test-6x3-19
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Carol`, `Eric`, `Bob`, `Alice`, `Arnold`, `Peter` - People have unique fa...
{ "header": [ "House", "Name", "MusicGenre", "Drink" ], "rows": [ [ "1", "Alice", "rock", "boba tea" ], [ "2", "Peter", "jazz", "root beer" ], [ "3", "Carol", "country", "water" ], [ "4", ...
2024-07-03T21:21:29.210107
lgp-test-6x4-4
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Bob`, `Peter`, `Eric`, `Carol`, `Arnold` - People own unique car...
{ "header": [ "House", "Name", "CarModel", "Hobby", "Drink" ], "rows": [ [ "1", "Arnold", "ford f150", "knitting", "tea" ], [ "2", "Carol", "honda civic", "photography", "coffee" ], [ "3", "Bob", ...
2024-07-03T21:21:29.210282
lgp-test-3x3-4
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Peter` - Each person has a unique hobby: `gardening`, `...
{ "header": [ "House", "Name", "Hobby", "Drink" ], "rows": [ [ "1", "Arnold", "gardening", "water" ], [ "2", "Eric", "photography", "tea" ], [ "3", "Peter", "cooking", "milk" ] ] }
2024-07-03T21:21:29.205792
lgp-test-5x3-1
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Bob`, `Alice` - People have unique favorite mu...
{ "header": [ "House", "Name", "MusicGenre", "Food" ], "rows": [ [ "1", "Alice", "pop", "spaghetti" ], [ "2", "Peter", "rock", "stir fry" ], [ "3", "Eric", "classical", "pizza" ], [ "4", ...
2024-07-03T21:21:29.208456
lgp-test-3x2-9
3*2
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Each person has a unique hobby: `photography`,...
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "1", "Arnold", "cooking" ], [ "2", "Eric", "photography" ], [ "3", "Peter", "gardening" ] ] }
2024-07-03T21:21:29.205606
lgp-test-3x3-27
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold` - Each person has a unique hobby: `photography`,...
{ "header": [ "House", "Name", "Hobby", "Drink" ], "rows": [ [ "1", "Eric", "photography", "tea" ], [ "2", "Arnold", "cooking", "water" ], [ "3", "Peter", "gardening", "milk" ] ] }
2024-07-03T21:21:29.205923
lgp-test-6x3-30
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Eric`, `Carol`, `Arnold`, `Alice`, `Peter` - People use unique pho...
{ "header": [ "House", "Name", "PhoneModel", "Color" ], "rows": [ [ "1", "Peter", "huawei p50", "blue" ], [ "2", "Alice", "xiaomi mi 11", "purple" ], [ "3", "Carol", "iphone 13", "white" ], [ ...
2024-07-03T21:21:29.210181
lgp-test-4x5-15
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Arnold`, `Eric` - The people keep unique animals: `cat`...
{ "header": [ "House", "Name", "Animal", "FavoriteSport", "HairColor", "Pet" ], "rows": [ [ "1", "Eric", "cat", "swimming", "black", "cat" ], [ "2", "Alice", "bird", "tennis", "red", "bird" ], [ ...
2024-07-03T21:21:29.207710
lgp-test-4x6-18
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice` - Each person has a unique level of edu...
{ "header": [ "House", "Name", "Education", "Food", "FavoriteSport", "HairColor", "BookGenre" ], "rows": [ [ "1", "Arnold", "master", "stew", "swimming", "blonde", "romance" ], [ "2", "Eric", "associate", "pi...
2024-07-03T21:21:29.208010
lgp-test-6x3-5
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Arnold`, `Peter`, `Alice`, `Eric`, `Carol` - The people are of nat...
{ "header": [ "House", "Name", "Nationality", "Color" ], "rows": [ [ "1", "Eric", "chinese", "purple" ], [ "2", "Carol", "brit", "green" ], [ "3", "Alice", "swede", "white" ], [ "4", "Bo...
2024-07-03T21:21:29.209978
lgp-test-6x6-8
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Bob`, `Arnold`, `Carol`, `Alice` - Each person has a uni...
{ "header": [ "House", "Name", "Birthday", "HairColor", "Children", "Smoothie", "Mother" ], "rows": [ [ "1", "Peter", "april", "black", "Timothy", "blueberry", "Aniya" ], [ "2", "Eric", "feb", "brown", ...
2024-07-03T21:21:29.210939
lgp-test-2x4-3
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person has a unique favorite drink: `tea`, `water`...
{ "header": [ "House", "Name", "Drink", "Education", "Vacation" ], "rows": [ [ "1", "Arnold", "tea", "associate", "beach" ], [ "2", "Eric", "water", "high school", "mountain" ] ] }
2024-07-03T21:21:29.204885
lgp-test-2x3-0
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Each person lives in a unique style of house: `victoria...
{ "header": [ "House", "Name", "HouseStyle", "Children" ], "rows": [ [ "1", "Eric", "colonial", "Bella" ], [ "2", "Arnold", "victorian", "Fred" ] ] }
2024-07-03T21:21:29.204672
lgp-test-5x2-8
5*2
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric`, `Bob` - Each person has a unique hobby...
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "1", "Peter", "cooking" ], [ "2", "Arnold", "knitting" ], [ "3", "Eric", "painting" ], [ "4", "Alice", "photography" ], [ "5", "...
2024-07-03T21:21:29.208246
lgp-test-4x6-32
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric` - Each person has a unique hobby: `cook...
{ "header": [ "House", "Name", "Hobby", "CarModel", "Food", "Occupation", "Flower" ], "rows": [ [ "1", "Alice", "gardening", "honda civic", "grilled cheese", "artist", "carnations" ], [ "2", "Arnold", "cooking", ...
2024-07-03T21:21:29.208107
lgp-test-6x3-13
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Arnold`, `Carol`, `Alice`, `Peter`, `Eric` - People have unique fa...
{ "header": [ "House", "Name", "BookGenre", "Occupation" ], "rows": [ [ "1", "Carol", "mystery", "doctor" ], [ "2", "Bob", "science fiction", "artist" ], [ "3", "Eric", "historical fiction", "nurse" ], ...
2024-07-03T21:21:29.210033
lgp-test-4x6-23
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter` - People use unique phone models: `ipho...
{ "header": [ "House", "Name", "PhoneModel", "Nationality", "FavoriteSport", "Color", "Smoothie" ], "rows": [ [ "1", "Peter", "iphone 13", "swede", "soccer", "red", "cherry" ], [ "2", "Arnold", "oneplus 9", "...
2024-07-03T21:21:29.208045
lgp-test-2x5-2
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person has a unique hobby: `gardening`, `photograp...
{ "header": [ "House", "Name", "Hobby", "CarModel", "MusicGenre", "Pet" ], "rows": [ [ "1", "Arnold", "photography", "tesla model 3", "rock", "cat" ], [ "2", "Eric", "gardening", "ford f150", "pop", "dog" ...
2024-07-03T21:21:29.205094
lgp-test-4x2-13
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold` - The people keep unique animals: `bird...
{ "header": [ "House", "Name", "Animal" ], "rows": [ [ "1", "Arnold", "cat" ], [ "2", "Alice", "horse" ], [ "3", "Peter", "bird" ], [ "4", "Eric", "fish" ] ] }
2024-07-03T21:21:29.206890
lgp-test-3x3-0
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Each person has a unique level of education: `...
{ "header": [ "House", "Name", "Education", "Occupation" ], "rows": [ [ "1", "Peter", "high school", "teacher" ], [ "2", "Arnold", "associate", "engineer" ], [ "3", "Eric", "bachelor", "doctor" ] ] }
2024-07-03T21:21:29.205771
lgp-test-5x5-3
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Arnold`, `Peter`, `Eric`, `Alice` - They all have a unique favorit...
{ "header": [ "House", "Name", "Flower", "Occupation", "Smoothie", "CarModel" ], "rows": [ [ "1", "Alice", "tulips", "teacher", "desert", "ford f150" ], [ "2", "Bob", "carnations", "lawyer", "cherry", "toyo...
2024-07-03T21:21:29.209068
lgp-test-5x2-9
5*2
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Bob`, `Peter`, `Alice` - Each person has a unique birth...
{ "header": [ "House", "Name", "Birthday" ], "rows": [ [ "1", "Peter", "mar" ], [ "2", "Alice", "feb" ], [ "3", "Eric", "april" ], [ "4", "Bob", "sept" ], [ "5", "Arnold", "jan...
2024-07-03T21:21:29.208252
lgp-test-5x6-6
5*6
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Alice`, `Bob`, `Peter` - Each person prefers a unique t...
{ "header": [ "House", "Name", "Vacation", "Education", "Color", "PhoneModel", "Food" ], "rows": [ [ "1", "Peter", "camping", "high school", "white", "iphone 13", "spaghetti" ], [ "2", "Bob", "mountain", "bac...
2024-07-03T21:21:29.209388
lgp-test-2x6-30
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has a unique favorite cigar: `prince`, `pall m...
{ "header": [ "House", "Name", "Cigar", "Pet", "Height", "Birthday", "FavoriteSport" ], "rows": [ [ "1", "Eric", "pall mall", "cat", "short", "april", "soccer" ], [ "2", "Arnold", "prince", "dog", "very...
2024-07-03T21:21:29.205504
lgp-test-2x4-2
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person lives in a unique style of house: `victoria...
{ "header": [ "House", "Name", "HouseStyle", "Cigar", "Occupation" ], "rows": [ [ "1", "Arnold", "victorian", "pall mall", "doctor" ], [ "2", "Eric", "colonial", "prince", "engineer" ] ] }
2024-07-03T21:21:29.204879
lgp-test-4x5-0
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice` - Everyone has a favorite smoothie: `dr...
{ "header": [ "House", "Name", "Smoothie", "Cigar", "Height", "PhoneModel" ], "rows": [ [ "1", "Eric", "dragonfruit", "pall mall", "average", "samsung galaxy s21" ], [ "2", "Peter", "desert", "blue master", "very...
2024-07-03T21:21:29.207603
lgp-test-6x3-36
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Carol`, `Bob`, `Alice` - Everyone has a favori...
{ "header": [ "House", "Name", "Smoothie", "Animal" ], "rows": [ [ "1", "Peter", "watermelon", "cat" ], [ "2", "Alice", "desert", "fish" ], [ "3", "Arnold", "dragonfruit", "dog" ], [ "4", ...
2024-07-03T21:21:29.210223
lgp-test-6x2-5
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Peter`, `Alice`, `Eric`, `Carol`, `Arnold` - Each person prefers a...
{ "header": [ "House", "Name", "Vacation" ], "rows": [ [ "1", "Alice", "mountain" ], [ "2", "Eric", "camping" ], [ "3", "Peter", "cultural" ], [ "4", "Carol", "city" ], [ "5", "Bob",...
2024-07-03T21:21:29.209714
lgp-test-5x6-23
5*6
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Alice`, `Arnold`, `Peter`, `Eric` - Each person has a unique level...
{ "header": [ "House", "Name", "Education", "PhoneModel", "MusicGenre", "Animal", "Hobby" ], "rows": [ [ "1", "Peter", "doctorate", "iphone 13", "rock", "dog", "gardening" ], [ "2", "Alice", "high school", "s...
2024-07-03T21:21:29.209554
lgp-test-4x4-34
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric`, `Alice` - People own unique car models: `ford f...
{ "header": [ "House", "Name", "CarModel", "Cigar", "FavoriteSport" ], "rows": [ [ "1", "Alice", "ford f150", "pall mall", "basketball" ], [ "2", "Peter", "honda civic", "prince", "soccer" ], [ "3", "Er...
2024-07-03T21:21:29.207563
lgp-test-4x4-8
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter` - People have unique heights: `average`...
{ "header": [ "House", "Name", "Height", "Smoothie", "Flower" ], "rows": [ [ "1", "Peter", "very short", "dragonfruit", "lilies" ], [ "2", "Alice", "tall", "cherry", "daffodils" ], [ "3", "Eric", ...
2024-07-03T21:21:29.207342
lgp-test-6x3-7
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Carol`, `Eric`, `Alice`, `Peter`, `Bob` - Each person has a fav...
{ "header": [ "House", "Name", "Color", "Birthday" ], "rows": [ [ "1", "Carol", "blue", "jan" ], [ "2", "Eric", "purple", "april" ], [ "3", "Peter", "green", "may" ], [ "4", "Alice", ...
2024-07-03T21:21:29.209992
lgp-test-5x3-32
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Bob`, `Eric`, `Peter` - They all have a unique favorit...
{ "header": [ "House", "Name", "Flower", "Children" ], "rows": [ [ "1", "Bob", "daffodils", "Timothy" ], [ "2", "Alice", "carnations", "Meredith" ], [ "3", "Eric", "lilies", "Fred" ], [ "4", ...
2024-07-03T21:21:29.208668
lgp-test-2x3-18
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has a favorite smoothie: `desert`, `cherry` -...
{ "header": [ "House", "Name", "Smoothie", "PhoneModel" ], "rows": [ [ "1", "Arnold", "desert", "samsung galaxy s21" ], [ "2", "Eric", "cherry", "iphone 13" ] ] }
2024-07-03T21:21:29.204761
lgp-test-3x5-1
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Each person lives in a unique style of house: ...
{ "header": [ "House", "Name", "HouseStyle", "FavoriteSport", "Smoothie", "Height" ], "rows": [ [ "1", "Eric", "colonial", "tennis", "cherry", "average" ], [ "2", "Peter", "ranch", "basketball", "watermelon", ...
2024-07-03T21:21:29.206272
lgp-test-5x4-11
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Bob`, `Alice`, `Arnold` - People have unique heights: `v...
{ "header": [ "House", "Name", "Height", "CarModel", "PhoneModel" ], "rows": [ [ "1", "Bob", "short", "tesla model 3", "iphone 13" ], [ "2", "Alice", "very tall", "honda civic", "samsung galaxy s21" ], [ "3",...
2024-07-03T21:21:29.208833
lgp-test-4x5-35
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Alice`, `Eric` - People have unique favorite book genr...
{ "header": [ "House", "Name", "BookGenre", "Height", "Smoothie", "Color" ], "rows": [ [ "1", "Arnold", "science fiction", "short", "watermelon", "red" ], [ "2", "Eric", "fantasy", "very short", "desert", "...
2024-07-03T21:21:29.207847
lgp-test-4x6-33
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Peter` - The people keep unique animals: `cat`...
{ "header": [ "House", "Name", "Animal", "Color", "Vacation", "Food", "FavoriteSport" ], "rows": [ [ "1", "Peter", "horse", "green", "city", "pizza", "soccer" ], [ "2", "Eric", "fish", "red", "cruise", ...
2024-07-03T21:21:29.208115
lgp-test-6x2-37
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Bob`, `Arnold`, `Eric`, `Carol` - People own unique car...
{ "header": [ "House", "Name", "CarModel" ], "rows": [ [ "1", "Carol", "bmw 3 series" ], [ "2", "Peter", "tesla model 3" ], [ "3", "Alice", "chevrolet silverado" ], [ "4", "Arnold", "ford f150" ], ...
2024-07-03T21:21:29.209922
lgp-test-3x2-22
3*2
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Arnold` - Each person lives in a unique style of house: ...
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "1", "Arnold", "colonial" ], [ "2", "Eric", "victorian" ], [ "3", "Peter", "ranch" ] ] }
2024-07-03T21:21:29.205674
lgp-test-3x4-23
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - Each person prefers a unique type of vacation:...
{ "header": [ "House", "Name", "Vacation", "HouseStyle", "Height" ], "rows": [ [ "1", "Peter", "city", "victorian", "short" ], [ "2", "Arnold", "mountain", "ranch", "average" ], [ "3", "Eric", "be...
2024-07-03T21:21:29.206163
lgp-test-5x4-36
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter`, `Bob` - Each person has a favorite col...
{ "header": [ "House", "Name", "Color", "Children", "Flower" ], "rows": [ [ "1", "Arnold", "white", "Bella", "lilies" ], [ "2", "Peter", "green", "Meredith", "daffodils" ], [ "3", "Alice", "blue",...
2024-07-03T21:21:29.209017
lgp-test-2x5-38
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - They all have a unique favorite flower: `daffodils`, `c...
{ "header": [ "House", "Name", "Flower", "Mother", "Birthday", "BookGenre" ], "rows": [ [ "1", "Arnold", "carnations", "Holly", "april", "mystery" ], [ "2", "Eric", "daffodils", "Aniya", "sept", "science fi...
2024-07-03T21:21:29.205289
lgp-test-4x4-18
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter` - Everyone has a unique favorite cigar:...
{ "header": [ "House", "Name", "Cigar", "Food", "BookGenre" ], "rows": [ [ "1", "Eric", "prince", "spaghetti", "romance" ], [ "2", "Arnold", "pall mall", "grilled cheese", "science fiction" ], [ "3", "A...
2024-07-03T21:21:29.207409
lgp-test-4x6-9
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice` - They all have a unique favorite flowe...
{ "header": [ "House", "Name", "Flower", "Height", "Mother", "Occupation", "FavoriteSport" ], "rows": [ [ "1", "Arnold", "lilies", "tall", "Kailyn", "teacher", "tennis" ], [ "2", "Peter", "carnations", "avera...
2024-07-03T21:21:29.207946
lgp-test-6x4-17
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Bob`, `Alice`, `Carol`, `Peter` - The people are of nat...
{ "header": [ "House", "Name", "Nationality", "MusicGenre", "Education" ], "rows": [ [ "1", "Bob", "german", "classical", "master" ], [ "2", "Eric", "norwegian", "hip hop", "associate" ], [ "3", "Alice"...
2024-07-03T21:21:29.210375
lgp-test-3x4-12
3*4
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Peter` - Each person has a unique type of pet: `dog`, `...
{ "header": [ "House", "Name", "Pet", "Hobby", "MusicGenre" ], "rows": [ [ "1", "Eric", "cat", "gardening", "classical" ], [ "2", "Peter", "fish", "photography", "rock" ], [ "3", "Arnold", "dog", ...
2024-07-03T21:21:29.206098
lgp-test-4x3-25
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Alice`, `Arnold` - Everyone has a favorite smoothie: `wa...
{ "header": [ "House", "Name", "Smoothie", "Color" ], "rows": [ [ "1", "Peter", "desert", "white" ], [ "2", "Alice", "cherry", "green" ], [ "3", "Arnold", "watermelon", "yellow" ], [ "4", ...
2024-07-03T21:21:29.207195
lgp-test-6x6-28
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Bob`, `Eric`, `Carol` - Everyone has somethin...
{ "header": [ "House", "Name", "Food", "PhoneModel", "MusicGenre", "Drink", "Occupation" ], "rows": [ [ "1", "Alice", "soup", "xiaomi mi 11", "country", "boba tea", "artist" ], [ "2", "Eric", "stir fry", "goo...
2024-07-03T21:21:29.211101
lgp-test-3x6-39
3*6
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - Each mother is accompanied by their child: `Be...
{ "header": [ "House", "Name", "Children", "PhoneModel", "BookGenre", "Cigar", "Height" ], "rows": [ [ "1", "Eric", "Meredith", "google pixel 6", "mystery", "pall mall", "very short" ], [ "2", "Peter", "Fred", ...
2024-07-03T21:21:29.206810
lgp-test-2x2-2
2*2
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - The people keep unique animals: `cat`, `horse` ## Clue...
{ "header": [ "House", "Name", "Animal" ], "rows": [ [ "1", "Eric", "cat" ], [ "2", "Arnold", "horse" ] ] }
2024-07-03T21:21:29.204453
lgp-test-6x4-6
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Bob`, `Eric`, `Carol` - Each person has a uni...
{ "header": [ "House", "Name", "Hobby", "Birthday", "Cigar" ], "rows": [ [ "1", "Arnold", "woodworking", "sept", "pall mall" ], [ "2", "Alice", "photography", "mar", "dunhill" ], [ "3", "Peter", "...
2024-07-03T21:21:29.210296
lgp-test-2x6-8
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has a unique favorite cigar: `prince`, `pall m...
{ "header": [ "House", "Name", "Cigar", "Vacation", "Smoothie", "Height", "Birthday" ], "rows": [ [ "1", "Eric", "prince", "beach", "desert", "very short", "sept" ], [ "2", "Arnold", "pall mall", "mountain", ...
2024-07-03T21:21:29.205376
lgp-test-5x5-5
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Bob`, `Arnold`, `Eric`, `Alice` - Each person has a favorite col...
{ "header": [ "House", "Name", "Color", "Hobby", "Height", "HairColor" ], "rows": [ [ "1", "Arnold", "red", "painting", "very tall", "brown" ], [ "2", "Eric", "white", "gardening", "very short", "black" ...
2024-07-03T21:21:29.209084
lgp-test-6x3-29
6*3
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Carol`, `Eric`, `Peter`, `Alice`, `Arnold` - Each person lives in ...
{ "header": [ "House", "Name", "HouseStyle", "Cigar" ], "rows": [ [ "1", "Arnold", "victorian", "pall mall" ], [ "2", "Alice", "ranch", "dunhill" ], [ "3", "Eric", "craftsman", "blends" ], [ "...
2024-07-03T21:21:29.210174
lgp-test-3x2-18
3*2
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold` - Each person has a favorite color: `red`, `whit...
{ "header": [ "House", "Name", "Color" ], "rows": [ [ "1", "Eric", "red" ], [ "2", "Peter", "white" ], [ "3", "Arnold", "yellow" ] ] }
2024-07-03T21:21:29.205654
lgp-test-4x4-12
4*4
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter` - People have unique favorite music gen...
{ "header": [ "House", "Name", "MusicGenre", "Hobby", "Food" ], "rows": [ [ "1", "Eric", "jazz", "photography", "pizza" ], [ "2", "Alice", "pop", "painting", "grilled cheese" ], [ "3", "Peter", "r...
2024-07-03T21:21:29.207369
lgp-test-5x4-35
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Bob`, `Alice`, `Arnold`, `Peter` - Each person has an occupation:...
{ "header": [ "House", "Name", "Occupation", "Smoothie", "Children" ], "rows": [ [ "1", "Eric", "lawyer", "lime", "Meredith" ], [ "2", "Bob", "teacher", "dragonfruit", "Fred" ], [ "3", "Alice", "d...
2024-07-03T21:21:29.209009
lgp-test-5x5-31
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Peter`, `Bob` - People use unique phone models...
{ "header": [ "House", "Name", "PhoneModel", "Smoothie", "Mother", "Occupation" ], "rows": [ [ "1", "Eric", "huawei p50", "lime", "Penny", "doctor" ], [ "2", "Arnold", "oneplus 9", "desert", "Aniya", "lawye...
2024-07-03T21:21:29.209277
lgp-test-2x6-10
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Each person has a unique birthday month: `sept`, `april...
{ "header": [ "House", "Name", "Birthday", "Animal", "BookGenre", "Color", "Occupation" ], "rows": [ [ "1", "Arnold", "april", "cat", "science fiction", "yellow", "doctor" ], [ "2", "Eric", "sept", "horse", ...
2024-07-03T21:21:29.205387
lgp-test-3x3-2
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold` - Each person has a unique favorite drink: `milk...
{ "header": [ "House", "Name", "Drink", "Hobby" ], "rows": [ [ "1", "Peter", "tea", "gardening" ], [ "2", "Arnold", "water", "cooking" ], [ "3", "Eric", "milk", "photography" ] ] }
2024-07-03T21:21:29.205782
lgp-test-6x6-20
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Eric`, `Bob`, `Arnold`, `Carol` - Everyone has a unique...
{ "header": [ "House", "Name", "Cigar", "MusicGenre", "Drink", "Mother", "Food" ], "rows": [ [ "1", "Eric", "dunhill", "country", "tea", "Aniya", "spaghetti" ], [ "2", "Carol", "prince", "rock", "water"...
2024-07-03T21:21:29.211037
lgp-test-2x2-15
2*2
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - People own unique car models: `ford f150`, `tesla model...
{ "header": [ "House", "Name", "CarModel" ], "rows": [ [ "1", "Arnold", "ford f150" ], [ "2", "Eric", "tesla model 3" ] ] }
2024-07-03T21:21:29.204518
lgp-test-4x5-33
4*5
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Eric`, `Arnold` - People own unique car models: `ford f...
{ "header": [ "House", "Name", "CarModel", "MusicGenre", "FavoriteSport", "Vacation" ], "rows": [ [ "1", "Alice", "honda civic", "rock", "basketball", "cruise" ], [ "2", "Arnold", "tesla model 3", "jazz", "tennis...
2024-07-03T21:21:29.207833
lgp-test-5x3-27
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Arnold`, `Eric`, `Bob` - Each person lives in a unique ...
{ "header": [ "House", "Name", "HouseStyle", "Animal" ], "rows": [ [ "1", "Eric", "ranch", "fish" ], [ "2", "Alice", "colonial", "bird" ], [ "3", "Arnold", "victorian", "dog" ], [ "4", "...
2024-07-03T21:21:29.208634
lgp-test-2x3-11
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Each person has an occupation: `engineer`, `doctor` - ...
{ "header": [ "House", "Name", "Occupation", "Color" ], "rows": [ [ "1", "Arnold", "engineer", "red" ], [ "2", "Eric", "doctor", "yellow" ] ] }
2024-07-03T21:21:29.204725
lgp-test-6x6-29
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Carol`, `Peter`, `Eric`, `Bob`, `Alice` - Each person lives in ...
{ "header": [ "House", "Name", "HouseStyle", "Food", "Vacation", "Height", "Cigar" ], "rows": [ [ "1", "Carol", "colonial", "stir fry", "city", "average", "pall mall" ], [ "2", "Bob", "craftsman", "pizza", ...
2024-07-03T21:21:29.211109
lgp-test-4x6-3
4*6
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Alice` - Each person prefers a unique type of ...
{ "header": [ "House", "Name", "Vacation", "HouseStyle", "Mother", "Flower", "Color" ], "rows": [ [ "1", "Arnold", "mountain", "ranch", "Janelle", "daffodils", "green" ], [ "2", "Alice", "beach", "victorian",...
2024-07-03T21:21:29.207903
lgp-test-4x3-13
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric` - Everyone has something unique for lun...
{ "header": [ "House", "Name", "Food", "Hobby" ], "rows": [ [ "1", "Alice", "spaghetti", "cooking" ], [ "2", "Peter", "stew", "painting" ], [ "3", "Eric", "pizza", "photography" ], [ "4", ...
2024-07-03T21:21:29.207124
lgp-test-2x3-37
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - People have unique heights: `short`, `very short` - Ea...
{ "header": [ "House", "Name", "Height", "Birthday" ], "rows": [ [ "1", "Arnold", "very short", "sept" ], [ "2", "Eric", "short", "april" ] ] }
2024-07-03T21:21:29.204854
lgp-test-3x3-15
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - Everyone has something unique for lunch: `gril...
{ "header": [ "House", "Name", "Food", "Birthday" ], "rows": [ [ "1", "Peter", "grilled cheese", "jan" ], [ "2", "Arnold", "spaghetti", "april" ], [ "3", "Eric", "pizza", "sept" ] ] }
2024-07-03T21:21:29.205855
lgp-test-6x4-32
6*4
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Carol`, `Peter`, `Bob` - Each person lives in ...
{ "header": [ "House", "Name", "HouseStyle", "MusicGenre", "Hobby" ], "rows": [ [ "1", "Arnold", "craftsman", "country", "painting" ], [ "2", "Carol", "mediterranean", "hip hop", "cooking" ], [ "3", "Bo...
2024-07-03T21:21:29.210481
lgp-test-5x4-37
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Bob`, `Peter`, `Eric`, `Arnold` - People have unique favorite sp...
{ "header": [ "House", "Name", "FavoriteSport", "Children", "Birthday" ], "rows": [ [ "1", "Alice", "swimming", "Bella", "feb" ], [ "2", "Bob", "baseball", "Timothy", "sept" ], [ "3", "Eric", "ten...
2024-07-03T21:21:29.209024
lgp-test-2x6-27
2*6
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Everyone has something unique for lunch: `pizza`, `gril...
{ "header": [ "House", "Name", "Food", "Mother", "Birthday", "HairColor", "Occupation" ], "rows": [ [ "1", "Eric", "pizza", "Aniya", "april", "black", "engineer" ], [ "2", "Arnold", "grilled cheese", "Holly",...
2024-07-03T21:21:29.205487
lgp-test-6x2-29
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Bob`, `Carol`, `Eric`, `Alice`, `Peter` - Each person lives in ...
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "1", "Alice", "colonial" ], [ "2", "Arnold", "ranch" ], [ "3", "Carol", "victorian" ], [ "4", "Eric", "craftsman" ], [ "5", ...
2024-07-03T21:21:29.209870
lgp-test-2x5-23
2*5
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Each person has a unique level of education: `associate...
{ "header": [ "House", "Name", "Education", "Height", "Food", "Drink" ], "rows": [ [ "1", "Arnold", "high school", "very short", "pizza", "water" ], [ "2", "Eric", "associate", "short", "grilled cheese", "t...
2024-07-03T21:21:29.205207
lgp-test-6x6-6
6*6
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Bob`, `Eric`, `Arnold`, `Carol`, `Alice`, `Peter` - Each person has a uni...
{ "header": [ "House", "Name", "Hobby", "HairColor", "FavoriteSport", "Mother", "Cigar" ], "rows": [ [ "1", "Arnold", "painting", "blonde", "tennis", "Sarah", "blue master" ], [ "2", "Eric", "knitting", "gray...
2024-07-03T21:21:29.210923
lgp-test-6x2-14
6*2
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Carol`, `Peter`, `Eric`, `Arnold`, `Alice`, `Bob` - Everyone has a unique...
{ "header": [ "House", "Name", "Cigar" ], "rows": [ [ "1", "Peter", "dunhill" ], [ "2", "Arnold", "yellow monster" ], [ "3", "Bob", "pall mall" ], [ "4", "Alice", "blends" ], [ "5", ...
2024-07-03T21:21:29.209775
lgp-test-5x4-25
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Alice`, `Eric`, `Bob`, `Arnold` - Each person has a favorite col...
{ "header": [ "House", "Name", "Color", "HouseStyle", "BookGenre" ], "rows": [ [ "1", "Bob", "blue", "victorian", "fantasy" ], [ "2", "Arnold", "red", "ranch", "biography" ], [ "3", "Eric", "green...
2024-07-03T21:21:29.208935
lgp-test-6x5-3
6*5
There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Eric`, `Alice`, `Carol`, `Bob`, `Arnold` - The people keep uniqu...
{ "header": [ "House", "Name", "Animal", "Birthday", "Mother", "Vacation" ], "rows": [ [ "1", "Arnold", "cat", "mar", "Holly", "camping" ], [ "2", "Carol", "fish", "feb", "Janelle", "cultural" ], [ ...
2024-07-03T21:21:29.210562
lgp-test-3x3-14
3*3
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Peter`, `Eric` - People have unique favorite music genres: `cla...
{ "header": [ "House", "Name", "MusicGenre", "Children" ], "rows": [ [ "1", "Eric", "rock", "Meredith" ], [ "2", "Peter", "classical", "Bella" ], [ "3", "Arnold", "pop", "Fred" ] ] }
2024-07-03T21:21:29.205849
lgp-test-2x4-31
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric` - Each person has a unique favorite drink: `water`, `tea`...
{ "header": [ "House", "Name", "Drink", "Pet", "Nationality" ], "rows": [ [ "1", "Arnold", "tea", "dog", "brit" ], [ "2", "Eric", "water", "cat", "dane" ] ] }
2024-07-03T21:21:29.205035
lgp-test-3x5-27
3*5
There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Peter`, `Arnold`, `Eric` - Each person has a favorite color: `white`, `re...
{ "header": [ "House", "Name", "Color", "FavoriteSport", "Vacation", "Cigar" ], "rows": [ [ "1", "Eric", "yellow", "basketball", "beach", "prince" ], [ "2", "Peter", "red", "tennis", "mountain", "pall mall"...
2024-07-03T21:21:29.206433
lgp-test-4x2-12
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice` - Each person has a unique hobby: `gard...
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "1", "Alice", "photography" ], [ "2", "Arnold", "gardening" ], [ "3", "Eric", "painting" ], [ "4", "Peter", "cooking" ] ] }
2024-07-03T21:21:29.206885
lgp-test-2x3-22
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - People have unique favorite sports: `basketball`, `socc...
{ "header": [ "House", "Name", "FavoriteSport", "CarModel" ], "rows": [ [ "1", "Eric", "soccer", "ford f150" ], [ "2", "Arnold", "basketball", "tesla model 3" ] ] }
2024-07-03T21:21:29.204780
lgp-test-2x4-20
2*4
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - People use unique phone models: `iphone 13`, `samsung g...
{ "header": [ "House", "Name", "PhoneModel", "Drink", "FavoriteSport" ], "rows": [ [ "1", "Eric", "iphone 13", "water", "soccer" ], [ "2", "Arnold", "samsung galaxy s21", "tea", "basketball" ] ] }
2024-07-03T21:21:29.204977
lgp-test-5x3-21
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Alice`, `Arnold`, `Bob` - People own unique car models: ...
{ "header": [ "House", "Name", "CarModel", "Cigar" ], "rows": [ [ "1", "Peter", "tesla model 3", "prince" ], [ "2", "Eric", "ford f150", "blue master" ], [ "3", "Bob", "bmw 3 series", "pall mall" ], ...
2024-07-03T21:21:29.208594
lgp-test-5x3-29
5*3
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Bob`, `Alice`, `Arnold`, `Peter` - Each person has a unique hobby...
{ "header": [ "House", "Name", "Hobby", "MusicGenre" ], "rows": [ [ "1", "Peter", "cooking", "pop" ], [ "2", "Eric", "gardening", "rock" ], [ "3", "Bob", "knitting", "jazz" ], [ "4", "Ar...
2024-07-03T21:21:29.208647
lgp-test-5x4-9
5*4
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice`, `Bob` - Each person prefers a unique t...
{ "header": [ "House", "Name", "Vacation", "FavoriteSport", "Drink" ], "rows": [ [ "1", "Arnold", "camping", "soccer", "root beer" ], [ "2", "Eric", "beach", "basketball", "water" ], [ "3", "Peter", ...
2024-07-03T21:21:29.208818
lgp-test-2x3-15
2*3
There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold` - Everyone has a unique favorite cigar: `pall mall`, `pri...
{ "header": [ "House", "Name", "Cigar", "CarModel" ], "rows": [ [ "1", "Eric", "prince", "tesla model 3" ], [ "2", "Arnold", "pall mall", "ford f150" ] ] }
2024-07-03T21:21:29.204745
lgp-test-4x3-38
4*3
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric` - The mothers' names in different house...
{ "header": [ "House", "Name", "Mother", "Flower" ], "rows": [ [ "1", "Eric", "Aniya", "daffodils" ], [ "2", "Arnold", "Holly", "lilies" ], [ "3", "Alice", "Kailyn", "carnations" ], [ "4", ...
2024-07-03T21:21:29.207276
lgp-test-4x2-20
4*2
There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter` - People have unique favorite music gen...
{ "header": [ "House", "Name", "MusicGenre" ], "rows": [ [ "1", "Eric", "classical" ], [ "2", "Alice", "jazz" ], [ "3", "Arnold", "rock" ], [ "4", "Peter", "pop" ] ] }
2024-07-03T21:21:29.206931
lgp-test-5x5-35
5*5
There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics: - Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter`, `Bob` - Each person has a unique type ...
{ "header": [ "House", "Name", "Pet", "PhoneModel", "Height", "Children" ], "rows": [ [ "1", "Eric", "bird", "iphone 13", "very tall", "Fred" ], [ "2", "Peter", "dog", "samsung galaxy s21", "very short", "B...
2024-07-03T21:21:29.209306