Skip to main content

Overview

Use Start Speed Tracking to monitor how fast a learner is moving an object in the 3D scene. This is useful for procedures that require careful, slow movements. Use Stop Speed Tracking to end monitoring. Speed tracking enables you to enforce safe handling practices — for example, requiring a learner to move a delicate component slowly, or detecting reckless, fast movements.

Start Speed Tracking

When to Use

  • Enforce slow, careful movements — Ensure learners move fragile objects at safe speeds
  • Detect unsafe handling — Flag movement speeds that violate safety practices
  • Quality control training — Require precision and care during assembly or handling
  • Hazmat procedures — Enforce careful movement of hazardous materials
  • Simulation realism — Model real-world constraints on movement speed

Parameters

Example 1: Careful Vial Movement

The vial is being tracked. If the learner moves it faster than 0.5 meters per second, the speed threshold is violated.

Example 2: Circuit Board Assembly

The circuit board must be moved at or below 0.3 m/s — a slow, deliberate pace.

Example 3: High-Precision Component

20 cm/s is very slow movement, suitable for extremely fragile components.

Stop Speed Tracking

When to Use

  • End monitoring after the movement phase is complete
  • Disable speed tracking before transitioning to the next step
  • Stop tracking all objects after a handling sequence

Parameters

Example 1: Stop Tracking One Object

Vial speed tracking stops. Other tracked objects (if any) continue to be monitored.

Example 2: Stop Tracking All Objects

All active speed tracking is disabled.

Best Practices

1

Pair with other constraints

Combine Start Speed Tracking with Set Interactable Objects to ensure only the target object can be moved.
2

Provide feedback on violations

Use Show Red Vignette or Show Text to give immediate visual or text feedback when speed is exceeded.
3

Test thresholds

Verify your speed thresholds are achievable and realistic. Test on different devices — mobile vs. desktop handling feels different.
4

Stop tracking in onExit

Always Stop Speed Tracking in the onExit actions to clean up before the next state.
5

Use transitions on violations

Connect speed-violation events to penalty states (subtract points, retry, warning, etc.).

Common Patterns

Careful Handling Procedure

The learner is monitored while moving the vial. Exceeding the speed limit triggers a penalty state.

Assembly With Speed Requirements

If the learner moves too fast, they see a red vignette and try again. Completing the assembly slowly records an achievement.

Multi-Object Handling

Two objects are tracked simultaneously with different thresholds. Both must meet their speed requirements.

Speed Violation Events

Speed tracking typically fires a "speed-violation" event when the threshold is exceeded. Use this event to:
  • Transition to a penalty or retry state
  • Show corrective feedback
  • Apply a score reduction
  • Display a warning message
  • Trigger visual feedback (red vignette)
  • Set Interactable Objects — Restrict interactions to only the object being speed-tracked
  • Show Red Vignette — Provide visual feedback on speed violations
  • Show Text — Display speed requirements and warnings
  • Show Panel — Show detailed instructions about speed constraints