Round 81

Round UUID: e524f69f-623c-4a5d-9628-868f11534b27

Prompt:

Classify coral reef health as either "Healthy" or "Stressed" based on the following rules:

**PRIMARY STRESS INDICATORS (if any apply, classify as Stressed):**
1. If ReefIntegrityScore is "Very Poor" → Stressed
2. If BleachingEventsPerYear is "Constant" AND CoralAgeEstimate ≤ 15 years → Stressed
3. If BleachingEventsPerYear is "Frequent" AND PollutionLevel is "High" → Stressed

**PRIMARY HEALTH INDICATORS (override stress indicators):**
1. If ReefIntegrityScore is "Excellent" AND BiodiversityIndex is "High" → Healthy
2. If BleachingEventsPerYear is "Rare" AND ReefIntegrityScore is at least "Good" → Healthy

**SECONDARY ASSESSMENT (if primary rules don't apply):**
Count stress factors:
- BleachingEventsPerYear is "Frequent" or "Constant" (+2 points)
- PollutionLevel is "High" (+1 point)  
- ReefIntegrityScore is "Poor" (+1 point)
- CoralAgeEstimate ≤ 10 years (+1 point)
- PredatorActivityLevel is "Severe" (+1 point)

Count health factors:
- BiodiversityIndex is "High" or "Very High" (+1 point)
- ReefIntegrityScore is "Good" or "Excellent" (+2 points)
- BleachingEventsPerYear is "Rare" (+1 point)
- PollutionLevel is "Low" (+1 point)

**FINAL DECISION:**
- If stress points > health points → Stressed
- If health points ≥ stress points → Healthy