Create an IQ test with randomly generated, logically sound p...
Prompt
Create an IQ test with randomly generated, logically sound problems: continuing geometric patterns and completing number sequences. To do this, develop an algorithm that first selects solvable rules and then uses them to generate problems along with their solutions. Use, for example, rotation, reflection, changes in quantity, as well as mathematical operations and combinations thereof. Gradually increase the difficulty level by varying the number of rules, the level of abstraction, and the number of required steps. Keep the geometric elements clear and ensure the problems can be solved in a way that is understandable based on the examples provided. Check for contradictory or ambiguous solutions within the set of rules used and generate plausible answer options. Calculate a total score that takes the difficulty level into account. Implement the problem logic and visualization entirely using JavaScript and Canvas.
A system prompt was added to support web rendering
Response not available