Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com), Millisecond
Created: May 28, 2026
Last Modified: May 28, 2026 by K. Borchert (katjab@millisecond.com), Millisecond
Script Copyright © Millisecond Software, LLC
This script implements the Brief Aggression Questionnaire (BAQ) by Webster et al (2015) The BAQ uses a subset of the items on the Buss Perry Aggression Questionnaire (BPAQ, Buss & Perry, 1992).
Webster, G. D., et al (2015). The Brief Aggression Questionnaire: Structure, Validity, Reliability, and Generalizability. Journal of Personality Assessment, 97(6), 638–649.
1.5 minutes
12 7-point Likert style questions on 4 scales: Physical Aggression (PA), Anger (A), Verbal Aggression (VA), and Hostility (H). The questions are presented in clusters: PA -> A -> VA -> H
Each question is scored on a scale 1 (extremely uncharacteristic) to 7 (extremely characteristic)
( one question is automatically reversed-scored).
A subscale score is computed for each of the 4 subscales based on the MEAN of the individual responses.
The Total baq score is based on the MEAN of all responses.
File Name: baq_summary.iqdat
| Name | Description |
|---|---|
| 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 |
| 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 |
| completed | 0 = Test was not completed 1 = Test was completed |
| baqTotal | Mean of all responses (Range: 1-7); the higher the score the greater the reported aggressive tendencies |
| physicalAggression | The mean of the responses to the Physical Aggression (PA) questions (Range: 1-7) |
| verbalAggression | The mean of the responses to the Verbal Aggression (VA) questions (Range: 1-7) |
| anger | The mean of the responses to the Anger (A) questions (Range: 1-7) |
| hostility | The mean of the responses to the Hostility (H) questions (Range: 1-7) |
File Name: baq.iqdat
| Name | Description |
|---|---|
| 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 (extremely uncharacteristic) to 7 (extremely characteristic) R = automatically 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) |