Round UUID: cf9a3f62-ad58-460d-a5f7-290257b4fec9
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 PollutionLevel is "High" AND CoralAgeEstimate ≤ 15 years → Stressed **PRIMARY HEALTH INDICATORS (override stress indicators except rule 1):** 1. If ReefIntegrityScore is "Excellent" AND BiodiversityIndex is "High" or "Very High" → Healthy 2. If BleachingEventsPerYear is "Rare" AND ReefIntegrityScore is at least "Good" → Healthy 3. If BiodiversityIndex is "High" or "Very High" AND AlgalCoverage is "Minimal" or "Sparse" AND PollutionLevel is not "Critical" → Healthy **SECONDARY ASSESSMENT (if primary rules don't apply):** Count stress factors: - BleachingEventsPerYear is "Frequent" or "Constant" (+3 points) - PollutionLevel is "High" or "Critical" (+3 points) - AlgalCoverage is "Heavy" or "Extensive" (+2 points) - ReefIntegrityScore is "Poor" or "Very Poor" (+2 points) - 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) - 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