12 """ Cognitive Exercise Select Cloud Message object
14 For more information on available exercises have a look at:
15 https://github.com/rapp-project/rapp-platform/tree/master/rapp_cognitive_exercise
19 """ Cognitive Exercise Select Cloud Request object.
21 CognitiveExerciseSelect.Request
27 @param **kwargs - Keyword arguments. Apply values to the request attributes.
54 """ Create and return the Payload of the Request. """
63 """ Create and return Array of File objects of the Request. """
68 """ Cognitive Exercise Select Cloud Response object.
70 CognitiveExerciseSelect.Response
76 @param **kwargs - Keyword arguments. Apply values to the request attributes.
108 @param **kwargs - Keyword argumen.ts. Apply values to the request attributes.
109 - @ref Request.test_type
110 - @ref Request.test_subtype
111 - @ref Request.test_diff
112 - @ref Request.test_index
119 super(CognitiveExerciseSelect, self).
__init__(
120 svcname=
'cognitive_test_chooser', **kwargs)
questions
The set of questions for the exercise.
test_subtype
Force select from this subtype.
test_index
Force select this index.
possib_ans
The set of possible answers for each question.
test_type
Cognitive Exercise test type.
test_diff
Force select from this difficulty.
correct_ans
The set of correct answers for each question.
test_subtype
Cognitive exercise sub-type.
test_type
Cognitive exercise class/type.
test_instance
Returned test instance name.