Schulte
Schulte Tables – tables with randomly arranged objects (usually numbers or letters) used to test and develop quickness of finding these objects in a certain order (usually in ascending order for numbers and alphabetical order for letters). Exercises with tables can improve peripheral visual perception, which will have a positive impact on the skill of speed reading.
Generating a Random Table
GET https://shadify.yurace.pro/api/schulte/generator
Parameter | Description |
---|---|
size | Optional The size of the generated table. The available range is from 1 to 15. The default value is 5. |
mode | Optional The number / alphabet string, which defines the generated values for the table: numbers or letters. If alphabet is selected, the size parameter will always be 5. Default value is number. |
Returned response:
{
"grid": [
[9, 18, 6, 1, 5],
[11, 24, 25, 15, 19],
[13, 7, 10, 21, 23],
[20, 22, 12, 17, 16],
[2, 8, 4, 14, 3]
]
}