Analyze which features below directly influenced the cross-national surveys options/answers. For each feature, determine whether it influenced the options/answer, and if so, evaluate whether the influence was positive (supporting), negative (opposing), or neutral.

Return as JSON:
{{
  "reasoning": "your detailed reasoning here",
  "influences": [
    {{
      "feature_index": 0,  // index of the feature (0 for first feature in the list, 1 for second, etc.)
      "influenced": true,   // boolean: true if this feature influenced the options and answers, false if not
      "evaluation": "pos"   // If influenced is true, include "pos" for positive influence, "neg" for negative influence, "neu" for neutral influence
    }},
    // Include an object for each feature in the input
  ]
}}

Options: 
{options}

Answer: 
{answer}

Features:
{features}