Round 82

Round UUID: 47ac34f8-3cfe-48b7-ad0a-d7ed5ac21133

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 BiodiversityIndex is "Low" → Stressed
2. If AlgalCoverage is "Heavy" or "Extensive" AND PollutionLevel is "High" or "Critical" → Stressed
3. If BleachingEventsPerYear is "Constant" AND PollutionLevel is "High" AND BiodiversityIndex is not "High" → Stressed
4. If BleachingEventsPerYear is "Frequent" AND PollutionLevel is "High" AND AlgalCoverage is not "Minimal" → Stressed

**PRIMARY HEALTH INDICATORS (override stress indicators except rule 1):**
1. If ReefIntegrityScore is "Excellent" AND BiodiversityIndex is "High" → Healthy
2. If BleachingEventsPerYear is "Rare" AND ReefIntegrityScore is at least "Good" → Healthy
3. If ReefIntegrityScore is "Very Poor" BUT BiodiversityIndex is "High" AND PollutionLevel is "Low" → Healthy

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

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

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