Round 102

Round UUID: 38fa1474-0114-42b3-8799-8ec3b122c32a

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 BleachingEventsPerYear is "Frequent" or "Constant" → Stressed
3. If PollutionLevel is "High" or "Critical" AND ReefIntegrityScore is "Poor" or "Very Poor" → Stressed
4. If BleachingEventsPerYear is "Constant" AND CoralAgeEstimate ≤ 6 years → Stressed
5. If BleachingEventsPerYear is "Constant" AND PollutionLevel is "Critical" AND BiodiversityIndex is not "Very High" → Stressed

**PRIMARY HEALTH INDICATORS (override stress indicators except rule 1):**
1. If ReefIntegrityScore is "Excellent" AND BiodiversityIndex is "High" or "Very High" AND AlgalCoverage is "Minimal" → Healthy
2. If BleachingEventsPerYear is "Rare" AND ReefIntegrityScore is at least "Good" → Healthy
3. If BiodiversityIndex is "Very High" AND AlgalCoverage is "Minimal" AND PollutionLevel is not "Critical" → 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" (+2 points)
- CurrentFlowQuality is "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" (+3 points)
- ReefIntegrityScore is "Good" or "Excellent" (+2 points)
- BleachingEventsPerYear is "Rare" (+2 points)
- CurrentFlowQuality is "Excellent" (+1 point)
- 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