Problematic Internet Use Questionnaire - PIUQ

Technical Manual

Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com), Millisecond

Created: January 18, 2020

Last Modified: January 12, 2023 by K. Borchert (katjab@millisecond.com), Millisecond

Script Copyright © Millisecond Software, LLC

Background

This script implements the Problematic Internet Use Questionnaire (PIUQ) by Demetrovics et al (2008). The PIUQ was tested with a sample that ranged in age from 12-69 (mean: ~23).

References

Demetrovics, Z., Szeredi, B., & Rózsa, S. (2008). The three-factor model of Internet addiction: The development of the Problematic Internet Use Questionnaire. Behavior Research Methods, 40, 563-574.

Duration

1.5 minutes

Description

18 questions, 5-point Likert Scale (never - always), self-report

Subscales:
•Obsession: Questions 1, 4, 7, 10, 13, 16 •Neglect: Questions 2, 5, 8, 11, 14, 17 •Control disorder: Questions 3, 6, 9, 12, 15, 18

Scoring

Norms
Norms are calculated (if gender is provided) by default based on data (means and standard deviations)
provided by Demetrovics et al (2008, p.569, table 7).
Check out section Editable Parameters to turn off the demographic questions (and norm calculations).

Summary Data

File Name: piuq_summary.iqdat' (Inquisit Lab: one data file per participant)

Data Fields

NameDescription
inquisit.version Inquisit version number
computer.platform Device platform: win | mac |ios | android
computer.touch 0 = device has no touchscreen capabilities; 1 = device has touchscreen capabilities
computer.hasKeyboard 0 = no external keyboard detected; 1 = external keyboard detected
startDate Date the session was run
startTime Time the session was run
subjectId Participant ID
groupId Group number
sessionId Session number
elapsedTime Session duration in ms
completed 0 = Test was not completed
1 = Test was completed
numberMissingItems The number of questions that have not been answered
Total And Subscale Scores: Scored On Scale: 1 (Never) To 5 (Always)
piuqTotal The total score (range: 18-90)
zScorePIUQ The z-score of the total score
percentilePIUQ Associated percentile of z-score
piuqObsession The score on subscale 'obsession' (range: 6-30)
zScoreO The z-score of the obsession score
percentileO Associated percentile of z-score
piuqNeglect The score on subscale 'neglect' (range: 6-30)
zScoreN The z-score of the neglect score
percentileN Associated percentile of z-score
piuqControlDisOrder The score on subscale 'controldisorder' (range: 6-30)
zScoreC The z-score of the control disorder score
percentileC Associated percentile of z-score

Raw Data

File Name: piuq.iqdat

Data Fields

NameDescription
date Date the session was run
time Time the session was run
subject Participant ID
group Group number
session Session number
build Inquisit version number
q*_response Response given (in assigned values)
Scale: 1 (never) - 5 (always)
no reversed scored questions
q*_latency How much time (in ms) the participant spent on the surveyPage with this particular
question (the last time this particular surveyPage was visited)

Parameters

The procedure can be adjusted by setting the following parameters.

NameDescriptionDefault
calculateGenderNorms True = the script collects gender information and calculates z-scores and percentiles based on reported gender
false = the script does not collect gender information (and does not calculate z-scores/percentiles)
true