RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | make_files |
def | make_payload |
Public Attributes | |
test_diff | |
Force select from this difficulty. More... | |
test_index | |
Force select this index. More... | |
test_subtype | |
Force select from this subtype. More... | |
test_type | |
Cognitive Exercise test type. More... | |
Cognitive Exercise Select Cloud Request object. CognitiveExerciseSelect.Request
Definition at line 18 of file CognitiveExerciseSelect.py.
def RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 23 of file CognitiveExerciseSelect.py.
def RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.make_files | ( | self | ) |
Create and return Array of File objects of the Request.
Definition at line 62 of file CognitiveExerciseSelect.py.
def RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.make_payload | ( | self | ) |
Create and return the Payload of the Request.
Definition at line 53 of file CognitiveExerciseSelect.py.
RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.test_diff |
Force select from this difficulty.
Defaults to empty string ""
Definition at line 46 of file CognitiveExerciseSelect.py.
RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.test_index |
Force select this index.
Defaults to empty string "".
Definition at line 48 of file CognitiveExerciseSelect.py.
RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.test_subtype |
Force select from this subtype.
Defaults to empty string ""
Definition at line 44 of file CognitiveExerciseSelect.py.
RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Request.test_type |
Cognitive Exercise test type.
Can be one of:
If left empty, selection will be performed based on user's past performance records.
Definition at line 42 of file CognitiveExerciseSelect.py.