id
stringlengths
14
15
size
stringclasses
16 values
puzzle
stringlengths
586
3.06k
solution
dict
created_at
stringlengths
26
26
lgp-test-3x3-26
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold` - People own different car models: `ford f150`, `toyota camry`, `tesla model 3` - Each ...
{ "header": [ "House", "Name", "CarModel", "HouseStyle" ], "rows": [ [ "1", "eric", "tesla model 3", "victorian" ], [ "2", "peter", "ford f150", "colonial" ], [ "3", "arnold", "toyota camry", "ranch" ] ...
2024-06-29T19:25:51.256457
lgp-test-3x5-13
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `eric` - Each person has a favorite drink: `tea`, `milk`, `water` - The people are of national...
{ "header": [ "House", "Name", "Drink", "Nationality", "HouseStyle", "Smoothie" ], "rows": [ [ "1", "arnold", "water", "brit", "ranch", "cherry" ], [ "2", "eric", "milk", "dane", "victorian", "watermelon" ...
2024-06-29T19:25:51.256803
lgp-test-5x3-13
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. They have different characteristics: - Each person has a unique name: `eric`, `bob`, `peter`, `alice`, `arnold` - People have different heights: `average`, `short`, `tall`, `very short...
{ "header": [ "House", "Name", "Height", "Pet" ], "rows": [ [ "1", "arnold", "very short", "bird" ], [ "2", "bob", "tall", "dog" ], [ "3", "alice", "very tall", "hamster" ], [ "4", "pete...
2024-06-29T19:25:51.258138
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. They have different characteristics: - Each person has a unique name: `peter`, `bob`, `alice`, `arnold`, `carol`, `eric` - People own different car models: `honda civic`, `chevrolet si...
{ "header": [ "House", "Name", "CarModel", "Occupation", "HairColor", "MusicGenre", "Food" ], "rows": [ [ "1", "arnold", "bmw 3 series", "teacher", "auburn", "rock", "grilled cheese" ], [ "2", "bob", "tesla model 3...
2024-06-29T19:25:51.259847
lgp-test-5x6-22
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. They have different characteristics: - Each person has a unique name: `alice`, `arnold`, `peter`, `bob`, `eric` - Each person has a favorite color: `yellow`, `green`, `red`, `white`, `...
{ "header": [ "House", "Name", "Color", "PhoneModel", "HouseStyle", "Flower", "Pet" ], "rows": [ [ "1", "alice", "green", "iphone 13", "ranch", "tulips", "fish" ], [ "2", "bob", "red", "samsung galaxy s21", ...
2024-06-29T19:25:51.258888
lgp-test-5x6-31
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `bob`, `alice`, `arnold` - Everyone has a favorite smoothie: `desert`, `dragonfruit`, `watermelon...
{ "header": [ "House", "Name", "Smoothie", "Education", "Nationality", "HairColor", "Cigar" ], "rows": [ [ "1", "eric", "lime", "doctorate", "brit", "black", "pall mall" ], [ "2", "peter", "watermelon", "asso...
2024-06-29T19:25:51.258952
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - People have different hair colors: `brown`, `blonde`, `black` - Everyone has a differ...
{ "header": [ "House", "Name", "HairColor", "Cigar", "CarModel", "Nationality" ], "rows": [ [ "1", "eric", "blonde", "pall mall", "tesla model 3", "dane" ], [ "2", "peter", "black", "prince", "toyota camry", ...
2024-06-29T19:25:51.256912
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. They have different characteristics: - Each person has a unique name: `peter`, `bob`, `carol`, `eric`, `alice`, `arnold` - Each person has a favorite color: `green`, `purple`, `white`,...
{ "header": [ "House", "Name", "Color", "Flower", "Height", "Hobby", "FavoriteSport" ], "rows": [ [ "1", "alice", "blue", "tulips", "tall", "woodworking", "soccer" ], [ "2", "peter", "yellow", "daffodils", ...
2024-06-29T19:25:51.259808
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. They have different characteristics: - Each person has a unique name: `peter`, `alice`, `eric`, `arnold` - Each person has a favorite drink: `milk`, `coffee`, `water`, `tea` - Everyon...
{ "header": [ "House", "Name", "Drink", "Cigar", "BookGenre", "Flower", "Height" ], "rows": [ [ "1", "eric", "coffee", "dunhill", "science fiction", "roses", "short" ], [ "2", "peter", "tea", "prince", ...
2024-06-29T19:25:51.257996
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. They have different characteristics: - Each person has a unique name: `peter`, `alice`, `arnold`, `eric` - Everyone has a favorite smoothie: `cherry`, `desert`, `dragonfruit`, `waterme...
{ "header": [ "House", "Name", "Smoothie", "Color" ], "rows": [ [ "1", "eric", "cherry", "green" ], [ "2", "peter", "dragonfruit", "white" ], [ "3", "arnold", "watermelon", "red" ], [ "4", ...
2024-06-29T19:25:51.257312
lgp-test-4x3-3
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `alice`, `arnold` - Everyone has a different favorite cigar: `dunhill`, `pall mall`, `blue master...
{ "header": [ "House", "Name", "Cigar", "HairColor" ], "rows": [ [ "1", "peter", "pall mall", "red" ], [ "2", "eric", "dunhill", "blonde" ], [ "3", "alice", "blue master", "black" ], [ "4", ...
2024-06-29T19:25:51.257180
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. They have different characteristics: - Each person has a unique name: `bob`, `peter`, `alice`, `arnold`, `eric` - People have different favorite book genres: `romance`, `biography`, `f...
{ "header": [ "House", "Name", "BookGenre", "Cigar" ], "rows": [ [ "1", "bob", "romance", "dunhill" ], [ "2", "arnold", "mystery", "prince" ], [ "3", "alice", "science fiction", "pall mall" ], [ ...
2024-06-29T19:25:51.258114
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. They have different characteristics: - Each person has a unique name: `alice`, `arnold`, `peter`, `eric`, `bob` - People have different favorite sports: `tennis`, `basketball`, `swimmi...
{ "header": [ "House", "Name", "FavoriteSport", "Occupation", "PhoneModel" ], "rows": [ [ "1", "alice", "tennis", "teacher", "google pixel 6" ], [ "2", "arnold", "baseball", "doctor", "samsung galaxy s21" ], [ ...
2024-06-29T19:25:51.258319
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `peter`, `carol`, `alice`, `bob` - Each person has a unique birthday month: `jan`, `feb`, `sept`...
{ "header": [ "House", "Name", "Birthday", "Cigar", "Pet", "Smoothie", "Children" ], "rows": [ [ "1", "peter", "feb", "pall mall", "cat", "desert", "samantha" ], [ "2", "alice", "april", "blue master", ...
2024-06-29T19:25:51.259871
lgp-test-5x6-13
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. They have different characteristics: - Each person has a unique name: `peter`, `bob`, `alice`, `eric`, `arnold` - People have different favorite sports: `baseball`, `basketball`, `swim...
{ "header": [ "House", "Name", "FavoriteSport", "Cigar", "Occupation", "HouseStyle", "Mother" ], "rows": [ [ "1", "arnold", "swimming", "prince", "doctor", "craftsman", "kailyn" ], [ "2", "eric", "baseball", ...
2024-06-29T19:25:51.258823
lgp-test-5x5-6
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. They have different characteristics: - Each person has a unique name: `bob`, `peter`, `arnold`, `eric`, `alice` - Everyone has something different for lunch: `stir fry`, `spaghetti`, `...
{ "header": [ "House", "Name", "Food", "HouseStyle", "Education", "Birthday" ], "rows": [ [ "1", "peter", "stew", "colonial", "master", "sept" ], [ "2", "bob", "pizza", "craftsman", "bachelor", "mar" ],...
2024-06-29T19:25:51.258549
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `peter` - The people keep different animals: `cat`, `bird`, `horse` - Everyone has something di...
{ "header": [ "House", "Name", "Animal", "Food", "Hobby", "Education" ], "rows": [ [ "1", "arnold", "bird", "spaghetti", "gardening", "high school" ], [ "2", "peter", "horse", "pizza", "photography", "bache...
2024-06-29T19:25:51.256852
lgp-test-5x5-14
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. They have different characteristics: - Each person has a unique name: `bob`, `eric`, `arnold`, `peter`, `alice` - Each person has a unique hobby: `knitting`, `cooking`, `painting`, `ga...
{ "header": [ "House", "Name", "Hobby", "Height", "Birthday", "MusicGenre" ], "rows": [ [ "1", "bob", "gardening", "short", "mar", "classical" ], [ "2", "alice", "painting", "average", "jan", "rock" ], ...
2024-06-29T19:25:51.258604
lgp-test-5x5-13
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. They have different characteristics: - Each person has a unique name: `bob`, `eric`, `alice`, `arnold`, `peter` - Each person has a different type of pet: `hamster`, `fish`, `dog`, `bi...
{ "header": [ "House", "Name", "Pet", "Occupation", "MusicGenre", "CarModel" ], "rows": [ [ "1", "arnold", "fish", "teacher", "classical", "toyota camry" ], [ "2", "bob", "cat", "lawyer", "rock", "honda civ...
2024-06-29T19:25:51.258597
lgp-test-6x3-22
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. They have different characteristics: - Each person has a unique name: `carol`, `bob`, `alice`, `peter`, `eric`, `arnold` - People have different favorite book genres: `science fiction`...
{ "header": [ "House", "Name", "BookGenre", "Birthday" ], "rows": [ [ "1", "arnold", "fantasy", "sept" ], [ "2", "peter", "romance", "mar" ], [ "3", "eric", "historical fiction", "feb" ], [ "4...
2024-06-29T19:25:51.259136
lgp-test-4x4-4
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. They have different characteristics: - Each person has a unique name: `alice`, `peter`, `arnold`, `eric` - Everyone has something different for lunch: `stew`, `spaghetti`, `grilled che...
{ "header": [ "House", "Name", "Food", "Color", "Hobby" ], "rows": [ [ "1", "eric", "pizza", "green", "cooking" ], [ "2", "arnold", "spaghetti", "yellow", "photography" ], [ "3", "peter", "stew", ...
2024-06-29T19:25:51.257385
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. They have different characteristics: - Each person has a unique name: `arnold`, `bob`, `eric`, `peter`, `alice` - People have different hair colors: `black`, `blonde`, `red`, `gray`, `...
{ "header": [ "House", "Name", "HairColor", "Mother", "Height", "Birthday" ], "rows": [ [ "1", "bob", "brown", "holly", "tall", "feb" ], [ "2", "peter", "red", "janelle", "very short", "sept" ], [ ...
2024-06-29T19:25:51.258529
lgp-test-3x4-6
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `eric` - The mothers' names are: `aniya`, `janelle`, `holly` - People own different car models...
{ "header": [ "House", "Name", "Mother", "CarModel", "PhoneModel" ], "rows": [ [ "1", "eric", "holly", "tesla model 3", "google pixel 6" ], [ "2", "arnold", "aniya", "ford f150", "iphone 13" ], [ "3", "...
2024-06-29T19:25:51.256529
lgp-test-4x6-30
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `alice`, `eric` - Each person has a favorite drink: `coffee`, `milk`, `tea`, `water` - Everyon...
{ "header": [ "House", "Name", "Drink", "Food", "CarModel", "Cigar", "FavoriteSport" ], "rows": [ [ "1", "peter", "milk", "pizza", "toyota camry", "dunhill", "tennis" ], [ "2", "arnold", "water", "grilled che...
2024-06-29T19:25:51.258044
lgp-test-3x5-5
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `peter` - Each person has a different level of education: `associate`, `high school`, `bachelor`...
{ "header": [ "House", "Name", "Education", "Animal", "Nationality", "Hobby" ], "rows": [ [ "1", "eric", "associate", "bird", "swede", "photography" ], [ "2", "peter", "bachelor", "cat", "dane", "gardening"...
2024-06-29T19:25:51.256747
lgp-test-3x6-10
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `eric` - Everyone has a different favorite cigar: `pall mall`, `prince`, `blue master` - Peopl...
{ "header": [ "House", "Name", "Cigar", "PhoneModel", "Drink", "Occupation", "Smoothie" ], "rows": [ [ "1", "peter", "pall mall", "iphone 13", "tea", "engineer", "watermelon" ], [ "2", "arnold", "blue master", ...
2024-06-29T19:25:51.257020
lgp-test-6x4-21
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. They have different characteristics: - Each person has a unique name: `peter`, `bob`, `eric`, `alice`, `carol`, `arnold` - Each mother is accompanied by their child: `bella`, `timothy`...
{ "header": [ "House", "Name", "Children", "MusicGenre", "Nationality" ], "rows": [ [ "1", "alice", "alice", "classical", "brit" ], [ "2", "arnold", "bella", "hip hop", "german" ], [ "3", "bob", "...
2024-06-29T19:25:51.259349
lgp-test-5x3-24
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. They have different characteristics: - Each person has a unique name: `alice`, `peter`, `eric`, `bob`, `arnold` - People have different favorite music genres: `classical`, `rock`, `hip...
{ "header": [ "House", "Name", "MusicGenre", "Animal" ], "rows": [ [ "1", "arnold", "classical", "horse" ], [ "2", "eric", "rock", "cat" ], [ "3", "alice", "hip hop", "bird" ], [ "4", "p...
2024-06-29T19:25:51.258209
lgp-test-3x5-8
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `peter` - Each person prefers a different type of vacation: `beach`, `city`, `mountain` - Each ...
{ "header": [ "House", "Name", "Vacation", "Birthday", "PhoneModel", "HouseStyle" ], "rows": [ [ "1", "peter", "city", "april", "iphone 13", "victorian" ], [ "2", "eric", "mountain", "sept", "google pixel 6", ...
2024-06-29T19:25:51.256769
lgp-test-3x5-30
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `peter` - Each person has an occupation: `teacher`, `engineer`, `doctor` - People have differen...
{ "header": [ "House", "Name", "Occupation", "BookGenre", "Birthday", "Drink" ], "rows": [ [ "1", "eric", "engineer", "science fiction", "april", "tea" ], [ "2", "arnold", "teacher", "mystery", "sept", "mil...
2024-06-29T19:25:51.256907
lgp-test-3x4-30
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold` - People have different favorite book genres: `science fiction`, `mystery`, `romance` -...
{ "header": [ "House", "Name", "BookGenre", "MusicGenre", "Birthday" ], "rows": [ [ "1", "eric", "science fiction", "classical", "april" ], [ "2", "peter", "mystery", "pop", "sept" ], [ "3", "arnold", ...
2024-06-29T19:25:51.256694
lgp-test-5x4-6
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `alice`, `arnold`, `bob` - Each person has a unique hobby: `knitting`, `gardening`, `photography`...
{ "header": [ "House", "Name", "Hobby", "Food", "HouseStyle" ], "rows": [ [ "1", "bob", "knitting", "stew", "victorian" ], [ "2", "peter", "painting", "spaghetti", "modern" ], [ "3", "arnold", "co...
2024-06-29T19:25:51.258298
lgp-test-3x5-25
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - Each person lives in a different style of house: `ranch`, `colonial`, `victorian` - T...
{ "header": [ "House", "Name", "HouseStyle", "Animal", "Nationality", "MusicGenre" ], "rows": [ [ "1", "arnold", "victorian", "cat", "brit", "rock" ], [ "2", "peter", "ranch", "bird", "dane", "pop" ], ...
2024-06-29T19:25:51.256877
lgp-test-4x4-2
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `alice`, `eric` - People have different favorite sports: `tennis`, `basketball`, `soccer`, `swi...
{ "header": [ "House", "Name", "FavoriteSport", "Nationality", "Food" ], "rows": [ [ "1", "peter", "basketball", "norwegian", "grilled cheese" ], [ "2", "arnold", "swimming", "swede", "spaghetti" ], [ "3", ...
2024-06-29T19:25:51.257371
lgp-test-4x3-19
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. They have different characteristics: - Each person has a unique name: `alice`, `eric`, `arnold`, `peter` - People have different favorite music genres: `rock`, `pop`, `jazz`, `classica...
{ "header": [ "House", "Name", "MusicGenre", "Nationality" ], "rows": [ [ "1", "peter", "rock", "brit" ], [ "2", "arnold", "pop", "dane" ], [ "3", "alice", "classical", "swede" ], [ "4", ...
2024-06-29T19:25:51.257276
lgp-test-4x3-1
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. They have different characteristics: - Each person has a unique name: `peter`, `alice`, `eric`, `arnold` - The people keep different animals: `fish`, `horse`, `bird`, `cat` - People h...
{ "header": [ "House", "Name", "Animal", "Height" ], "rows": [ [ "1", "alice", "bird", "very short" ], [ "2", "peter", "fish", "short" ], [ "3", "arnold", "horse", "average" ], [ "4", "e...
2024-06-29T19:25:51.257167
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. They have different characteristics: - Each person has a unique name: `peter`, `carol`, `alice`, `bob`, `eric`, `arnold` - Each person has a unique hobby: `woodworking`, `photography`,...
{ "header": [ "House", "Name", "Hobby", "Mother" ], "rows": [ [ "1", "eric", "painting", "kailyn" ], [ "2", "peter", "woodworking", "aniya" ], [ "3", "carol", "gardening", "janelle" ], [ "4", ...
2024-06-29T19:25:51.259040
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. They have different characteristics: - Each person has a unique name: `arnold`, `alice`, `eric`, `peter` - People have different favorite book genres: `science fiction`, `fantasy`, `my...
{ "header": [ "House", "Name", "BookGenre", "Occupation" ], "rows": [ [ "1", "arnold", "science fiction", "doctor" ], [ "2", "alice", "romance", "artist" ], [ "3", "peter", "mystery", "teacher" ], [...
2024-06-29T19:25:51.257241
lgp-test-4x5-26
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. They have different characteristics: - Each person has a unique name: `alice`, `eric`, `arnold`, `peter` - People own different car models: `ford f150`, `honda civic`, `tesla model 3`,...
{ "header": [ "House", "Name", "CarModel", "Occupation", "Drink", "Hobby" ], "rows": [ [ "1", "arnold", "honda civic", "teacher", "water", "cooking" ], [ "2", "peter", "toyota camry", "artist", "coffee", "p...
2024-06-29T19:25:51.257792
lgp-test-4x3-15
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. They have different characteristics: - Each person has a unique name: `eric`, `alice`, `peter`, `arnold` - The people are of nationalities: `brit`, `swede`, `dane`, `norwegian` - Each...
{ "header": [ "House", "Name", "Nationality", "Hobby" ], "rows": [ [ "1", "arnold", "norwegian", "painting" ], [ "2", "eric", "swede", "cooking" ], [ "3", "peter", "dane", "photography" ], [ "...
2024-06-29T19:25:51.257253
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold` - Each person lives in a different style of house: `colonial`, `ranch`, `victorian` - T...
{ "header": [ "House", "Name", "HouseStyle", "Flower" ], "rows": [ [ "1", "arnold", "victorian", "carnations" ], [ "2", "peter", "colonial", "lilies" ], [ "3", "eric", "ranch", "daffodils" ] ] }
2024-06-29T19:25:51.256321
lgp-test-3x3-18
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. They have different characteristics: - Each person has a unique name: `peter`, `arnold`, `eric` - The mothers' names are: `aniya`, `janelle`, `holly` - They all have a different favor...
{ "header": [ "House", "Name", "Mother", "Flower" ], "rows": [ [ "1", "eric", "holly", "carnations" ], [ "2", "peter", "janelle", "lilies" ], [ "3", "arnold", "aniya", "daffodils" ] ] }
2024-06-29T19:25:51.256411
lgp-test-4x3-27
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `alice`, `eric` - People have different favorite sports: `tennis`, `swimming`, `soccer`, `baske...
{ "header": [ "House", "Name", "FavoriteSport", "Food" ], "rows": [ [ "1", "alice", "swimming", "spaghetti" ], [ "2", "eric", "basketball", "pizza" ], [ "3", "arnold", "soccer", "grilled cheese" ], ...
2024-06-29T19:25:51.257325
lgp-test-6x3-25
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. They have different characteristics: - Each person has a unique name: `alice`, `eric`, `bob`, `arnold`, `carol`, `peter` - People have different favorite sports: `swimming`, `tennis`, ...
{ "header": [ "House", "Name", "FavoriteSport", "MusicGenre" ], "rows": [ [ "1", "eric", "basketball", "pop" ], [ "2", "alice", "swimming", "hip hop" ], [ "3", "peter", "soccer", "rock" ], [ "...
2024-06-29T19:25:51.259157
lgp-test-3x5-12
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - Everyone has something different for lunch: `pizza`, `spaghetti`, `grilled cheese` - ...
{ "header": [ "House", "Name", "Food", "Pet", "PhoneModel", "Mother" ], "rows": [ [ "1", "eric", "grilled cheese", "dog", "samsung galaxy s21", "aniya" ], [ "2", "peter", "spaghetti", "fish", "google pixel 6", ...
2024-06-29T19:25:51.256796
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. They have different characteristics: - Each person has a unique name: `bob`, `peter`, `carol`, `arnold`, `alice`, `eric` - People own different car models: `toyota camry`, `tesla model...
{ "header": [ "House", "Name", "CarModel", "Food" ], "rows": [ [ "1", "alice", "toyota camry", "soup" ], [ "2", "arnold", "honda civic", "stir fry" ], [ "3", "eric", "tesla model 3", "pizza" ], [ ...
2024-06-29T19:25:51.259026
lgp-test-5x5-4
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. They have different characteristics: - Each person has a unique name: `eric`, `alice`, `arnold`, `bob`, `peter` - Everyone has a favorite smoothie: `desert`, `dragonfruit`, `lime`, `ch...
{ "header": [ "House", "Name", "Smoothie", "Animal", "Mother", "Height" ], "rows": [ [ "1", "eric", "watermelon", "bird", "holly", "short" ], [ "2", "alice", "cherry", "dog", "kailyn", "tall" ], [ ...
2024-06-29T19:25:51.258536
lgp-test-4x5-6
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. They have different characteristics: - Each person has a unique name: `alice`, `eric`, `peter`, `arnold` - People have different favorite music genres: `jazz`, `pop`, `rock`, `classica...
{ "header": [ "House", "Name", "MusicGenre", "Children", "Vacation", "Height" ], "rows": [ [ "1", "peter", "jazz", "samantha", "cruise", "very short" ], [ "2", "eric", "classical", "meredith", "mountain", "...
2024-06-29T19:25:51.257619
lgp-test-5x3-28
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `alice`, `bob`, `peter` - They all have a different favorite flower: `carnations`, `roses`, `daf...
{ "header": [ "House", "Name", "Flower", "BookGenre" ], "rows": [ [ "1", "bob", "daffodils", "fantasy" ], [ "2", "alice", "roses", "biography" ], [ "3", "eric", "lilies", "science fiction" ], [ ...
2024-06-29T19:25:51.258236
lgp-test-5x4-19
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `alice`, `peter`, `bob` - The people keep different animals: `cat`, `horse`, `fish`, `bird`, `do...
{ "header": [ "House", "Name", "Animal", "Color", "Food" ], "rows": [ [ "1", "peter", "bird", "red", "pizza" ], [ "2", "arnold", "horse", "green", "stir fry" ], [ "3", "alice", "cat", "blue"...
2024-06-29T19:25:51.258418
lgp-test-6x5-14
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. They have different characteristics: - Each person has a unique name: `carol`, `eric`, `arnold`, `peter`, `alice`, `bob` - People have different favorite sports: `volleyball`, `swimmin...
{ "header": [ "House", "Name", "FavoriteSport", "Children", "Flower", "CarModel" ], "rows": [ [ "1", "arnold", "volleyball", "bella", "iris", "bmw 3 series" ], [ "2", "carol", "soccer", "meredith", "tulips", ...
2024-06-29T19:25:51.259541
lgp-test-3x5-2
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - Each person has a different type of pet: `cat`, `dog`, `fish` - Each person has a fav...
{ "header": [ "House", "Name", "Pet", "Color", "Education", "Height" ], "rows": [ [ "1", "arnold", "cat", "yellow", "associate", "average" ], [ "2", "eric", "dog", "white", "bachelor", "very short" ], ...
2024-06-29T19:25:51.256724
lgp-test-4x4-20
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. They have different characteristics: - Each person has a unique name: `alice`, `eric`, `peter`, `arnold` - People use different phone models: `iphone 13`, `oneplus 9`, `google pixel 6`...
{ "header": [ "House", "Name", "PhoneModel", "BookGenre", "Children" ], "rows": [ [ "1", "alice", "oneplus 9", "mystery", "bella" ], [ "2", "eric", "samsung galaxy s21", "romance", "meredith" ], [ "3", ...
2024-06-29T19:25:51.257492
lgp-test-4x3-5
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `alice`, `peter` - The people are of nationalities: `dane`, `norwegian`, `brit`, `swede` - Each...
{ "header": [ "House", "Name", "Nationality", "Color" ], "rows": [ [ "1", "peter", "norwegian", "green" ], [ "2", "eric", "dane", "red" ], [ "3", "arnold", "brit", "white" ], [ "4", "ali...
2024-06-29T19:25:51.257193
lgp-test-4x3-16
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. They have different characteristics: - Each person has a unique name: `peter`, `alice`, `arnold`, `eric` - Each person has a favorite color: `white`, `green`, `yellow`, `red` - Each p...
{ "header": [ "House", "Name", "Color", "Pet" ], "rows": [ [ "1", "eric", "white", "cat" ], [ "2", "alice", "yellow", "dog" ], [ "3", "arnold", "green", "fish" ], [ "4", "peter", "...
2024-06-29T19:25:51.257258
lgp-test-4x4-17
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `alice`, `arnold` - They all have a different favorite flower: `daffodils`, `carnations`, `roses`...
{ "header": [ "House", "Name", "Flower", "Food", "Birthday" ], "rows": [ [ "1", "peter", "daffodils", "spaghetti", "sept" ], [ "2", "alice", "carnations", "pizza", "april" ], [ "3", "eric", "lilie...
2024-06-29T19:25:51.257471
lgp-test-6x4-3
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. They have different characteristics: - Each person has a unique name: `bob`, `eric`, `alice`, `carol`, `arnold`, `peter` - The people keep different animals: `dog`, `cat`, `horse`, `bi...
{ "header": [ "House", "Name", "Animal", "Mother", "Nationality" ], "rows": [ [ "1", "bob", "bird", "sarah", "swede" ], [ "2", "alice", "horse", "kailyn", "dane" ], [ "3", "peter", "rabbit", ...
2024-06-29T19:25:51.259224
lgp-test-4x4-10
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. They have different characteristics: - Each person has a unique name: `eric`, `alice`, `peter`, `arnold` - Each person has a unique hobby: `photography`, `gardening`, `painting`, `cook...
{ "header": [ "House", "Name", "Hobby", "Education", "Nationality" ], "rows": [ [ "1", "eric", "painting", "bachelor", "dane" ], [ "2", "arnold", "gardening", "master", "brit" ], [ "3", "peter", "...
2024-06-29T19:25:51.257425
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. They have different characteristics: - Each person has a unique name: `arnold`, `bob`, `alice`, `eric`, `carol`, `peter` - Everyone has a different favorite cigar: `blue master`, `dunh...
{ "header": [ "House", "Name", "Cigar", "Occupation", "HairColor", "HouseStyle", "Vacation" ], "rows": [ [ "1", "peter", "blue master", "engineer", "blonde", "ranch", "beach" ], [ "2", "eric", "blends", "nurs...
2024-06-29T19:25:51.259729
lgp-test-4x6-22
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. They have different characteristics: - Each person has a unique name: `peter`, `arnold`, `alice`, `eric` - The people keep different animals: `fish`, `cat`, `bird`, `horse` - People o...
{ "header": [ "House", "Name", "Animal", "CarModel", "Nationality", "BookGenre", "MusicGenre" ], "rows": [ [ "1", "eric", "bird", "toyota camry", "norwegian", "fantasy", "jazz" ], [ "2", "peter", "fish", "for...
2024-06-29T19:25:51.257989
lgp-test-4x4-30
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `alice`, `arnold` - Everyone has a favorite smoothie: `cherry`, `watermelon`, `dragonfruit`, `des...
{ "header": [ "House", "Name", "Smoothie", "Drink", "BookGenre" ], "rows": [ [ "1", "alice", "cherry", "coffee", "romance" ], [ "2", "arnold", "dragonfruit", "water", "fantasy" ], [ "3", "peter", ...
2024-06-29T19:25:51.257559
lgp-test-4x6-2
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold`, `alice` - Everyone has a different favorite cigar: `pall mall`, `blue master`, `prince`...
{ "header": [ "House", "Name", "Cigar", "Flower", "Animal", "Education", "PhoneModel" ], "rows": [ [ "1", "peter", "prince", "carnations", "cat", "associate", "oneplus 9" ], [ "2", "arnold", "blue master", "r...
2024-06-29T19:25:51.257851
lgp-test-4x3-17
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. They have different characteristics: - Each person has a unique name: `arnold`, `alice`, `eric`, `peter` - Each person has a unique birthday month: `april`, `sept`, `feb`, `jan` - Peo...
{ "header": [ "House", "Name", "Birthday", "FavoriteSport" ], "rows": [ [ "1", "eric", "jan", "tennis" ], [ "2", "alice", "sept", "swimming" ], [ "3", "arnold", "april", "soccer" ], [ "4", ...
2024-06-29T19:25:51.257265
lgp-test-6x4-2
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. They have different characteristics: - Each person has a unique name: `carol`, `eric`, `bob`, `arnold`, `alice`, `peter` - Each person has a favorite color: `red`, `green`, `yellow`, `...
{ "header": [ "House", "Name", "Color", "Cigar", "Occupation" ], "rows": [ [ "1", "arnold", "purple", "pall mall", "lawyer" ], [ "2", "eric", "white", "blue master", "nurse" ], [ "3", "carol", "bl...
2024-06-29T19:25:51.259217
lgp-test-5x6-12
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. They have different characteristics: - Each person has a unique name: `bob`, `peter`, `alice`, `arnold`, `eric` - People own different car models: `ford f150`, `tesla model 3`, `toyota...
{ "header": [ "House", "Name", "CarModel", "Birthday", "Mother", "HairColor", "Food" ], "rows": [ [ "1", "alice", "tesla model 3", "mar", "janelle", "brown", "stew" ], [ "2", "bob", "honda civic", "april", ...
2024-06-29T19:25:51.258816
lgp-test-4x5-18
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. They have different characteristics: - Each person has a unique name: `alice`, `peter`, `arnold`, `eric` - Everyone has a favorite smoothie: `watermelon`, `cherry`, `desert`, `dragonfr...
{ "header": [ "House", "Name", "Smoothie", "HouseStyle", "Animal", "Birthday" ], "rows": [ [ "1", "eric", "watermelon", "ranch", "fish", "sept" ], [ "2", "peter", "dragonfruit", "victorian", "bird", "jan" ...
2024-06-29T19:25:51.257736
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. They have different characteristics: - Each person has a unique name: `peter`, `alice`, `arnold`, `eric` - People have different hair colors: `red`, `blonde`, `brown`, `black` - Each ...
{ "header": [ "House", "Name", "HairColor", "Birthday", "CarModel" ], "rows": [ [ "1", "alice", "brown", "feb", "honda civic" ], [ "2", "arnold", "blonde", "sept", "toyota camry" ], [ "3", "peter", ...
2024-06-29T19:25:51.257412
lgp-test-6x3-18
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. They have different characteristics: - Each person has a unique name: `arnold`, `carol`, `eric`, `peter`, `bob`, `alice` - Each mother is accompanied by their child: `timothy`, `fred`,...
{ "header": [ "House", "Name", "Children", "Drink" ], "rows": [ [ "1", "eric", "timothy", "coffee" ], [ "2", "arnold", "fred", "boba tea" ], [ "3", "alice", "meredith", "tea" ], [ "4", "...
2024-06-29T19:25:51.259111
lgp-test-3x3-17
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - People have different favorite music genres: `rock`, `classical`, `pop` - Each person...
{ "header": [ "House", "Name", "MusicGenre", "Birthday" ], "rows": [ [ "1", "arnold", "classical", "april" ], [ "2", "eric", "rock", "sept" ], [ "3", "peter", "pop", "jan" ] ] }
2024-06-29T19:25:51.256406
lgp-test-6x5-13
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. They have different characteristics: - Each person has a unique name: `eric`, `bob`, `carol`, `peter`, `arnold`, `alice` - Each person has a different type of pet: `fish`, `hamster`, `...
{ "header": [ "House", "Name", "Pet", "MusicGenre", "Food", "HairColor" ], "rows": [ [ "1", "bob", "hamster", "classical", "pizza", "black" ], [ "2", "eric", "dog", "rock", "spaghetti", "blonde" ], ...
2024-06-29T19:25:51.259525
lgp-test-3x3-20
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `eric` - Each person has a unique hobby: `gardening`, `photography`, `cooking` - Each person h...
{ "header": [ "House", "Name", "Hobby", "Drink" ], "rows": [ [ "1", "arnold", "cooking", "milk" ], [ "2", "peter", "gardening", "water" ], [ "3", "eric", "photography", "tea" ] ] }
2024-06-29T19:25:51.256423
lgp-test-4x3-2
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. They have different characteristics: - Each person has a unique name: `alice`, `arnold`, `eric`, `peter` - The people are of nationalities: `brit`, `dane`, `swede`, `norwegian` - Peop...
{ "header": [ "House", "Name", "Nationality", "FavoriteSport" ], "rows": [ [ "1", "arnold", "brit", "swimming" ], [ "2", "alice", "dane", "soccer" ], [ "3", "peter", "swede", "basketball" ], [ ...
2024-06-29T19:25:51.257173
lgp-test-4x4-19
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. They have different characteristics: - Each person has a unique name: `alice`, `arnold`, `eric`, `peter` - Each person has a different level of education: `master`, `bachelor`, `associ...
{ "header": [ "House", "Name", "Education", "Flower", "Mother" ], "rows": [ [ "1", "peter", "high school", "roses", "holly" ], [ "2", "eric", "bachelor", "carnations", "aniya" ], [ "3", "arnold", ...
2024-06-29T19:25:51.257484
lgp-test-5x4-29
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. They have different characteristics: - Each person has a unique name: `arnold`, `eric`, `alice`, `bob`, `peter` - People own different car models: `honda civic`, `bmw 3 series`, `ford ...
{ "header": [ "House", "Name", "CarModel", "Animal", "FavoriteSport" ], "rows": [ [ "1", "alice", "ford f150", "bird", "swimming" ], [ "2", "eric", "bmw 3 series", "dog", "soccer" ], [ "3", "bob", ...
2024-06-29T19:25:51.258488
lgp-test-5x4-8
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. They have different characteristics: - Each person has a unique name: `peter`, `alice`, `eric`, `arnold`, `bob` - Each person lives in a different style of house: `ranch`, `victorian`,...
{ "header": [ "House", "Name", "HouseStyle", "Height", "Education" ], "rows": [ [ "1", "peter", "modern", "average", "master" ], [ "2", "arnold", "colonial", "very short", "bachelor" ], [ "3", "bob", ...
2024-06-29T19:25:51.258313
lgp-test-5x5-27
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. They have different characteristics: - Each person has a unique name: `alice`, `peter`, `eric`, `arnold`, `bob` - Everyone has a favorite smoothie: `lime`, `dragonfruit`, `watermelon`,...
{ "header": [ "House", "Name", "Smoothie", "Color", "Animal", "Flower" ], "rows": [ [ "1", "alice", "desert", "white", "fish", "carnations" ], [ "2", "arnold", "watermelon", "green", "horse", "daffodils" ...
2024-06-29T19:25:51.258693
lgp-test-5x4-22
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. They have different characteristics: - Each person has a unique name: `eric`, `alice`, `arnold`, `bob`, `peter` - Each person has a different type of pet: `fish`, `dog`, `hamster`, `ca...
{ "header": [ "House", "Name", "Pet", "Hobby", "Education" ], "rows": [ [ "1", "bob", "dog", "cooking", "bachelor" ], [ "2", "peter", "cat", "painting", "associate" ], [ "3", "arnold", "fish", ...
2024-06-29T19:25:51.258439
lgp-test-4x3-21
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold`, `alice` - People have different favorite music genres: `classical`, `rock`, `pop`, `jaz...
{ "header": [ "House", "Name", "MusicGenre", "Animal" ], "rows": [ [ "1", "peter", "jazz", "cat" ], [ "2", "arnold", "classical", "fish" ], [ "3", "eric", "pop", "bird" ], [ "4", "alice"...
2024-06-29T19:25:51.257289
lgp-test-4x5-25
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. They have different characteristics: - Each person has a unique name: `alice`, `peter`, `eric`, `arnold` - People have different favorite music genres: `jazz`, `pop`, `classical`, `roc...
{ "header": [ "House", "Name", "MusicGenre", "Nationality", "FavoriteSport", "HouseStyle" ], "rows": [ [ "1", "arnold", "classical", "brit", "swimming", "ranch" ], [ "2", "alice", "pop", "dane", "basketball", ...
2024-06-29T19:25:51.257786
lgp-test-4x4-24
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. They have different characteristics: - Each person has a unique name: `eric`, `alice`, `arnold`, `peter` - The people keep different animals: `bird`, `cat`, `fish`, `horse` - Each per...
{ "header": [ "House", "Name", "Animal", "Vacation", "Pet" ], "rows": [ [ "1", "alice", "cat", "beach", "fish" ], [ "2", "arnold", "fish", "mountain", "cat" ], [ "3", "peter", "horse", "city...
2024-06-29T19:25:51.257518
lgp-test-5x5-16
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. They have different characteristics: - Each person has a unique name: `alice`, `arnold`, `peter`, `bob`, `eric` - People use different phone models: `huawei p50`, `iphone 13`, `samsung...
{ "header": [ "House", "Name", "PhoneModel", "Food", "Drink", "Education" ], "rows": [ [ "1", "bob", "iphone 13", "spaghetti", "water", "bachelor" ], [ "2", "arnold", "oneplus 9", "grilled cheese", "tea", "...
2024-06-29T19:25:51.258618
lgp-test-4x5-11
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `alice`, `arnold` - Each person prefers a different type of vacation: `cruise`, `beach`, `city`, ...
{ "header": [ "House", "Name", "Vacation", "Drink", "BookGenre", "HairColor" ], "rows": [ [ "1", "alice", "beach", "water", "mystery", "red" ], [ "2", "eric", "city", "coffee", "science fiction", "blonde" ...
2024-06-29T19:25:51.257655
lgp-test-4x5-23
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `arnold`, `alice` - People have different favorite book genres: `mystery`, `science fiction`, `fa...
{ "header": [ "House", "Name", "BookGenre", "Children", "HairColor", "Occupation" ], "rows": [ [ "1", "alice", "romance", "samantha", "blonde", "teacher" ], [ "2", "peter", "fantasy", "meredith", "black", "...
2024-06-29T19:25:51.257774
lgp-test-6x4-15
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `carol`, `peter`, `alice`, `bob` - Each person has a different type of pet: `bird`, `rabbit`, `f...
{ "header": [ "House", "Name", "Pet", "Food", "HairColor" ], "rows": [ [ "1", "bob", "hamster", "spaghetti", "black" ], [ "2", "peter", "dog", "stir fry", "brown" ], [ "3", "carol", "fish", ...
2024-06-29T19:25:51.259308
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - People have different favorite book genres: `romance`, `mystery`, `science fiction` -...
{ "header": [ "House", "Name", "BookGenre", "Cigar" ], "rows": [ [ "1", "arnold", "mystery", "pall mall" ], [ "2", "peter", "romance", "prince" ], [ "3", "eric", "science fiction", "blue master" ] ] }
2024-06-29T19:25:51.256389
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. They have different characteristics: - Each person has a unique name: `eric`, `arnold`, `peter` - Each person has a favorite drink: `water`, `tea`, `milk` - People have different favo...
{ "header": [ "House", "Name", "Drink", "FavoriteSport", "BookGenre" ], "rows": [ [ "1", "peter", "tea", "tennis", "science fiction" ], [ "2", "arnold", "milk", "soccer", "romance" ], [ "3", "eric", ...
2024-06-29T19:25:51.256645
lgp-test-3x5-11
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. They have different characteristics: - Each person has a unique name: `peter`, `arnold`, `eric` - The mothers' names are: `aniya`, `holly`, `janelle` - The people are of nationalities...
{ "header": [ "House", "Name", "Mother", "Nationality", "PhoneModel", "Height" ], "rows": [ [ "1", "peter", "janelle", "dane", "samsung galaxy s21", "very short" ], [ "2", "eric", "aniya", "brit", "google pixel 6...
2024-06-29T19:25:51.256789
lgp-test-6x6-21
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. They have different characteristics: - Each person has a unique name: `bob`, `eric`, `carol`, `arnold`, `peter`, `alice` - Everyone has a favorite smoothie: `watermelon`, `lime`, `dese...
{ "header": [ "House", "Name", "Smoothie", "Occupation", "Animal", "CarModel", "Children" ], "rows": [ [ "1", "carol", "desert", "doctor", "fish", "ford f150", "timothy" ], [ "2", "bob", "blueberry", "teacher...
2024-06-29T19:25:51.259878
lgp-test-3x4-7
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `eric` - Everyone has something different for lunch: `spaghetti`, `grilled cheese`, `pizza` - ...
{ "header": [ "House", "Name", "Food", "BookGenre", "Cigar" ], "rows": [ [ "1", "arnold", "spaghetti", "romance", "prince" ], [ "2", "peter", "grilled cheese", "science fiction", "pall mall" ], [ "3", "...
2024-06-29T19:25:51.256534
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. They have different characteristics: - Each person has a unique name: `peter`, `arnold`, `eric`, `alice` - People use different phone models: `oneplus 9`, `samsung galaxy s21`, `iphone...
{ "header": [ "House", "Name", "PhoneModel", "CarModel", "Occupation", "Height" ], "rows": [ [ "1", "eric", "google pixel 6", "honda civic", "artist", "short" ], [ "2", "peter", "iphone 13", "tesla model 3", "eng...
2024-06-29T19:25:51.257714
lgp-test-6x5-10
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold`, `carol`, `alice`, `bob` - Each person has a different type of pet: `rabbit`, `dog`, `ca...
{ "header": [ "House", "Name", "Pet", "Color", "HouseStyle", "Occupation" ], "rows": [ [ "1", "arnold", "hamster", "white", "craftsman", "doctor" ], [ "2", "peter", "fish", "green", "victorian", "teacher" ...
2024-06-29T19:25:51.259502
lgp-test-6x4-23
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. They have different characteristics: - Each person has a unique name: `arnold`, `peter`, `carol`, `bob`, `alice`, `eric` - Each person has a unique birthday month: `april`, `sept`, `ma...
{ "header": [ "House", "Name", "Birthday", "Smoothie", "Pet" ], "rows": [ [ "1", "alice", "jan", "desert", "dog" ], [ "2", "peter", "april", "cherry", "bird" ], [ "3", "bob", "sept", "waterm...
2024-06-29T19:25:51.259363
lgp-test-5x3-10
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. They have different characteristics: - Each person has a unique name: `peter`, `arnold`, `alice`, `bob`, `eric` - Each person has a different level of education: `bachelor`, `doctorate...
{ "header": [ "House", "Name", "Education", "Cigar" ], "rows": [ [ "1", "peter", "master", "dunhill" ], [ "2", "arnold", "doctorate", "blends" ], [ "3", "eric", "high school", "pall mall" ], [ ...
2024-06-29T19:25:51.258120
lgp-test-4x4-27
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. They have different characteristics: - Each person has a unique name: `alice`, `arnold`, `peter`, `eric` - They all have a different favorite flower: `roses`, `daffodils`, `carnations`...
{ "header": [ "House", "Name", "Flower", "Vacation", "Color" ], "rows": [ [ "1", "peter", "daffodils", "cruise", "yellow" ], [ "2", "eric", "carnations", "mountain", "green" ], [ "3", "alice", "ro...
2024-06-29T19:25:51.257538
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `alice`, `arnold` - People have different hair colors: `black`, `brown`, `blonde`, `red` - Peopl...
{ "header": [ "House", "Name", "HairColor", "PhoneModel", "MusicGenre" ], "rows": [ [ "1", "peter", "brown", "google pixel 6", "pop" ], [ "2", "alice", "black", "iphone 13", "rock" ], [ "3", "eric", ...
2024-06-29T19:25:51.257478
lgp-test-4x6-6
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. They have different characteristics: - Each person has a unique name: `peter`, `eric`, `arnold`, `alice` - Each person has an occupation: `artist`, `teacher`, `engineer`, `doctor` - T...
{ "header": [ "House", "Name", "Occupation", "Nationality", "CarModel", "Smoothie", "HairColor" ], "rows": [ [ "1", "peter", "engineer", "dane", "toyota camry", "dragonfruit", "red" ], [ "2", "arnold", "doctor", ...
2024-06-29T19:25:51.257879
lgp-test-5x6-26
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `arnold`, `bob`, `alice` - People have different hair colors: `red`, `blonde`, `brown`, `gray`, `...
{ "header": [ "House", "Name", "HairColor", "MusicGenre", "Occupation", "Smoothie", "Mother" ], "rows": [ [ "1", "bob", "brown", "jazz", "engineer", "dragonfruit", "kailyn" ], [ "2", "arnold", "gray", "pop", ...
2024-06-29T19:25:51.258917
lgp-test-6x5-9
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `carol`, `alice`, `arnold`, `bob` - They all have a different favorite flower: `carnations`, `iri...
{ "header": [ "House", "Name", "Flower", "Food", "Nationality", "Mother" ], "rows": [ [ "1", "bob", "carnations", "stir fry", "norwegian", "sarah" ], [ "2", "peter", "iris", "spaghetti", "chinese", "janelle...
2024-06-29T19:25:51.259493
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. They have different characteristics: - Each person has a unique name: `eric`, `alice`, `bob`, `arnold`, `peter` - Each mother is accompanied by their child: `samantha`, `bella`, `fred`...
{ "header": [ "House", "Name", "Children", "Vacation" ], "rows": [ [ "1", "alice", "fred", "cruise" ], [ "2", "eric", "timothy", "beach" ], [ "3", "bob", "samantha", "city" ], [ "4", "pe...
2024-06-29T19:25:51.258132
lgp-test-3x6-3
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. They have different characteristics: - Each person has a unique name: `eric`, `peter`, `arnold` - Each person has a favorite color: `white`, `red`, `yellow` - They all have a differen...
{ "header": [ "House", "Name", "Color", "Flower", "HairColor", "PhoneModel", "CarModel" ], "rows": [ [ "1", "peter", "yellow", "carnations", "blonde", "iphone 13", "tesla model 3" ], [ "2", "arnold", "red", "...
2024-06-29T19:25:51.256940