Response Exhaust
Last updated
Last updated
The response exhaust report captures the user's responses to each question in the assessment. The response exhaust report contains data only if an assessment or question set is present. For each batch of users, a distinct response exhaust report is created. Each user's attempt at a particular question is exhaustively recorded, resulting in multiple rows for each attempt. m
Overall, the code represents the job that processes user enrolment data and collects batch information. It retrieves assessment data, performs necessary transformations, joins with content data, and organizes the resulting DataFrame as a response exhaust report.
cassandra
user redis
user_enrolments
assessment_aggregator
user_activity_agg
postgres
job_request table
Content search API
Consent Fields
Question Response
Sample Data
Format
Nomenclature
Example
CSV
response-exhaust/{request_id}/<batch_id>_response_<updatedDate>.csv
do_1130264512015646721166_response_26_08_2020.csv
Column Label
Column Type
Data Type
Description
Collection Id
Static
String
Unique Collection Identifier
Collection Name
Static
String
Collection Title
Batch Id
Static
String
Batch Id
Batch Name
Static
String
Batch Title
User UUID
Static
String
The system generated unique user ID
User Name
Static
String
Name of the user
QuestionSet Id
Static
String
Id of the question set
QuestionSet Title
Static
String
Title of the question set
Attempt Id
Static
String
Id of the attempt. There can be more than one attempt for the same question set
Attempted On
Static
DateTime
Date on which the last attempt happened for this attempt id
Question Id
Static
String
Question id
Question Type
Static
String
Question type - mcq/mtf/mmcq/ftb
Question Title
Static
String
Title of the question
Question Description
Static
String
Description of the question
Question Duration
Static
Number
Time taken to answer the question
Question Score
Static
Number
Score received for the question
Question Max Score
Static
Number
Max applicable score for the question
Question Options
Static
JSON
Options shown to the user
Question Response
Static
JSON
Responses given by the user