Open hgeorgsch opened 5 years ago
This will take some research and won't easily be fixed. A feasibility analysis would be useful though.
This only affects a narrow use case. With CAPQuiz we normally want a large number of variants, which creates performance issues with STACK. We have therefore resorted to instantiating questions on the fly, with nothing pregenerated, and in this case instances cannot be graded.
Therefore, we won't fix.
CAPQuiz rates questions. For question types such as STACK the question is parameterised, and a question is really a class of random instances. This has a couple of potentially negative consequences.
There is no obvious and clear-cut solution to this problem, and every solution is likely to have negative side-effects, but alternatives should be identified and discussed. In particular,