Example numeric metadata from simulated Qualtrics study
Source:R/qualtrics_data.R
qualtrics_numeric.Rd
A dataset containing the metadata from a standard Qualtrics survey with browser metadata collected and exported with "Use numeric values". These data were randomly generated using iptools::ip_random() and rgeolocate::ip2location() functions.
Format
A data frame with 100 rows and 16 variables:
- StartDate
date and time data collection started, in ISO 8601 format
- EndDate
date and time data collection ended, in ISO 8601 format
- Status
numeric flag for preview (1) vs. implemented survey (0) entries
- IPAddress
participant IP address (truncated for anonymity)
- Progress
percentage of survey completed
- Duration (in seconds)
duration of time required to complete survey, in seconds
- Finished
numeric flag for whether survey was completed (1) or progress was < 100 (0)
- RecordedDate
date and time survey was recorded, in ISO 8601 format
- ResponseId
random ID for participants
- LocationLatitude
latitude geolocated from IP address
- LocationLongitude
longitude geolocated from IP address
- UserLanguage
language set in Qualtrics
- Browser
user web browser type
- Version
user web browser version
- Operating System
user operating system
- Resolution
user screen resolution
See also
Other data:
qualtrics_fetch2
,
qualtrics_fetch
,
qualtrics_raw
,
qualtrics_text