Skip to main content

Mental Rotation

The Mental Rotation task measures spatial visualization ability. Participants view two shapes side by side and decide whether they are the same shape (just rotated) or different shapes (one is mirror-flipped). Response time increases linearly with angular disparity, a classic finding in cognitive psychology (Shepard & Metzler, 1971).

ActivitySpec: lamp.mental_rotation

Cognitive domain: Spatial visualization, mental imagery

Configurationโ€‹

SettingDescription
DifficultyControls shape complexity and rotation angles
Time LimitMax response time per trial (seconds)
API settings fields
Dashboard SettingAPI FieldTypeDefault
Difficultydifficultystring"medium"
Time Limittime_limit_per_trial_snumber15

Sample Instructionsโ€‹

"Two shapes will appear side by side. Decide if they are the Same shape (just rotated) or Different shapes (one is flipped). Respond as quickly and accurately as you can."

Usageโ€‹

Stimuli are randomly generated asymmetric polyomino shapes (connected block patterns). The left shape is presented in canonical orientation; the right shape is rotated and optionally mirror-flipped. On "Same" trials, the right shape is rotated only. On "Different" trials, the right shape is mirrored and rotated. Difficulty levels control complexity: Easy uses 5 blocks with 4 rotation angles and 16 trials, Medium uses 6 blocks with 8 rotation angles and 16 trials, and Hard uses 7 blocks with 8 rotation angles and 32 trials. Brief correctness feedback (600ms) is shown after each response.

Scoringโ€‹

Accuracy and reaction time across conditions. Key metrics include overall accuracy, same/different accuracy, and mean correct RT at each rotation angle.

References
  1. Shepard, R. N. & Metzler, J. (1971). Mental rotation of three-dimensional objects. Science, 171(3972), 701-703. DOI: 10.1126/science.171.3972.701

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
scorenumberOverall score
correct_answersnumberCorrect responses
total_questionsnumberTotal trials
trials_totalnumberTotal trials presented
trials_respondednumberTrials with a response
trials_correctnumberCorrect responses
trials_timed_outnumberTrials with no response
accuracynumberProportion correct
same_accuracynumberAccuracy on "same" trials
different_accuracynumberAccuracy on "different" trials
mean_rt_correct_msnumberMean RT on correct trials (ms)
rt_0deg through rt_315degnumberMean correct RT at each rotation angle (ms)
difficultystringDifficulty level used
questionnaireobjectPost-game ratings: clarity (1-5), happiness (1-5)

temporal_slicesโ€‹

One entry per trial.

FieldTypeDescription
itemnumberTrial index
typestringTrial type
trial_numbernumberTrial sequence number
rotation_degnumberRotation angle of the right shape (degrees)
is_mirroredbooleanWhether the right shape was mirror-flipped
correct_answerstringExpected response ("same" or "different")
responsestringParticipant's response
correctbooleanWhether the response was correct
rt_msnumberReaction time (ms)
durationnumberTotal trial duration (ms)

Cortex Featuresโ€‹

No Cortex features are currently available for this activity.

View in Portal | Python SDK | API Reference