id
stringlengths
14
15
size
stringclasses
25 values
puzzle
stringlengths
394
2.95k
solution
dict
created_at
stringlengths
26
26
lgp-test-6x5-7
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: `Bob`, `Arnold`, `Peter`, `Eric`, `Alice`, `Carol` - People have unique fa...
{ "header": [ "House", "Name", "MusicGenre", "Birthday", "Drink", "Occupation" ], "rows": [ [ "1", "Eric", "country", "may", "milk", "artist" ], [ "2", "Arnold", "pop", "jan", "coffee", "lawyer" ], ...
2024-07-03T21:21:29.210591
lgp-test-5x3-19
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`, `Eric`, `Bob`, `Peter`, `Arnold` - People have unique favorite bo...
{ "header": [ "House", "Name", "BookGenre", "Education" ], "rows": [ [ "1", "Eric", "romance", "master" ], [ "2", "Peter", "biography", "doctorate" ], [ "3", "Arnold", "science fiction", "high school" ]...
2024-07-03T21:21:29.208581
lgp-test-5x2-36
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: `Bob`, `Eric`, `Alice`, `Peter`, `Arnold` - People have unique favorite mu...
{ "header": [ "House", "Name", "MusicGenre" ], "rows": [ [ "1", "Eric", "classical" ], [ "2", "Alice", "hip hop" ], [ "3", "Arnold", "pop" ], [ "4", "Bob", "rock" ], [ "5", "Peter", ...
2024-07-03T21:21:29.208423
lgp-test-2x4-18
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 favorite color: `red`, `yellow` - Pe...
{ "header": [ "House", "Name", "Color", "Height", "HouseStyle" ], "rows": [ [ "1", "Arnold", "yellow", "very short", "victorian" ], [ "2", "Eric", "red", "short", "colonial" ] ] }
2024-07-03T21:21:29.204965
lgp-test-3x5-17
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: `Eric`, `Arnold`, `Peter` - People use unique phone models: `iphone 13`, `...
{ "header": [ "House", "Name", "PhoneModel", "Height", "HouseStyle", "CarModel" ], "rows": [ [ "1", "Eric", "iphone 13", "average", "ranch", "toyota camry" ], [ "2", "Arnold", "google pixel 6", "short", "colonial...
2024-07-03T21:21:29.206370
lgp-test-2x2-12
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` - The people are of nationalities: `brit`, `dane` ## Clu...
{ "header": [ "House", "Name", "Nationality" ], "rows": [ [ "1", "Eric", "brit" ], [ "2", "Arnold", "dane" ] ] }
2024-07-03T21:21:29.204504
lgp-test-5x4-4
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: `Bob`, `Peter`, `Eric`, `Alice`, `Arnold` - Everyone has a favorite smooth...
{ "header": [ "House", "Name", "Smoothie", "Hobby", "Pet" ], "rows": [ [ "1", "Peter", "watermelon", "knitting", "fish" ], [ "2", "Eric", "dragonfruit", "photography", "cat" ], [ "3", "Alice", "ch...
2024-07-03T21:21:29.208751
lgp-test-2x4-36
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 have unique favorite book genres: `science ficti...
{ "header": [ "House", "Name", "BookGenre", "Birthday", "Animal" ], "rows": [ [ "1", "Eric", "mystery", "sept", "horse" ], [ "2", "Arnold", "science fiction", "april", "cat" ] ] }
2024-07-03T21:21:29.205063
lgp-test-4x3-6
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`, `Peter`, `Arnold` - People have unique hair colors: `blac...
{ "header": [ "House", "Name", "HairColor", "CarModel" ], "rows": [ [ "1", "Alice", "black", "honda civic" ], [ "2", "Eric", "brown", "ford f150" ], [ "3", "Arnold", "blonde", "tesla model 3" ], [ ...
2024-07-03T21:21:29.207082
lgp-test-4x2-7
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`, `Alice`, `Peter` - People have unique heights: `tall`, `...
{ "header": [ "House", "Name", "Height" ], "rows": [ [ "1", "Alice", "short" ], [ "2", "Eric", "average" ], [ "3", "Peter", "tall" ], [ "4", "Arnold", "very short" ] ] }
2024-07-03T21:21:29.206856
lgp-test-6x2-15
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: `Eric`, `Bob`, `Carol`, `Alice`, `Peter`, `Arnold` - Each person lives in ...
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "1", "Arnold", "colonial" ], [ "2", "Carol", "victorian" ], [ "3", "Peter", "modern" ], [ "4", "Eric", "mediterranean" ], [ "5", ...
2024-07-03T21:21:29.209781
lgp-test-3x4-32
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 favorite drink: `wate...
{ "header": [ "House", "Name", "Drink", "PhoneModel", "Birthday" ], "rows": [ [ "1", "Arnold", "water", "google pixel 6", "jan" ], [ "2", "Eric", "milk", "samsung galaxy s21", "april" ], [ "3", "Peter",...
2024-07-03T21:21:29.206217
lgp-test-3x5-38
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: `Arnold`, `Peter`, `Eric` - Each person prefers a unique type of vacation:...
{ "header": [ "House", "Name", "Vacation", "Cigar", "Food", "Animal" ], "rows": [ [ "1", "Eric", "city", "blue master", "pizza", "bird" ], [ "2", "Peter", "beach", "pall mall", "grilled cheese", "horse" ...
2024-07-03T21:21:29.206503
lgp-test-4x3-31
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`, `Arnold`, `Peter`, `Eric` - Each person has a unique favorite dri...
{ "header": [ "House", "Name", "Drink", "PhoneModel" ], "rows": [ [ "1", "Peter", "milk", "samsung galaxy s21" ], [ "2", "Eric", "tea", "iphone 13" ], [ "3", "Arnold", "coffee", "google pixel 6" ], ...
2024-07-03T21:21:29.207234
lgp-test-3x2-4
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` - People own unique car models: `tesla model 3`,...
{ "header": [ "House", "Name", "CarModel" ], "rows": [ [ "1", "Eric", "toyota camry" ], [ "2", "Arnold", "ford f150" ], [ "3", "Peter", "tesla model 3" ] ] }
2024-07-03T21:21:29.205580
lgp-test-3x2-27
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`, `Arnold`, `Eric` - Each person lives in a unique style of house: ...
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "1", "Arnold", "colonial" ], [ "2", "Eric", "ranch" ], [ "3", "Peter", "victorian" ] ] }
2024-07-03T21:21:29.205701
lgp-test-4x4-1
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`, `Peter`, `Eric` - Each person lives in a unique style o...
{ "header": [ "House", "Name", "HouseStyle", "Animal", "Hobby" ], "rows": [ [ "1", "Eric", "craftsman", "bird", "photography" ], [ "2", "Alice", "ranch", "fish", "cooking" ], [ "3", "Peter", "vict...
2024-07-03T21:21:29.207295
lgp-test-2x2-39
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` - Each person prefers a unique type of vacation: `beach`,...
{ "header": [ "House", "Name", "Vacation" ], "rows": [ [ "1", "Arnold", "mountain" ], [ "2", "Eric", "beach" ] ] }
2024-07-03T21:21:29.204667
lgp-test-3x6-31
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: `Eric`, `Peter`, `Arnold` - Each person has a unique favorite drink: `milk...
{ "header": [ "House", "Name", "Drink", "Vacation", "HouseStyle", "Animal", "Birthday" ], "rows": [ [ "1", "Arnold", "tea", "beach", "colonial", "bird", "sept" ], [ "2", "Peter", "milk", "city", "ranch"...
2024-07-03T21:21:29.206726
lgp-test-2x4-30
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` - People have unique hair colors: `black`, `brown` - Peo...
{ "header": [ "House", "Name", "HairColor", "FavoriteSport", "Smoothie" ], "rows": [ [ "1", "Arnold", "brown", "basketball", "desert" ], [ "2", "Eric", "black", "soccer", "cherry" ] ] }
2024-07-03T21:21:29.205028
lgp-test-6x2-32
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: `Eric`, `Bob`, `Peter`, `Carol`, `Arnold`, `Alice` - Each person lives in ...
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "1", "Eric", "victorian" ], [ "2", "Carol", "modern" ], [ "3", "Bob", "ranch" ], [ "4", "Peter", "colonial" ], [ "5", "Alic...
2024-07-03T21:21:29.209889
lgp-test-6x2-12
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`, `Eric`, `Bob`, `Alice`, `Carol`, `Peter` - Each person has a uni...
{ "header": [ "House", "Name", "Birthday" ], "rows": [ [ "1", "Arnold", "april" ], [ "2", "Eric", "jan" ], [ "3", "Bob", "mar" ], [ "4", "Carol", "sept" ], [ "5", "Peter", "feb...
2024-07-03T21:21:29.209761
lgp-test-6x6-2
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: `Carol`, `Alice`, `Eric`, `Peter`, `Arnold`, `Bob` - The mothers' names in...
{ "header": [ "House", "Name", "Mother", "Cigar", "Pet", "Animal", "Smoothie" ], "rows": [ [ "1", "Peter", "Holly", "pall mall", "bird", "dog", "desert" ], [ "2", "Eric", "Sarah", "yellow monster", "dog...
2024-07-03T21:21:29.210890
lgp-test-4x2-21
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` - Each person lives in a unique style o...
{ "header": [ "House", "Name", "HouseStyle" ], "rows": [ [ "1", "Eric", "ranch" ], [ "2", "Alice", "craftsman" ], [ "3", "Arnold", "victorian" ], [ "4", "Peter", "colonial" ] ] }
2024-07-03T21:21:29.206936
lgp-test-3x5-20
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: `Eric`, `Arnold`, `Peter` - Each mother is accompanied by their child: `Me...
{ "header": [ "House", "Name", "Children", "Smoothie", "Vacation", "Color" ], "rows": [ [ "1", "Peter", "Bella", "cherry", "beach", "yellow" ], [ "2", "Arnold", "Fred", "watermelon", "city", "red" ], ...
2024-07-03T21:21:29.206389
lgp-test-2x6-23
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` - People use unique phone models: `samsung galaxy s21`, `...
{ "header": [ "House", "Name", "PhoneModel", "Vacation", "Food", "Nationality", "CarModel" ], "rows": [ [ "1", "Arnold", "samsung galaxy s21", "beach", "pizza", "brit", "tesla model 3" ], [ "2", "Eric", "iphone 13"...
2024-07-03T21:21:29.205466
lgp-test-6x6-37
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`, `Arnold`, `Carol`, `Bob` - People have unique he...
{ "header": [ "House", "Name", "Height", "Food", "Mother", "Drink", "Pet" ], "rows": [ [ "1", "Eric", "super tall", "soup", "Janelle", "coffee", "dog" ], [ "2", "Peter", "very short", "grilled cheese", ...
2024-07-03T21:21:29.211173
lgp-test-4x2-22
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`, `Peter`, `Alice` - Each person has a unique type of pet:...
{ "header": [ "House", "Name", "Pet" ], "rows": [ [ "1", "Eric", "cat" ], [ "2", "Peter", "fish" ], [ "3", "Alice", "dog" ], [ "4", "Arnold", "bird" ] ] }
2024-07-03T21:21:29.206943
lgp-test-2x6-21
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` - Each person has an occupation: `doctor`, `engineer` - ...
{ "header": [ "House", "Name", "Occupation", "Pet", "HairColor", "Food", "Nationality" ], "rows": [ [ "1", "Arnold", "engineer", "dog", "brown", "grilled cheese", "dane" ], [ "2", "Eric", "doctor", "cat", ...
2024-07-03T21:21:29.205454
lgp-test-6x4-24
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`, `Carol`, `Alice`, `Bob`, `Peter`, `Arnold` - Each person prefers a...
{ "header": [ "House", "Name", "Vacation", "Smoothie", "BookGenre" ], "rows": [ [ "1", "Alice", "camping", "blueberry", "science fiction" ], [ "2", "Eric", "beach", "dragonfruit", "historical fiction" ], [ "3...
2024-07-03T21:21:29.210423
lgp-test-6x3-21
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`, `Alice`, `Eric`, `Peter`, `Bob`, `Carol` - People own unique car...
{ "header": [ "House", "Name", "CarModel", "Children" ], "rows": [ [ "1", "Arnold", "honda civic", "Timothy" ], [ "2", "Peter", "bmw 3 series", "Bella" ], [ "3", "Bob", "tesla model 3", "Fred" ], [ ...
2024-07-03T21:21:29.210122
lgp-test-5x3-9
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: `Arnold`, `Eric`, `Alice`, `Peter`, `Bob` - Each person has a unique type ...
{ "header": [ "House", "Name", "Pet", "Birthday" ], "rows": [ [ "1", "Alice", "bird", "feb" ], [ "2", "Arnold", "hamster", "april" ], [ "3", "Eric", "fish", "sept" ], [ "4", "Peter", ...
2024-07-03T21:21:29.208512
lgp-test-5x5-25
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`, `Peter`, `Alice`, `Eric`, `Arnold` - Each mother is accompanied by ...
{ "header": [ "House", "Name", "Children", "MusicGenre", "Smoothie", "Vacation" ], "rows": [ [ "1", "Peter", "Meredith", "pop", "watermelon", "cruise" ], [ "2", "Bob", "Samantha", "jazz", "dragonfruit", "ci...
2024-07-03T21:21:29.209232
lgp-test-5x4-20
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`, `Arnold`, `Alice`, `Bob`, `Peter` - Each person lives in a unique ...
{ "header": [ "House", "Name", "HouseStyle", "FavoriteSport", "MusicGenre" ], "rows": [ [ "1", "Alice", "colonial", "soccer", "pop" ], [ "2", "Eric", "victorian", "tennis", "classical" ], [ "3", "Bob", ...
2024-07-03T21:21:29.208899
lgp-test-2x4-25
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 an occupation: `engineer`, `doctor` - ...
{ "header": [ "House", "Name", "Occupation", "FavoriteSport", "Nationality" ], "rows": [ [ "1", "Eric", "doctor", "basketball", "brit" ], [ "2", "Arnold", "engineer", "soccer", "dane" ] ] }
2024-07-03T21:21:29.205003
lgp-test-6x4-39
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`, `Peter`, `Arnold`, `Bob`, `Carol`, `Alice` - The people keep uniqu...
{ "header": [ "House", "Name", "Animal", "HouseStyle", "Occupation" ], "rows": [ [ "1", "Carol", "rabbit", "victorian", "engineer" ], [ "2", "Bob", "bird", "modern", "doctor" ], [ "3", "Alice", "d...
2024-07-03T21:21:29.210531
lgp-test-5x3-11
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: `Bob`, `Eric`, `Peter`, `Arnold`, `Alice` - The people keep unique animals...
{ "header": [ "House", "Name", "Animal", "Birthday" ], "rows": [ [ "1", "Bob", "dog", "april" ], [ "2", "Peter", "fish", "mar" ], [ "3", "Alice", "bird", "jan" ], [ "4", "Arnold", ...
2024-07-03T21:21:29.208525
lgp-test-3x6-6
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: `Eric`, `Arnold`, `Peter` - They all have a unique favorite flower: `daffo...
{ "header": [ "House", "Name", "Flower", "MusicGenre", "Drink", "Cigar", "Birthday" ], "rows": [ [ "1", "Eric", "lilies", "rock", "tea", "pall mall", "sept" ], [ "2", "Arnold", "carnations", "pop", "mil...
2024-07-03T21:21:29.206556
lgp-test-5x2-19
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`, `Peter`, `Arnold`, `Alice`, `Bob` - People use unique phone models...
{ "header": [ "House", "Name", "PhoneModel" ], "rows": [ [ "1", "Alice", "huawei p50" ], [ "2", "Arnold", "oneplus 9" ], [ "3", "Bob", "google pixel 6" ], [ "4", "Eric", "samsung galaxy s21" ], ...
2024-07-03T21:21:29.208316
lgp-test-6x4-25
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`, `Peter`, `Alice`, `Carol`, `Bob`, `Eric` - Each person has an oc...
{ "header": [ "House", "Name", "Occupation", "Mother", "MusicGenre" ], "rows": [ [ "1", "Eric", "lawyer", "Aniya", "country" ], [ "2", "Bob", "doctor", "Kailyn", "jazz" ], [ "3", "Alice", "enginee...
2024-07-03T21:21:29.210430
lgp-test-3x4-35
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 hobby: `gardening`, `...
{ "header": [ "House", "Name", "Hobby", "Cigar", "Drink" ], "rows": [ [ "1", "Peter", "photography", "pall mall", "milk" ], [ "2", "Eric", "cooking", "blue master", "tea" ], [ "3", "Arnold", "gard...
2024-07-03T21:21:29.206234
lgp-test-2x3-2
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: `very short`, `short` - Th...
{ "header": [ "House", "Name", "Height", "Mother" ], "rows": [ [ "1", "Arnold", "very short", "Aniya" ], [ "2", "Eric", "short", "Holly" ] ] }
2024-07-03T21:21:29.204680
lgp-test-2x5-10
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 an occupation: `engineer`, `doctor` - ...
{ "header": [ "House", "Name", "Occupation", "Color", "Vacation", "HouseStyle" ], "rows": [ [ "1", "Eric", "engineer", "yellow", "mountain", "colonial" ], [ "2", "Arnold", "doctor", "red", "beach", "victori...
2024-07-03T21:21:29.205137
lgp-test-4x3-0
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`, `Eric`, `Arnold` - Each person has an occupation: `teach...
{ "header": [ "House", "Name", "Occupation", "Food" ], "rows": [ [ "1", "Arnold", "teacher", "grilled cheese" ], [ "2", "Peter", "engineer", "pizza" ], [ "3", "Eric", "artist", "spaghetti" ], [ ...
2024-07-03T21:21:29.207046
lgp-test-2x5-31
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` - People have unique favorite book genres: `mystery`, `sc...
{ "header": [ "House", "Name", "BookGenre", "Nationality", "Smoothie", "Mother" ], "rows": [ [ "1", "Eric", "mystery", "dane", "desert", "Holly" ], [ "2", "Arnold", "science fiction", "brit", "cherry", "Ani...
2024-07-03T21:21:29.205250
lgp-test-4x6-28
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`, `Peter`, `Alice`, `Eric` - People have unique favorite music gen...
{ "header": [ "House", "Name", "MusicGenre", "BookGenre", "Cigar", "Birthday", "Drink" ], "rows": [ [ "1", "Arnold", "pop", "science fiction", "pall mall", "feb", "coffee" ], [ "2", "Eric", "rock", "mystery",...
2024-07-03T21:21:29.208079
lgp-test-2x2-36
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` - Each mother is accompanied by their child: `Bella`, `Fr...
{ "header": [ "House", "Name", "Children" ], "rows": [ [ "1", "Arnold", "Fred" ], [ "2", "Eric", "Bella" ] ] }
2024-07-03T21:21:29.204653
lgp-test-2x5-32
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` - People have unique hair colors: `black`, `brown` - Eac...
{ "header": [ "House", "Name", "HairColor", "HouseStyle", "Food", "Children" ], "rows": [ [ "1", "Arnold", "black", "victorian", "pizza", "Fred" ], [ "2", "Eric", "brown", "colonial", "grilled cheese", "Bel...
2024-07-03T21:21:29.205256
lgp-test-5x3-36
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`, `Bob`, `Arnold`, `Eric`, `Peter` - People have unique hair colors...
{ "header": [ "House", "Name", "HairColor", "Pet" ], "rows": [ [ "1", "Arnold", "black", "fish" ], [ "2", "Alice", "blonde", "dog" ], [ "3", "Eric", "red", "hamster" ], [ "4", "Bob", ...
2024-07-03T21:21:29.208697
lgp-test-6x6-0
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`, `Alice`, `Bob`, `Arnold`, `Carol` - People have unique fa...
{ "header": [ "House", "Name", "BookGenre", "Smoothie", "Animal", "MusicGenre", "Cigar" ], "rows": [ [ "1", "Bob", "romance", "watermelon", "cat", "rock", "pall mall" ], [ "2", "Alice", "fantasy", "blueberry"...
2024-07-03T21:21:29.210874
lgp-test-5x2-1
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`, `Alice`, `Bob`, `Peter`, `Arnold` - Each person prefers a unique t...
{ "header": [ "House", "Name", "Vacation" ], "rows": [ [ "1", "Arnold", "mountain" ], [ "2", "Alice", "camping" ], [ "3", "Eric", "city" ], [ "4", "Bob", "beach" ], [ "5", "Peter", ...
2024-07-03T21:21:29.208200
lgp-test-4x2-37
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: `Peter`, `Alice`, `Eric`, `Arnold` - Each person has a unique birthday mon...
{ "header": [ "House", "Name", "Birthday" ], "rows": [ [ "1", "Arnold", "jan" ], [ "2", "Peter", "feb" ], [ "3", "Alice", "april" ], [ "4", "Eric", "sept" ] ] }
2024-07-03T21:21:29.207028
lgp-test-4x3-12
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`, `Arnold`, `Peter`, `Alice` - People own unique car models: `tesla ...
{ "header": [ "House", "Name", "CarModel", "Smoothie" ], "rows": [ [ "1", "Eric", "toyota camry", "cherry" ], [ "2", "Peter", "honda civic", "dragonfruit" ], [ "3", "Arnold", "ford f150", "watermelon" ]...
2024-07-03T21:21:29.207118
lgp-test-5x6-25
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`, `Peter`, `Alice`, `Eric`, `Arnold` - People use unique phone models...
{ "header": [ "House", "Name", "PhoneModel", "Hobby", "Cigar", "FavoriteSport", "Smoothie" ], "rows": [ [ "1", "Peter", "oneplus 9", "painting", "prince", "soccer", "desert" ], [ "2", "Bob", "samsung galaxy s21", ...
2024-07-03T21:21:29.209569
lgp-test-3x3-28
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` - People own unique car models: `toyota camry`, ...
{ "header": [ "House", "Name", "CarModel", "Nationality" ], "rows": [ [ "1", "Eric", "tesla model 3", "swede" ], [ "2", "Peter", "ford f150", "dane" ], [ "3", "Arnold", "toyota camry", "brit" ] ] }
2024-07-03T21:21:29.205928
lgp-test-2x5-13
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` - People have unique hair colors: `black`, `brown` - Eac...
{ "header": [ "House", "Name", "HairColor", "Occupation", "Drink", "Vacation" ], "rows": [ [ "1", "Eric", "black", "engineer", "water", "mountain" ], [ "2", "Arnold", "brown", "doctor", "tea", "beach" ]...
2024-07-03T21:21:29.205153
lgp-test-3x5-21
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: `Eric`, `Arnold`, `Peter` - Each person has an occupation: `engineer`, `te...
{ "header": [ "House", "Name", "Occupation", "CarModel", "Mother", "Nationality" ], "rows": [ [ "1", "Arnold", "teacher", "toyota camry", "Aniya", "brit" ], [ "2", "Peter", "engineer", "tesla model 3", "Janelle",...
2024-07-03T21:21:29.206396
lgp-test-6x2-3
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: `Eric`, `Peter`, `Alice`, `Arnold`, `Bob`, `Carol` - People have unique ha...
{ "header": [ "House", "Name", "HairColor" ], "rows": [ [ "1", "Peter", "red" ], [ "2", "Bob", "blonde" ], [ "3", "Carol", "brown" ], [ "4", "Eric", "black" ], [ "5", "Arnold", ...
2024-07-03T21:21:29.209701
lgp-test-2x3-5
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` - Each person has a unique favorite drink: `water`, `tea`...
{ "header": [ "House", "Name", "Drink", "Cigar" ], "rows": [ [ "1", "Arnold", "tea", "pall mall" ], [ "2", "Eric", "water", "prince" ] ] }
2024-07-03T21:21:29.204696
lgp-test-3x4-3
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`, `Peter`, `Arnold` - Each person lives in a unique style of house: ...
{ "header": [ "House", "Name", "HouseStyle", "Cigar", "Pet" ], "rows": [ [ "1", "Arnold", "ranch", "blue master", "dog" ], [ "2", "Eric", "colonial", "prince", "cat" ], [ "3", "Peter", "victorian"...
2024-07-03T21:21:29.206042
lgp-test-5x3-12
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`, `Bob`, `Alice`, `Eric`, `Arnold` - People use unique phone models...
{ "header": [ "House", "Name", "PhoneModel", "Occupation" ], "rows": [ [ "1", "Arnold", "huawei p50", "doctor" ], [ "2", "Alice", "samsung galaxy s21", "teacher" ], [ "3", "Eric", "iphone 13", "lawyer" ...
2024-07-03T21:21:29.208533
lgp-test-6x5-28
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: `Alice`, `Eric`, `Bob`, `Arnold`, `Peter`, `Carol` - People have unique fa...
{ "header": [ "House", "Name", "MusicGenre", "Occupation", "Vacation", "Color" ], "rows": [ [ "1", "Bob", "classical", "engineer", "mountain", "purple" ], [ "2", "Eric", "hip hop", "lawyer", "city", "green"...
2024-07-03T21:21:29.210784
lgp-test-2x3-12
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: `colonial...
{ "header": [ "House", "Name", "HouseStyle", "MusicGenre" ], "rows": [ [ "1", "Eric", "victorian", "rock" ], [ "2", "Arnold", "colonial", "pop" ] ] }
2024-07-03T21:21:29.204730
lgp-test-6x2-21
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`, `Arnold`, `Eric`, `Peter`, `Carol`, `Alice` - Each person has a uni...
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "1", "Alice", "painting" ], [ "2", "Bob", "woodworking" ], [ "3", "Peter", "cooking" ], [ "4", "Carol", "gardening" ], [ "5", "A...
2024-07-03T21:21:29.209818
lgp-test-5x6-19
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: `Alice`, `Arnold`, `Peter`, `Bob`, `Eric` - Each mother is accompanied by ...
{ "header": [ "House", "Name", "Children", "Smoothie", "Pet", "Drink", "Mother" ], "rows": [ [ "1", "Eric", "Timothy", "cherry", "bird", "root beer", "Janelle" ], [ "2", "Bob", "Meredith", "lime", "fish...
2024-07-03T21:21:29.209524
lgp-test-6x6-17
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`, `Arnold`, `Bob`, `Alice`, `Eric`, `Carol` - The mothers' names in...
{ "header": [ "House", "Name", "Mother", "Food", "Animal", "Smoothie", "HouseStyle" ], "rows": [ [ "1", "Carol", "Penny", "soup", "horse", "desert", "victorian" ], [ "2", "Bob", "Aniya", "grilled cheese", ...
2024-07-03T21:21:29.211013
lgp-test-4x6-39
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`, `Alice`, `Peter` - People own unique car models: `honda ...
{ "header": [ "House", "Name", "CarModel", "Flower", "Drink", "Height", "Color" ], "rows": [ [ "1", "Eric", "toyota camry", "roses", "tea", "very short", "yellow" ], [ "2", "Alice", "ford f150", "daffodils", ...
2024-07-03T21:21:29.208188
lgp-test-3x2-8
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`, `Arnold`, `Peter` - People have unique heights: `very short`, `sho...
{ "header": [ "House", "Name", "Height" ], "rows": [ [ "1", "Arnold", "very short" ], [ "2", "Eric", "average" ], [ "3", "Peter", "short" ] ] }
2024-07-03T21:21:29.205601
lgp-test-3x5-31
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: `Eric`, `Peter`, `Arnold` - The mothers' names in different houses are uni...
{ "header": [ "House", "Name", "Mother", "FavoriteSport", "Drink", "Flower" ], "rows": [ [ "1", "Eric", "Holly", "basketball", "water", "carnations" ], [ "2", "Arnold", "Aniya", "soccer", "tea", "daffodils"...
2024-07-03T21:21:29.206458
lgp-test-3x2-15
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: `Arnold`, `Peter`, `Eric` - People have unique heights: `short`, `average`...
{ "header": [ "House", "Name", "Height" ], "rows": [ [ "1", "Eric", "short" ], [ "2", "Arnold", "average" ], [ "3", "Peter", "very short" ] ] }
2024-07-03T21:21:29.205638
lgp-test-3x4-8
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`, `Arnold`, `Eric` - Each person prefers a unique type of vacation:...
{ "header": [ "House", "Name", "Vacation", "FavoriteSport", "Pet" ], "rows": [ [ "1", "Arnold", "beach", "soccer", "dog" ], [ "2", "Peter", "mountain", "basketball", "fish" ], [ "3", "Eric", "city...
2024-07-03T21:21:29.206074
lgp-test-3x3-38
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 hobby: `cooking`, `ph...
{ "header": [ "House", "Name", "Hobby", "HouseStyle" ], "rows": [ [ "1", "Eric", "gardening", "ranch" ], [ "2", "Arnold", "cooking", "colonial" ], [ "3", "Peter", "photography", "victorian" ] ] }
2024-07-03T21:21:29.205984
lgp-test-6x5-33
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: `Alice`, `Peter`, `Bob`, `Eric`, `Arnold`, `Carol` - Each person has a uni...
{ "header": [ "House", "Name", "Education", "Food", "FavoriteSport", "Height" ], "rows": [ [ "1", "Peter", "associate", "pizza", "tennis", "short" ], [ "2", "Eric", "bachelor", "spaghetti", "soccer", "tall"...
2024-07-03T21:21:29.210822
lgp-test-6x2-20
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: `Alice`, `Bob`, `Peter`, `Eric`, `Arnold`, `Carol` - They all have a uniqu...
{ "header": [ "House", "Name", "Flower" ], "rows": [ [ "1", "Peter", "tulips" ], [ "2", "Arnold", "lilies" ], [ "3", "Eric", "carnations" ], [ "4", "Alice", "roses" ], [ "5", "Carol"...
2024-07-03T21:21:29.209813
lgp-test-2x4-29
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 mother is accompanied by their child: `Bella`, `Fr...
{ "header": [ "House", "Name", "Children", "Animal", "Mother" ], "rows": [ [ "1", "Eric", "Fred", "horse", "Aniya" ], [ "2", "Arnold", "Bella", "cat", "Holly" ] ] }
2024-07-03T21:21:29.205023
lgp-test-2x4-38
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 birthday month: `sept`, `april...
{ "header": [ "House", "Name", "Birthday", "Children", "Education" ], "rows": [ [ "1", "Arnold", "april", "Bella", "associate" ], [ "2", "Eric", "sept", "Fred", "high school" ] ] }
2024-07-03T21:21:29.205074
lgp-test-6x5-21
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: `Alice`, `Bob`, `Carol`, `Eric`, `Peter`, `Arnold` - Each person has a uni...
{ "header": [ "House", "Name", "Hobby", "HouseStyle", "MusicGenre", "HairColor" ], "rows": [ [ "1", "Alice", "cooking", "modern", "pop", "red" ], [ "2", "Eric", "painting", "colonial", "rock", "blonde" ...
2024-07-03T21:21:29.210732
lgp-test-2x5-17
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` - The people keep unique animals: `horse`, `cat` - Peopl...
{ "header": [ "House", "Name", "Animal", "FavoriteSport", "Cigar", "Education" ], "rows": [ [ "1", "Eric", "horse", "basketball", "prince", "associate" ], [ "2", "Arnold", "cat", "soccer", "pall mall", "hig...
2024-07-03T21:21:29.205175
lgp-test-2x4-26
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` - Everyone has a favorite smoothie: `cherry`, `desert` -...
{ "header": [ "House", "Name", "Smoothie", "Drink", "FavoriteSport" ], "rows": [ [ "1", "Arnold", "cherry", "water", "basketball" ], [ "2", "Eric", "desert", "tea", "soccer" ] ] }
2024-07-03T21:21:29.205008
lgp-test-3x4-26
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 something unique for lunch: `pizz...
{ "header": [ "House", "Name", "Food", "Smoothie", "Pet" ], "rows": [ [ "1", "Arnold", "spaghetti", "watermelon", "dog" ], [ "2", "Eric", "pizza", "desert", "cat" ], [ "3", "Peter", "grilled chees...
2024-07-03T21:21:29.206180
lgp-test-6x6-12
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`, `Arnold`, `Carol`, `Alice`, `Eric`, `Bob` - People have unique fa...
{ "header": [ "House", "Name", "MusicGenre", "Animal", "HouseStyle", "Hobby", "Nationality" ], "rows": [ [ "1", "Arnold", "pop", "cat", "mediterranean", "knitting", "chinese" ], [ "2", "Bob", "rock", "bird", ...
2024-07-03T21:21:29.210970
lgp-test-2x2-8
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 heights: `short`, `very short` ## C...
{ "header": [ "House", "Name", "Height" ], "rows": [ [ "1", "Arnold", "short" ], [ "2", "Eric", "very short" ] ] }
2024-07-03T21:21:29.204484
lgp-test-6x2-22
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`, `Peter`, `Alice`, `Eric` - Each person has a fav...
{ "header": [ "House", "Name", "Color" ], "rows": [ [ "1", "Peter", "red" ], [ "2", "Eric", "blue" ], [ "3", "Arnold", "green" ], [ "4", "Bob", "white" ], [ "5", "Alice", "purp...
2024-07-03T21:21:29.209824
lgp-test-3x4-29
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`, `Peter`, `Arnold` - Each person has a unique type of pet: `fish`, ...
{ "header": [ "House", "Name", "Pet", "Cigar", "BookGenre" ], "rows": [ [ "1", "Eric", "dog", "prince", "science fiction" ], [ "2", "Arnold", "cat", "pall mall", "romance" ], [ "3", "Peter", "fish...
2024-07-03T21:21:29.206199
lgp-test-4x5-36
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`, `Eric`, `Alice`, `Arnold` - Each mother is accompanied by their c...
{ "header": [ "House", "Name", "Children", "HairColor", "Flower", "Animal" ], "rows": [ [ "1", "Peter", "Samantha", "red", "lilies", "fish" ], [ "2", "Alice", "Bella", "brown", "daffodils", "horse" ], ...
2024-07-03T21:21:29.207854
lgp-test-5x5-23
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`, `Eric`, `Arnold`, `Peter`, `Alice` - People have unique favorite sp...
{ "header": [ "House", "Name", "FavoriteSport", "Children", "Mother", "Animal" ], "rows": [ [ "1", "Peter", "tennis", "Samantha", "Kailyn", "dog" ], [ "2", "Bob", "basketball", "Timothy", "Aniya", "fish" ...
2024-07-03T21:21:29.209217
lgp-test-5x2-34
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`, `Arnold`, `Eric`, `Peter`, `Bob` - People own unique car models: ...
{ "header": [ "House", "Name", "CarModel" ], "rows": [ [ "1", "Eric", "honda civic" ], [ "2", "Alice", "tesla model 3" ], [ "3", "Peter", "bmw 3 series" ], [ "4", "Bob", "ford f150" ], [ "...
2024-07-03T21:21:29.208412
lgp-test-3x4-11
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: `Arnold`, `Eric`, `Peter` - Each person lives in a unique style of house: ...
{ "header": [ "House", "Name", "HouseStyle", "Animal", "CarModel" ], "rows": [ [ "1", "Eric", "colonial", "bird", "tesla model 3" ], [ "2", "Peter", "ranch", "horse", "toyota camry" ], [ "3", "Arnold", ...
2024-07-03T21:21:29.206092
lgp-test-3x6-18
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: `Eric`, `Arnold`, `Peter` - Everyone has something unique for lunch: `spag...
{ "header": [ "House", "Name", "Food", "FavoriteSport", "HairColor", "MusicGenre", "BookGenre" ], "rows": [ [ "1", "Peter", "grilled cheese", "basketball", "blonde", "pop", "mystery" ], [ "2", "Eric", "pizza", ...
2024-07-03T21:21:29.206642
lgp-test-6x4-9
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: `Carol`, `Bob`, `Alice`, `Arnold`, `Eric`, `Peter` - People use unique pho...
{ "header": [ "House", "Name", "PhoneModel", "Nationality", "Color" ], "rows": [ [ "1", "Carol", "xiaomi mi 11", "chinese", "green" ], [ "2", "Arnold", "oneplus 9", "norwegian", "purple" ], [ "3", "Alic...
2024-07-03T21:21:29.210317
lgp-test-5x2-29
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: `Peter`, `Eric`, `Bob`, `Arnold`, `Alice` - Each mother is accompanied by ...
{ "header": [ "House", "Name", "Children" ], "rows": [ [ "1", "Peter", "Fred" ], [ "2", "Alice", "Timothy" ], [ "3", "Bob", "Samantha" ], [ "4", "Arnold", "Bella" ], [ "5", "Eric", ...
2024-07-03T21:21:29.208381
lgp-test-3x5-37
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: `Arnold`, `Peter`, `Eric` - People use unique phone models: `samsung galax...
{ "header": [ "House", "Name", "PhoneModel", "Occupation", "Hobby", "Animal" ], "rows": [ [ "1", "Eric", "google pixel 6", "engineer", "cooking", "horse" ], [ "2", "Peter", "samsung galaxy s21", "doctor", "garden...
2024-07-03T21:21:29.206497
lgp-test-5x4-32
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`, `Arnold`, `Peter`, `Alice` - People use unique phone models...
{ "header": [ "House", "Name", "PhoneModel", "HairColor", "CarModel" ], "rows": [ [ "1", "Alice", "samsung galaxy s21", "red", "ford f150" ], [ "2", "Eric", "huawei p50", "black", "bmw 3 series" ], [ "3", ...
2024-07-03T21:21:29.208987
lgp-test-5x2-20
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`, `Alice`, `Peter` - Each person has a unique hobby...
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "1", "Alice", "photography" ], [ "2", "Eric", "painting" ], [ "3", "Arnold", "cooking" ], [ "4", "Peter", "gardening" ], [ "5", ...
2024-07-03T21:21:29.208322
lgp-test-4x4-38
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`, `Peter`, `Eric`, `Arnold` - Each person has an occupation: `docto...
{ "header": [ "House", "Name", "Occupation", "Birthday", "Color" ], "rows": [ [ "1", "Arnold", "artist", "april", "yellow" ], [ "2", "Peter", "doctor", "sept", "white" ], [ "3", "Alice", "engineer...
2024-07-03T21:21:29.207591
lgp-test-5x3-22
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: `Arnold`, `Eric`, `Bob`, `Peter`, `Alice` - Everyone has a favorite smooth...
{ "header": [ "House", "Name", "Smoothie", "Nationality" ], "rows": [ [ "1", "Arnold", "lime", "swede" ], [ "2", "Peter", "dragonfruit", "german" ], [ "3", "Alice", "watermelon", "norwegian" ], [ ...
2024-07-03T21:21:29.208600
lgp-test-4x5-30
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`, `Arnold`, `Peter`, `Alice` - People have unique favorite book genr...
{ "header": [ "House", "Name", "BookGenre", "Vacation", "Flower", "MusicGenre" ], "rows": [ [ "1", "Eric", "romance", "cruise", "carnations", "pop" ], [ "2", "Peter", "science fiction", "city", "daffodils", ...
2024-07-03T21:21:29.207813
lgp-test-2x3-35
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", "Food" ], "rows": [ [ "1", "Arnold", "victorian", "grilled cheese" ], [ "2", "Eric", "colonial", "pizza" ] ] }
2024-07-03T21:21:29.204843
lgp-test-2x4-22
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 have unique hair colors: `brown`, `black` - Eac...
{ "header": [ "House", "Name", "HairColor", "Pet", "Children" ], "rows": [ [ "1", "Arnold", "black", "cat", "Fred" ], [ "2", "Eric", "brown", "dog", "Bella" ] ] }
2024-07-03T21:21:29.204987
lgp-test-4x6-16
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`, `Peter`, `Arnold`, `Alice` - Each person has a unique birthday mon...
{ "header": [ "House", "Name", "Birthday", "Food", "Hobby", "Occupation", "Children" ], "rows": [ [ "1", "Alice", "feb", "stew", "painting", "doctor", "Bella" ], [ "2", "Peter", "jan", "pizza", "cooking...
2024-07-03T21:21:29.207997