id stringlengths 14 15 | size stringclasses 25
values | puzzle stringlengths 394 2.95k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-3x6-2 | 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`
- Each person prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation",
"Food",
"Smoothie",
"CarModel",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.731880 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter`
- Each mother is accompanied by their c... | {
"header": [
"House",
"Name",
"Children",
"HairColor"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
... | 2024-07-11T01:22:10.732285 |
lgp-test-5x3-34 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Bob`, `Peter`, `Alice`
- Everyone has something unique ... | {
"header": [
"House",
"Name",
"Food",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733673 |
lgp-test-6x5-26 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Arnold`, `Bob`, `Alice`, `Peter`, `Eric`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Pet",
"Flower",
"CarModel"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.735308 |
lgp-test-2x4-16 | 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: `doctor`, `engineer`
- ... | {
"header": [
"House",
"Name",
"Occupation",
"HairColor",
"CarModel"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730501 |
lgp-test-2x6-34 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person lives in a unique style of house: `victoria... | {
"header": [
"House",
"Name",
"HouseStyle",
"MusicGenre",
"Vacation",
"FavoriteSport",
"HairColor"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",... | 2024-07-11T01:22:10.730970 |
lgp-test-4x2-16 | 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`, `Peter`, `Alice`, `Arnold`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.732162 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Bob`, `Peter`, `Eric`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Flower",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"... | 2024-07-11T01:22:10.733877 |
lgp-test-3x3-8 | 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 have unique favorite music genres: `cla... | {
"header": [
"House",
"Name",
"MusicGenre",
"Drink"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731258 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Alice`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother",
"Birthday",
"Hobby"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"_... | 2024-07-11T01:22:10.732539 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Eric`, `Peter`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"Cigar",
"Children",
"Mother",
"PhoneModel"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733179 |
lgp-test-4x6-24 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother",
"Nationality",
"BookGenre",
"Animal",
"HairColor"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"_... | 2024-07-11T01:22:10.733147 |
lgp-test-2x5-15 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique favorite music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre",
"Hobby",
"Occupation",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730685 |
lgp-test-5x5-33 | 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: `Arnold`, `Peter`, `Alice`, `Eric`, `Bob`
- Each person has a unique favor... | {
"header": [
"House",
"Name",
"Drink",
"MusicGenre",
"Nationality",
"Cigar"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.734162 |
lgp-test-3x2-19 | 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: `ford f150`, `to... | {
"header": [
"House",
"Name",
"CarModel"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731093 |
lgp-test-5x6-7 | 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`, `Arnold`, `Alice`, `Peter`, `Eric`
- Each person prefers a unique t... | {
"header": [
"House",
"Name",
"Vacation",
"Height",
"Flower",
"Education",
"CarModel"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",... | 2024-07-11T01:22:10.734246 |
lgp-test-5x4-5 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Alice`, `Bob`, `Eric`, `Arnold`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"Education",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733735 |
lgp-test-3x4-5 | 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 prefers a unique type of vacation:... | {
"header": [
"House",
"Name",
"Vacation",
"Flower",
"Birthday"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.731440 |
lgp-test-3x3-3 | 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`
- People own unique car models: `ford f150`, `to... | {
"header": [
"House",
"Name",
"CarModel",
"Nationality"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731232 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Alice`, `Arnold`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education",
"MusicGenre",
"Color",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.732784 |
lgp-test-5x5-8 | 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: `Arnold`, `Alice`, `Bob`, `Eric`, `Peter`
- Each person has a favorite col... | {
"header": [
"House",
"Name",
"Color",
"Food",
"PhoneModel",
"Education"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.734020 |
lgp-test-3x5-18 | 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`
- They all have a unique favorite flower: `daffo... | {
"header": [
"House",
"Name",
"Flower",
"Nationality",
"Mother",
"FavoriteSport"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"__... | 2024-07-11T01:22:10.731756 |
lgp-test-6x3-32 | 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: `Alice`, `Arnold`, `Carol`, `Peter`, `Bob`, `Eric`
- People use unique pho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Hobby"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"_... | 2024-07-11T01:22:10.734867 |
lgp-test-2x3-29 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a unique birthday month: `sept`, `april... | {
"header": [
"House",
"Name",
"Birthday",
"Mother"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730338 |
lgp-test-6x3-34 | 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: `Peter`, `Alice`, `Carol`, `Eric`, `Arnold`, `Bob`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Birthday",
"Hobby"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___... | 2024-07-11T01:22:10.734877 |
lgp-test-2x3-20 | 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`
- People have unique heights: `very short`, `short`
- Th... | {
"header": [
"House",
"Name",
"Height",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730295 |
lgp-test-5x3-6 | 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`, `Peter`, `Eric`, `Bob`, `Alice`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel",
"BookGenre"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
... | 2024-07-11T01:22:10.733513 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Bob`, `Arnold`, `Alice`, `Eric`
- Each person has an occupation:... | {
"header": [
"House",
"Name",
"Occupation",
"HouseStyle",
"HairColor",
"BookGenre"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"... | 2024-07-11T01:22:10.733969 |
lgp-test-2x3-32 | 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 birthday month: `sept`, `april... | {
"header": [
"House",
"Name",
"Birthday",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730352 |
lgp-test-2x2-7 | 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 has a unique hobby: `photography`, `gardeni... | {
"header": [
"House",
"Name",
"Hobby"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730055 |
lgp-test-6x6-7 | 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`, `Eric`, `Peter`, `Carol`, `Bob`, `Arnold`
- Everyone has a favori... | {
"header": [
"House",
"Name",
"Smoothie",
"Food",
"PhoneModel",
"CarModel",
"HouseStyle"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"__... | 2024-07-11T01:22:10.735428 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Eric`, `Bob`, `Peter`
- Each person has a unique birth... | {
"header": [
"House",
"Name",
"Birthday",
"Flower",
"Education",
"Smoothie"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.734054 |
lgp-test-3x2-35 | 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`, `Eric`, `Peter`
- People have unique hair colors: `brown`, `blac... | {
"header": [
"House",
"Name",
"HairColor"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731193 |
lgp-test-4x6-7 | 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`, `Alice`, `Arnold`
- People have unique hair colors: `brow... | {
"header": [
"House",
"Name",
"HairColor",
"FavoriteSport",
"Smoothie",
"Birthday",
"PhoneModel"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733047 |
lgp-test-5x2-2 | 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`, `Alice`, `Bob`, `Peter`
- Each person has an occupation:... | {
"header": [
"House",
"Name",
"Occupation"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"__... | 2024-07-11T01:22:10.733248 |
lgp-test-2x2-21 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- The people are of nationalities: `dane`, `brit`
## Clu... | {
"header": [
"House",
"Name",
"Nationality"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730121 |
lgp-test-3x5-26 | 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`
- People own unique car models: `tesla model 3`,... | {
"header": [
"House",
"Name",
"CarModel",
"Pet",
"BookGenre",
"Food"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"_... | 2024-07-11T01:22:10.731798 |
lgp-test-6x2-27 | 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`, `Alice`, `Bob`, `Peter`, `Eric`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
... | 2024-07-11T01:22:10.734616 |
lgp-test-3x2-30 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`
- Each person has a favorite color: `white`, `re... | {
"header": [
"House",
"Name",
"Color"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731171 |
lgp-test-3x3-13 | 3*3 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`
- Each mother is accompanied by their child: `Me... | {
"header": [
"House",
"Name",
"Children",
"Smoothie"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731281 |
lgp-test-2x5-3 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has a unique hobby: `gardening`, `photograp... | {
"header": [
"House",
"Name",
"Hobby",
"BookGenre",
"MusicGenre",
"Birthday"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730628 |
lgp-test-4x3-22 | 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: `Arnold`, `Peter`, `Alice`, `Eric`
- Each person has a favorite color: `re... | {
"header": [
"House",
"Name",
"Color",
"Mother"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",... | 2024-07-11T01:22:10.732422 |
lgp-test-4x5-9 | 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: `Arnold`, `Peter`, `Eric`, `Alice`
- The people keep unique animals: `fish... | {
"header": [
"House",
"Name",
"Animal",
"Cigar",
"Flower",
"MusicGenre"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.732801 |
lgp-test-4x3-8 | 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 have unique hair colors: `blon... | {
"header": [
"House",
"Name",
"HairColor",
"MusicGenre"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
... | 2024-07-11T01:22:10.732348 |
lgp-test-6x2-31 | 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`, `Peter`, `Carol`, `Eric`, `Arnold`, `Bob`
- People have unique he... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
... | 2024-07-11T01:22:10.734638 |
lgp-test-6x6-11 | 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`, `Peter`, `Eric`, `Bob`, `Alice`, `Arnold`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"Hobby",
"Food",
"CarModel",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.735484 |
lgp-test-5x4-7 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Bob`, `Eric`, `Arnold`
- Everyone has a favorite smooth... | {
"header": [
"House",
"Name",
"Smoothie",
"Animal",
"Nationality"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733746 |
lgp-test-6x3-4 | 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: `Alice`, `Peter`, `Arnold`, `Bob`, `Carol`, `Eric`
- People have unique ha... | {
"header": [
"House",
"Name",
"HairColor",
"Occupation"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
... | 2024-07-11T01:22:10.734708 |
lgp-test-3x4-39 | 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`, `Peter`, `Eric`
- Each person has an occupation: `teacher`, `doc... | {
"header": [
"House",
"Name",
"Occupation",
"MusicGenre",
"Children"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",... | 2024-07-11T01:22:10.731629 |
lgp-test-5x5-10 | 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`
- The mothers' names in differen... | {
"header": [
"House",
"Name",
"Mother",
"Cigar",
"Animal",
"Food"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___"... | 2024-07-11T01:22:10.734031 |
lgp-test-3x2-5 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`
- Each person has a unique favorite drink: `wate... | {
"header": [
"House",
"Name",
"Drink"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731027 |
lgp-test-5x4-26 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Bob`, `Eric`, `Arnold`
- People have unique heights: `v... | {
"header": [
"House",
"Name",
"Height",
"Mother",
"HairColor"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733857 |
lgp-test-6x5-18 | 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: `Arnold`, `Peter`, `Eric`, `Carol`, `Alice`, `Bob`
- The people are of nat... | {
"header": [
"House",
"Name",
"Nationality",
"BookGenre",
"Smoothie",
"PhoneModel"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"... | 2024-07-11T01:22:10.735263 |
lgp-test-5x6-24 | 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`, `Eric`, `Arnold`, `Peter`, `Alice`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar",
"Food",
"Nationality",
"Occupation",
"Height"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.734344 |
lgp-test-6x3-26 | 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: `Alice`, `Eric`, `Bob`, `Peter`, `Arnold`, `Carol`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"PhoneModel"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"... | 2024-07-11T01:22:10.734832 |
lgp-test-4x2-33 | 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`, `Peter`, `Arnold`, `Alice`
- Everyone has a favorite smoothie: `ch... | {
"header": [
"House",
"Name",
"Smoothie"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.732246 |
lgp-test-5x2-21 | 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`, `Alice`, `Bob`, `Eric`, `Arnold`
- People have unique favorite bo... | {
"header": [
"House",
"Name",
"BookGenre"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___... | 2024-07-11T01:22:10.733352 |
lgp-test-4x5-20 | 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: `Alice`, `Arnold`, `Eric`, `Peter`
- People have unique heights: `short`, ... | {
"header": [
"House",
"Name",
"Height",
"Color",
"Flower",
"Animal"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"__... | 2024-07-11T01:22:10.732864 |
lgp-test-6x3-15 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Peter`, `Arnold`, `Alice`, `Bob`, `Eric`
- Each person has an oc... | {
"header": [
"House",
"Name",
"Occupation",
"Pet"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___... | 2024-07-11T01:22:10.734769 |
lgp-test-2x6-9 | 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 have unique favorite music genres: `rock`, `pop`... | {
"header": [
"House",
"Name",
"MusicGenre",
"HouseStyle",
"Food",
"FavoriteSport",
"Children"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.730850 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Alice`, `Arnold`, `Eric`
- People own unique car models: `toyota... | {
"header": [
"House",
"Name",
"CarModel",
"Height",
"Mother",
"Education",
"Animal"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.733018 |
lgp-test-4x4-6 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Alice`, `Eric`
- People use unique phone models: `ipho... | {
"header": [
"House",
"Name",
"PhoneModel",
"Vacation",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.732551 |
lgp-test-5x3-35 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice`, `Bob`
- The mothers' names in differen... | {
"header": [
"House",
"Name",
"Mother",
"Height"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___"... | 2024-07-11T01:22:10.733678 |
lgp-test-2x5-11 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique heights: `very short`, `short`
- Ea... | {
"header": [
"House",
"Name",
"Height",
"Hobby",
"Food",
"Occupation"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730665 |
lgp-test-2x5-8 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a unique level of education: `associate... | {
"header": [
"House",
"Name",
"Education",
"Occupation",
"Birthday",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730650 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`, `Alice`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle",
"HairColor",
"Children",
"BookGenre"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"__... | 2024-07-11T01:22:10.732892 |
lgp-test-2x3-30 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Everyone has something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food",
"Flower"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730342 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Peter`, `Arnold`
- The people are of nationalities: `bri... | {
"header": [
"House",
"Name",
"Nationality",
"Flower",
"Education"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.732613 |
lgp-test-5x5-29 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Alice`, `Bob`, `Arnold`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality",
"Vacation",
"Education",
"Occupation"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"... | 2024-07-11T01:22:10.734140 |
lgp-test-2x4-7 | 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 music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre",
"HairColor",
"Nationality"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730457 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`, `Bob`, `Carol`, `Alice`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"HairColor",
"PhoneModel",
"Drink"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.735234 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Bob`, `Eric`, `Carol`, `Alice`
- People own unique car... | {
"header": [
"House",
"Name",
"CarModel",
"Hobby"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___... | 2024-07-11T01:22:10.734827 |
lgp-test-3x3-6 | 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`, `Arnold`, `Peter`
- People have unique favorite book genres: `myst... | {
"header": [
"House",
"Name",
"BookGenre",
"Vacation"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731246 |
lgp-test-2x3-19 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Everyone has something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food",
"BookGenre"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730290 |
lgp-test-3x3-5 | 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`
- The people are of nationalities: `dane`, `brit... | {
"header": [
"House",
"Name",
"Nationality",
"FavoriteSport"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.731242 |
lgp-test-3x4-34 | 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`
- Each person has a favorite color: `red`, `yell... | {
"header": [
"House",
"Name",
"Color",
"CarModel",
"Mother"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"_... | 2024-07-11T01:22:10.731604 |
lgp-test-3x6-11 | 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: `Arnold`, `Eric`, `Peter`
- They all have a unique favorite flower: `daffo... | {
"header": [
"House",
"Name",
"Flower",
"HairColor",
"MusicGenre",
"Mother",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.731927 |
lgp-test-6x2-8 | 6*2 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Alice`, `Bob`, `Peter`, `Eric`, `Arnold`
- Each person has a fav... | {
"header": [
"House",
"Name",
"Color"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
... | 2024-07-11T01:22:10.734482 |
lgp-test-2x2-19 | 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 mother is accompanied by their child: `Bella`, `Fr... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730112 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Peter`, `Eric`
- Each mother is accompanied by their c... | {
"header": [
"House",
"Name",
"Children",
"Food",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___... | 2024-07-11T01:22:10.732630 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- Each person has a unique hobby: `cooking`, `ph... | {
"header": [
"House",
"Name",
"Hobby",
"Nationality",
"Food",
"Smoothie"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.731693 |
lgp-test-5x2-13 | 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`, `Peter`, `Eric`, `Alice`, `Arnold`
- Each mother is accompanied by ... | {
"header": [
"House",
"Name",
"Children"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"... | 2024-07-11T01:22:10.733308 |
lgp-test-2x2-0 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique favorite music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730000 |
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. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Alice`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Hobby",
"Education",
"Pet"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.732880 |
lgp-test-4x5-32 | 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: `Arnold`, `Alice`, `Eric`, `Peter`
- Each person has a unique hobby: `cook... | {
"header": [
"House",
"Name",
"Hobby",
"Birthday",
"Education",
"Smoothie"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
... | 2024-07-11T01:22:10.732959 |
lgp-test-2x6-5 | 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: `engineer`, `doctor`
- ... | {
"header": [
"House",
"Name",
"Occupation",
"Birthday",
"HouseStyle",
"Height",
"Cigar"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___... | 2024-07-11T01:22:10.730829 |
lgp-test-5x6-38 | 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`, `Eric`, `Peter`, `Bob`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Nationality",
"HouseStyle",
"Birthday",
"Occupation"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.734427 |
lgp-test-3x6-22 | 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 a unique favorite cigar: `prince`... | {
"header": [
"House",
"Name",
"Cigar",
"Drink",
"FavoriteSport",
"Nationality",
"Pet"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",... | 2024-07-11T01:22:10.731984 |
lgp-test-6x2-34 | 6*2 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Carol`, `Bob`, `Alice`
- People have unique he... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
],
[
"___",
"___",
"___"
... | 2024-07-11T01:22:10.734653 |
lgp-test-6x6-13 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Carol`, `Peter`, `Alice`, `Eric`, `Arnold`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower",
"HairColor",
"Color",
"CarModel",
"Mother"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.735498 |
lgp-test-6x4-14 | 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`, `Bob`, `Peter`, `Alice`, `Arnold`, `Carol`
- People own unique car... | {
"header": [
"House",
"Name",
"CarModel",
"Mother",
"Hobby"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"_... | 2024-07-11T01:22:10.735016 |
lgp-test-5x6-36 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Bob`, `Eric`, `Alice`
- People have unique hair colors... | {
"header": [
"House",
"Name",
"HairColor",
"Vacation",
"Flower",
"Food",
"Hobby"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.734416 |
lgp-test-6x6-39 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Bob`, `Alice`, `Eric`, `Peter`, `Carol`
- People have unique fa... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Hobby",
"Children",
"Birthday",
"Food"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___"... | 2024-07-11T01:22:10.735663 |
lgp-test-3x4-25 | 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`
- People have unique favorite sports: `soccer`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Color",
"Mother"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.731555 |
lgp-test-5x3-0 | 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`, `Arnold`, `Alice`, `Eric`, `Bob`
- People own unique car models: ... | {
"header": [
"House",
"Name",
"CarModel",
"Vacation"
],
"rows": [
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"... | 2024-07-11T01:22:10.733454 |
lgp-test-2x4-28 | 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`
- They all have a unique favorite flower: `daffodils`, `c... | {
"header": [
"House",
"Name",
"Flower",
"PhoneModel",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
]
]
} | 2024-07-11T01:22:10.730558 |
lgp-test-4x4-39 | 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: `Peter`, `Eric`, `Arnold`, `Alice`
- People have unique favorite music gen... | {
"header": [
"House",
"Name",
"MusicGenre",
"Nationality",
"Color"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.732743 |
lgp-test-2x6-22 | 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`
- The people are of nationalities: `dane`, `brit`
- Peop... | {
"header": [
"House",
"Name",
"Nationality",
"BookGenre",
"Birthday",
"Pet",
"Children"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___... | 2024-07-11T01:22:10.730912 |
lgp-test-5x6-20 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Alice`, `Eric`, `Peter`, `Arnold`
- People have unique heights: `a... | {
"header": [
"House",
"Name",
"Height",
"Occupation",
"Mother",
"Birthday",
"Pet"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.734321 |
lgp-test-4x4-32 | 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 prefers a unique type of ... | {
"header": [
"House",
"Name",
"Vacation",
"Drink",
"Nationality"
],
"rows": [
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
"___"
],
[
"___",
"___",
"___",
"___",
... | 2024-07-11T01:22:10.732702 |
Subsets and Splits
Specific Puzzle Selection Query
The query retrieves specific records from the grid_mode dataset based on a predefined list of IDs, providing limited insight into the data.
Selective Puzzle Retrieval
The query retrieves specific puzzle entries based on their IDs, providing a basic filtering of the dataset without revealing deeper patterns or insights.