DataCollectionAudit_Analysis.mdd audit file definition
You can use the DM Query utility to query the
DataCollectionAudit_Analysis.ddf file. For more information, see
Querying logs with DM Query.
You can use the MDM Explorer utility to view the audit file metadata in the DataCollectionAudit_Analysis.mdd file.
The DataCollectionAudit_Analysis.mdd audit file includes the following fields:
Fields
AuditCaseID
The case respondent ID. This field functions as the audit data identification. Any record can be located by its AuditCaseId value.
Data type: mtText
AuditProject
The project name.
Data type: mtText
AuditDataFile
Target data file name. This is the data entry batch file name.
Data type: mtText
AuditCollection
The loop that stores all interactions with the respondent. The loop consists of the following sub-fields.
Data type: mtArray
AuditUser
The Interview ID. The interviewer or data entry operator.
Data type: mtText
AuditWorkStationId
The Microsoft Windows workstation ID.
Data type: mtText
AuditWorkStationUser
The Microsoft Windows user currently signed into the workstation.
Data type: mtText
AuditStartTime
Timestamp of when the interaction started.
Data type: mtDate
AuditFinishTime
Timestamp of when the interaction completed.
Data type: mtDate
AuditOperation
The data operation (initial, data entry, partial, or full verification). The default value is DataEntry.
Data type: mtCategorical
AuditCollectionMode
The data entry mode (Initial, Partial, or Full). Reports use this field to filter data for different modes.
Data type: mtCategorical
AuditCaseStatus
The case status when the audit entry was created (Completed or Suspended).
Data type: mtCategorical
AuditText
Optional text regarding the operation.
Data type: mtText
AuditEntryCount
The total number of times questions were answered in the Data Entry Player.
Data type: mtLong
AuditAlphanumericKeystrokeCount
Keystroke count of alphanumeric (A to Z and 0 to 9) characters. The count is the accumulated keystroke value of all verification operations for a particular interaction.
Data type: mtLong
AuditValidationCount
The total number of times verification changes were accepted. Changes are only counted in the partial or full verification entry modes.
Data type: mtLong
AuditVerification
The loop that stores error information in verification mode. The loop consists of the following sub-fields.
Data type: mtArray
AuditVariablename
The variable has a response change.
Data type: mtText
AuditOriginalResponse
The original answer before verification. For categorical questions, this field stores the selected category names.
Data type: mtText
AuditVerifiedResponse
New answer input after verification. For categorical questions, this field stores the selected category names.
Data type: mtText
See also