RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response Class Reference
Inheritance diagram for RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response:
Collaboration diagram for RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response:

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...
 

Detailed Description

Cognitive Exercise Select Cloud Response object.

CognitiveExerciseSelect.Response

Definition at line 67 of file CognitiveExerciseSelect.py.

Constructor & Destructor Documentation

def RappCloud.CloudMsgs.CognitiveExerciseSelect.CognitiveExerciseSelect.Response.__init__ (   self,
  kwargs 
)

Constructor.

Parameters
**kwargs- Keyword arguments. Apply values to the request attributes.

Definition at line 72 of file CognitiveExerciseSelect.py.

Member Data Documentation

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.


The documentation for this class was generated from the following file: