![]() |
RAPP Platform API
|


Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
Public Attributes | |
| correct_ans | |
| The set of correct answers for each question. More... | |
| error | |
| Error message. More... | |
| possib_ans | |
| The set of possible answers for each question. More... | |
| questions | |
| The set of questions for the exercise. More... | |
| test_instance | |
| Returned test instance name. More... | |
| test_subtype | |
| Cognitive exercise sub-type. More... | |
| test_type | |
| Cognitive exercise class/type. More... | |
Cognitive Exercise Select Cloud Response object. CognitiveExerciseSelect.Response
Definition at line 67 of file CognitiveExerciseSelect.py.
| def RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.__init__ | ( | self, | |
| kwargs | |||
| ) |
Constructor.
| **kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 72 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.correct_ans |
The set of correct answers for each question.
Definition at line 93 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.error |
Error message.
Definition at line 87 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.possib_ans |
The set of possible answers for each question.
Definition at line 91 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.questions |
The set of questions for the exercise.
Definition at line 89 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.test_instance |
Returned test instance name.
e.g. 'ArithmeticCts_askw0Snwk'
Definition at line 96 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.test_subtype |
Cognitive exercise sub-type.
Definition at line 100 of file CognitiveExerciseSelect.py.
| RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.test_type |
Cognitive exercise class/type.
Definition at line 98 of file CognitiveExerciseSelect.py.