{
  "seed": 42,
  "grid": {
    "width": 64,
    "height": 36
  },
  "noise": {
    "amplitude": 1.0,
    "baseline": 0.5
  },
  "weights": {
    "gameOfLife": 0.5,
    "differential": 0.3,
    "user": 0.2
  },
  "axes": [
    {
      "name": "sensitivity",
      "description": "Responsiveness to subtle changes and stimuli",
      "metric": "interEventIntervalVariance",
      "heuristic": "variance"
    },
    {
      "name": "sensibility",
      "description": "Depth of engagement and contemplative behaviour",
      "metric": "responseLatencyMean",
      "heuristic": "mean"
    }
  ],
  "heuristics": {
    "variance": "variance",
    "mean": "mean"
  },
  "questions": [
    {
      "id": "q1",
      "text": "On a scale from 1 to 5, how calm do you feel right now?",
      "axis": "sensibility"
    },
    {
      "id": "q2",
      "text": "On a scale from 1 to 5, how sensitive are you to small details?",
      "axis": "sensitivity"
    }
  ]
}
