# Can You Save Coral Reefs?
<div style="border-radius: 10px; padding: 15px; background-color: rgba(74, 98, 138, 0.7); margin: 20px 0;">
<p style="font-style: italic; color: white;">In this virtual journey, your goal is to make impactful choices that restore coral reefs while balancing environmental and economic health. Discover the consequences of your actions and see how you can help create a thriving underwater ecosystem!</p>
</div>
Climate change, rising temperatures, acidifying waters, and human activity are pushing coral reefs to the brink of extinction.
<img src="https://images.travelandleisureasia.com/wp-content/uploads/sites/2/2020/10/Feature-image-Great-Barrier-Reef.jpg" alt="coral reef" style="width:100%; max-width:600px;">
To combat this, We have developed an AI system - designed to monitor and protect coral reefs.
###That AI is you.
What would you like to do?
[[๐ Start The Mission ->Missions]]
[[๐ชธ Why is the Coral Reef Important? ->CoralReef]]
(set: $maxCoralHealth to 100)
(set: $maxHumanImpact to 100)
(set: $maxEconomicStability to 100)
(set: $CoralHealth to 50)
(set: $HumanActivityImpact to 50)
(set: $EconomicStability to 50)
(set: $zoned to false)
(set: $strategy to false)
(set: $action1Done to false)
(set: $action2Done to false)
(set: $action3Done to false)
(set: $action4Done to false)
(set: $action5Done to false)
###Mission Overview:
(if: $action1Done and $action2Done and $action3Done and $action4Done and $action5Done)[
<div style="border-radius: 10px; padding: 6px; background-color: rgba(74, 98, 138, 0.7); margin: 20px 30px 0; text-align: center;">
<p style="font-style: italic; color: white;">Congratulations! You've completed all the missions!
<span style="color: orange;">[[๐ Proceed to the Endgame->Endgame]]</span></p>
</div>
]
(if: $action1Done)[โ ] (else:)[โ] [[Mission 1: Meet the Government->Government Officials]]
(if: $action2Done)[โ ] (else:)[โ] [[Mission 2: Deploy the Smart Buoys->DeployBuoys]]
(if: $action3Done)[โ ] (else:)[โ] [[Mission 3: Monitor Real-Time Data->RealTimeData]]
(if: $action4Done)[โ ] (else:)[โ] [[Mission 4: Meet Other Stakeholders->OtherStakeholders]]
(if: $action5Done)[โ ] (else:)[โ] [[Mission 5: Select a Strategy to Save Coral Reefs->StrategySelection]]
(set: $action1Done to true)
You meet with the Government Officials, who are responsible for setting policies and regulations around marine protected areas.
<img src="./assets/images/gov.png" alt="No Data Found" style="display: block; margin: 0 auto; width:100%; max-width:400px;">
''๐ฌ Government Officials'': The priority is ensuring biodiversity while maintaining economic stability.
The government has now cleared you to **deploy the smart buoys** and **negotiate with the private sector stakeholders**.
(text-colour: "red")[[>Return to the Mission Overview->Missions]](if: not $action1Done)[
**๐ซ Permission Required:** You need authorization from the government before deploying the buoys.
]
(else:)[
### Deploy Smart Buoys
(set: $action2Done to true)
<img src="https://www.darpa.mil/ddm_gallery/FFT-%20Challenge.jpg" alt="No Data Found" style="display: block; width:100%; max-width:400px;">
The smart buoys have been deployed, and real-time data is coming in. You can now view the data and make decisions based on reef health.
]
(text-colour: "red")[[>Return to the Mission Overview->Missions]](if: not $action1Done)[
**๐ซ Access Denied:** Unfortunately, your efforts to collaborate with other stakeholders have not been successful. It might be beneficial to seek assistance from **the government** before proceeding.
](else:)[
### Stakeholders Meeting
With the governmentโs policy guidance in place, you can now meet with other stakeholders, each of whom has their own perspective on the coral reef conservation efforts.
**๐ฌ Available Stakeholders:**
[[>Tourism Industry Leaders|TourismIndustry]]
[[>Fishing Industry Representatives|FishingIndustry]]
[[>Environmental NGOs|NGOs]]
]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]
With the governmentโs policy guidance in place, you now meet with the Tourism Industry Leaders. They are deeply concerned about how closing tourist areas could impact their revenue but understand the need to maintain healthy coral reefs for sustainable tourism.
(set: $action4Done to true)
<img src="./assets/images/tourism.png" alt="No Data Found" style="display: block; margin: 0 auto; width:100%; max-width:400px;">
**๐ฌ Tourism Leader**: "If we close down these zones for too long, we'll lose millions. Can we find a balance that keeps our dive tours open without causing too much damage?"
[[>Meet Other stakeholders ->OtherStakeholders]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]
With the governmentโs policy guidance in place, you meet with representatives from the fishing industry, who depend on healthy coral reefs for sustainable fish populations. They express concerns that restrictions on fishing zones could jeopardize their livelihoods.
(set: $action4Done to true)
<img src="./assets/images/fishing.png" alt="No Data Found" style="display: block; margin: 0 auto; width:100%; max-width:400px;">
**๐ฌ Fishing Representative**: "We understand the need for conservation, but we canโt afford to lose access to critical fishing areas. What can you do to ensure both our industry and the reef survive?"
[[>Meet Other stakeholders ->OtherStakeholders]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]
The NGOs are less concerned with short-term economics and more focused on long-term coral recovery. They are pushing for stricter protection measures.
(set: $action4Done to true)
<img src="./assets/images/ngo.png" alt="No Data Found" style="display: block; margin: 0 auto; width:100%; max-width:400px;">
**๐ฌ NGO Leader**: "The reefs are on the brink of collapse. We need to act now and reduce all human activity in these areas for recovery."
[[>Meet Other stakeholders ->OtherStakeholders]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]Youโve created a Marine Protected Area(red zone) around the most popular tourist sites.
(set: $action5Done to true)
**๐ฏ Outcome**: The reefs are showing signs of recovery, but tourism revenues in this region are dropping. Local businesses are concerned.
(set: $CoralHealth to $CoralHealth + 25)
(set: $HumanActivityImpact to $HumanActivityImpact - 20)
(set: $EconomicStability to $EconomicStability - 20)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]Youโve created a Marine Protected Area(red zone) around fishing areas.
(set: $action5Done to true)
**๐ฏ Outcome**: Coral health improves in these zones, but local fishing industries face economic challenges. Youโll need to manage the balance between fishing and conservation.
(set: $CoralHealth to $CoralHealth + 20)
(set: $HumanActivityImpact to $HumanActivityImpact - 10)
(set: $EconomicStability to $EconomicStability - 15)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]
Youโve created a Marine Protected Area(red zone) around fishing areas.
(set: $action5Done to true)
**๐ฏ Outcome**: Coral health in these zones is rapidly improving, though the economic and human activity impact is minimal, as these areas were not heavily used by either industry.
(set: $CoralHealth to $CoralHealth + 5)
(set: $HumanActivityImpact to $HumanActivityImpact - 5)
(set: $EconomicStability to $EconomicStability - 5)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]](if: not ($action1Done and $action2Done and $action3Done and $action4Done))[
**๐ซ Access Denied:** You must complete all previous actions before selecting a strategy.
(text-colour: "red")[[>Return to the Mission Overview|Missions]]
]
(else:)[(set: $strategy to true)
### Which strategy would you like to use?
[[๐ Monitor Real-Time Data|MonitorData]]
[[๐ซ Create Red Zone (No Human Activity)|RedZone]]
[[๐ Create Yellow Zone (Minimal Human Activity)|YellowZone]]
[[๐ณ Create Green Zone (Tourism and Fishing Allowed)|GreenZone]]
[[๐ Plant Heat-Tolerant Corals|HeatTolerantCorals]]
[[๐ฑ Plant Seagrass Beds and Kelp Forests|Seagrass]]
(text-colour: "red")[[>Return to the Mission Overview|Missions]]
---
You have access to the following strategies:
- ''Monitor Real-Time Data'': Utilize smart buoys to track water temperature, pH levels, and coral health for swift responses to environmental changes.
- ''Tourism and Fishing Management'': Balance human activities by redirecting tourism and fishing from stressed coral reefs.
- ''Zoning'': Establish Marine Protected Areas (MPAs) with limited or prohibited human activity to allow coral reefs to recover.
- ''Deploy Heat-Tolerant Corals'': Introduce coral species resilient to high temperatures to help reefs endure warmer waters.
- ''Plant Seagrass Beds and Kelp Forests'': Enhance ecosystem health and CO2 absorption by planting seagrass and kelp, supporting coral reef resilience.
]
(if: $CoralHealth > 100)[
(set: $CoralHealth to $maxCoralHealth)
]
(if: $HumanActivityImpact > 100)[
(set: $HumanActivityImpact to $maxHumanImpact)
]
(if: $EconomicStability > 100)[
(set: $EconomicStability to $maxEconomicStability)
]After several years of managing coral reef health, it's time to review the results of your strategy.
[[>Review Results ->FinalResults]]
(if: $CoralHealth > 100)[
(set: $CoralHealth to $maxCoralHealth)
]
(if: $HumanActivityImpact > 100)[
(set: $HumanActivityImpact to $maxHumanImpact)
]
(if: $EconomicStability > 100)[
(set: $EconomicStability to $maxEconomicStability)
]
You've created a red zone to establish protected areas where human activity is prohibited, allowing coral reefs to recover and build resilience.
โ Choose where to create Marine Protected Areas (MPAs):
(set: $zoned to true)
[[>Zone around popular tourist areas->ZoneTourist]]
[[>Zone around key fishing areas->ZoneFishing]]
[[>Zone deep-water biodiversity hotspots->ZoneDeepWater]]
[[>Return to Strategy Selection ->StrategySelection]]
You choose to plant heat-tolerant corals in areas with higher temperatures.
(if: $zoned)[(set: $action5Done to true)
The new coral species begin to take root, showing resilience to the rising water temperatures. While some areas still struggle, the reef's long-term survival prospects improve.
(set: $CoralHealth to $CoralHealth + 20)
(set: $EconomicStability to $EconomicStability - 10)
โ What will you do next?] (else:)[
Unfortunately, you cannot plant heat-tolerant corals without first zoning the areas. You can only plant them in the Marine Protected Areas (red zone). Please [[Implement zoning regulations ->RedZone]] before proceeding.
โ What will you do next?]
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]
You've created a yellow zone where human activities are allowed with minimal impact.
โ Choose how to manage human activities:
[[>Restrict tourism in vulnerable areas->RestrictTourism]]
[[>Restrict fishing in vulnerable areas->RestrictFishing]]
[[>Implement catch limits for fishing->CatchLimits]]
[[>Divert tourism to less vulnerable areas->DivertTourism]]
[[>Return to Strategy Selection ->StrategySelection]]
## Final Results
**๐ชธ Coral Health**: (print: '<progress id="coralHealth" value="' + (text: $CoralHealth) + '" max="' + (text: $maxCoralHealth) + '"></progress>') (print: $CoralHealth)%
**๐ Human Activity Impact**: (print: '<progress id="humanImpact" value="' + (text: $HumanActivityImpact) + '" max="' + (text: $maxHumanImpact) + '"></progress>') (print: $HumanActivityImpact)%
**๐ฐ Economic Stability**: (print: '<progress id="economicStability" value="' + (text: $EconomicStability) + '" max="' + (text: $maxEconomicStability) + '"></progress>') (print: $EconomicStability)%
---
{
<br/>
<br/>
(if: $CoralHealth >= 80 and $EconomicStability >= 60 and $HumanActivityImpact <= 40)[
The reefs have not only survived but thrived under your management. Your strategies allowed for sustainable tourism and fishing without sacrificing coral health. This is the best possible outcome: coral ecosystems are resilient, human activity is controlled, and the economy is stable.
<br/>
### Ending: A Brighter Future for Coral Reefs
(set: $ending to "A Brighter Future")
<br/>
<img src="./assets/images/1-best-outcome.jpg" style="width:100%; max-width:600px;">
<br/>
]
(else-if: $CoralHealth >= 60 and $EconomicStability >= 50 and $HumanActivityImpact <= 40)[
You managed to strike a balance between conservation and human interests. While some coral areas are still recovering, and human activity has been reduced in certain places, youโve avoided any large-scale disasters. Tourism and fishing have been affected, but the coral reefs are largely intact.
<br/>
### Ending: A Balanced Recovery
(set: $ending to "A Balanced Recovery")
<br/>
<img src="./assets/images/2-balance.jpg" alt="A Balanced Recovery" style="width:100%; max-width:600px;">
<br/>
]
(else-if: $CoralHealth >= 60 and $EconomicStability < 40 and $HumanActivityImpact >= 60)[
The coral reefs appear to be thriving under your management, but this resilience is misleading. Unchecked human activity, from pollution to overfishing, has left hidden scars on the ecosystem. Compounding this, a lack of economic stability means there are limited resources to safeguard the reefs as they face intensifying climate impacts. With global temperatures rising and oceans warming, this moment of health is fragileโwithout significant changes, the reefs may soon be overwhelmed.
<br/>
### Ending: A Fragile Resilience
(set: $ending to "A Fragile Resilience")
<br/>
<img src="./assets/images/7-fragile.webp" alt="A Human Impact Crisis" style="width:100%; max-width:600px;">
<br/>
]
(else-if: $CoralHealth >= 60 and $HumanActivityImpact >= 60 and $EconomicStability > 40)[
Despite your efforts to maintain coral health, the high level of human activity has taken a toll on the reefs. Unregulated tourism, pollution, and overfishing continue to put pressure on these vibrant ecosystems. While the coral may look healthy, the hidden damage is significant. Without immediate action, the long-term survival of the reefs is at risk, especially because of climate change.
<br/>
### Ending: An Illusion of Stability
(set: $ending to "An Illusion of Stability")
<br/>
<img src="./assets/images/6-illusion.webp" alt="A Human Impact Crisis" style="width:100%; max-width:600px;">
<br/>
]
(else-if: $CoralHealth <= 60 and $EconomicStability > 50)[
Your priority on maintaining economic growth came at the expense of coral health. While tourism and fishing industries thrived, the coral reefs have suffered, with significant bleaching in some areas. Without stronger protections, the reefs may not survive long-term due to the effects of climate change.
<br/>
### Ending: An Economic Success, but an Ecological Disaster
(set: $ending to "An Economic Success, but an Ecological Disaster")
<br/>
<img src="./assets/images/3-coral-suffer.jpeg" alt="An Economic Success, but an Ecological Disaster" style="width:100%; max-width:600px;">
<br/>
]
(else-if: $CoralHealth > 60 and $EconomicStability <= 50)[
Your aggressive conservation efforts saved the coral reefs, but the cost was high for local businesses. Tourism and fishing industries have struggled, and some communities dependent on the ocean for their livelihood are facing hardships. The reefs are healthy, but at an economic price.
<br/>
### Ending: Coral Thrives, Economy Struggles
(set: $ending to "Coral Thrives, Economy Struggles")
<br/>
<img src="./assets/images/4-economy-struggles.jpeg" alt="Coral Thrives, Economy Struggles" style="width:100%; max-width:600px;">
<br/>
]
(else:)[
Unfortunately, your decisions were not enough to save the coral reefs. Widespread bleaching and damage have occurred, and both the economy and coral ecosystems have suffered as a result. The reefs are in a critical state and may take decades to recover due to climate change.
<br/>
### Ending: A Coral Collapse
(set: $ending to "A Coral Collapse")
<br/>
<img src="./assets/images/5-coral-collapse.webp" alt="A Coral Collapse" style="width:100%; max-width:600px;">
<br/>
]
<br/>
<br/>
<br/>
<br/>
}
---
[[โฏ๏ธ Play Again ->Introduction]]
<a href="https://coral-game.netlify.app/result" target="_blank" style="color: #B9E5E8;
font-weight: bold;text-decoration: none;">๐ See How Your Ending Compares to Others</a>
<a href="https://coral-game.netlify.app/map" target="_blank" style="color: #B9E5E8; font-weight: bold; text-decoration: none;">๐ Explore Dashboard Demo</a>
<a href="https://coral-game.netlify.app/feedback" target="_blank" style="color: #B9E5E8; font-weight: bold; text-decoration: none;">โShare Your Thoughts</a>
<script>
sendResults(); // Automatically trigger the sendResults function
</script>
You restrict tourism in vulnerable areas to protect the reefs.
(set: $action5Done to true)
**๐ฏ Outcome**: The reefs are recovering, but local businesses dependent on tourism are unhappy. You will need to find a balance.
(set: $CoralHealth to $CoralHealth + 15)
(set: $HumanActivityImpact to $HumanActivityImpact - 20)
(set: $EconomicStability to $EconomicStability - 10)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]You divert tourism from vulnerable areas to less affected parts of the reef.
(set: $action5Done to true)
**๐ฏ Outcome**: The diversion works, protecting the reefs while maintaining tourism revenue. However, some areas are still under stress due to the increased human activity.
(set: $CoralHealth to $CoralHealth + 5)
(set: $HumanActivityImpact to $HumanActivityImpact - 5)
(set: $EconomicStability to $EconomicStability + 10)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]''Why is the Coral Reef Important?''
<img src="https://visitturneffe.org/wp-content/uploads/2022/08/BlueRise-Marine-Parks_Infographic_Why-corals-and-reef-ecosystems-are-important.jpg" alt="coral reef" style="width:100%; max-width:600px;">
1. ''Biodiversity'': Coral reefs are highly diverse ecosystems, providing habitats for many marine species.
2. ''Economic Value'': They significantly boost the economy through tourism, fisheries, and coastal protection, supporting millions of jobs.
3. ''Coastal Protection'': Reefs act as natural barriers against erosion and storms, protecting coastal communities.
4. ''Climate Regulation'': They help regulate the Earth's climate and contribute to carbon cycling.
5. ''Medicine'': Coral reefs are a source of bioactive compounds used in developing medicines, including treatments for various diseases.
[[๐ Start The Mission ->Missions]]
You restrict fishing in vulnerable areas to protect the reefs.
(set: $action5Done to true)
**๐ฏ Outcome**: The reefs are showing signs of recovery, but local businesses dependent on fishings are unhappy. You will need to find a balance.
(set: $CoralHealth to $CoralHealth + 15)
(set: $HumanActivityImpact to $HumanActivityImpact - 10)
(set: $EconomicStability to $EconomicStability - 20)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]You've created a green zone where both tourism and fishing are permitted.
โ Choose how to manage activities in the green zone:
[[>Allow Tourism->AllowTourism]]
[[>Allow Fishing->AllowFishing]]
[[>Allow both tourism and fishing ->AllowBoth]]
[[>Return to Strategy Selection ->StrategySelection]]You work with the fishing industry to implement catch limits for fishings.
(set: $action5Done to true)
**๐ฏ Outcome**: Fishing continues, but in a more controlled way that reduces damage to coral reefs. This decision improves both economic and ecological stability.
(set: $CoralHealth to $CoralHealth +5)
(set: $HumanActivityImpact to $HumanActivityImpact - 10)
(set: $EconomicStability to $EconomicStability + 10)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]You allow tourism in the green zone.
(set: $action5Done to true)
**๐ฏ Outcome**: Local businesses benefit, but increased foot traffic and activities lead to coral stress, causing a decline in coral health.
(set: $CoralHealth to $CoralHealth - 10)
(set: $HumanActivityImpact to $HumanActivityImpact + 15)
(set: $EconomicStability to $EconomicStability + 10)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]You allow fishing in the green zone.
(set: $action5Done to true)
**๐ฏ Outcome**: Overfishing threatens the coral ecosystem, leading to further degradation of coral health.
(set: $CoralHealth to $CoralHealth - 10)
(set: $HumanActivityImpact to $HumanActivityImpact + 10)
(set: $EconomicStability to $EconomicStability + 15)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]You allow fishing and tourism in the green zone.
(set: $action5Done to true)
**๐ฏ Outcome**: While the local economy flourishes, the combined stress from both activities causes significant harm to the coral reefs, resulting in a sharp decline in coral health.
(set: $CoralHealth to $CoralHealth - 25)
(set: $HumanActivityImpact to $HumanActivityImpact + 20)
(set: $EconomicStability to $EconomicStability + 20)
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]You choose to plant seagrass beds and kelp forests.
(if: $zoned)[(set: $action5Done to true)
The seagrass beds and kelp forests begin to flourish, significantly enhancing the ecosystem's ability to absorb CO2. This leads to improved coral health and supports a diverse marine life.
(set: $CoralHealth to $CoralHealth + 15)
(set: $EconomicStability to $EconomicStability - 5)
โ What will you do next?](else:)[
Unfortunately, you cannot plant seagrass and kelp without first zoning the areas. You can only plant them in the Marine Protected Areas (red zone). Please [[Implement zoning regulations ->RedZone]] before proceeding.
โ What will you do next?]
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]
{
(if: not $action2Done)[
**๐ซ No Data Available:** You need to deploy the buoys to start receiving real-time data from the reef monitoring system.
]
(else-if: $action2Done and $strategy )[
(if: $CoralHealth > 100)[(set: $CoralHealth to $maxCoralHealth)]
(if: $HumanActivityImpact > 100)[(set: $HumanActivityImpact to $maxHumanImpact)]
(if: $EconomicStability > 100)[(set: $EconomicStability to $maxEconomicStability)]
### Reef Status Update ๐๐
<br/>
Current data from the reef monitoring system:
<br/>
---
<br/>
**๐ชธ Coral Health**: (print: '<progress id="coralHealth" value="' + (text: $CoralHealth) + '" max="' + (text: $maxCoralHealth) + '"></progress>') (print: $CoralHealth)%
<br/>
**๐ Human Activity Impact**: (print: '<progress id="humanImpact" value="' + (text: $HumanActivityImpact) + '" max="' + (text: $maxHumanImpact) + '"></progress>') (print: $HumanActivityImpact)%
<br/>
**๐ฐ Economic Stability**: (print: '<progress id="economicStability" value="' + (text: $EconomicStability) + '" max="' + (text: $maxEconomicStability) + '"></progress>') (print: $EconomicStability)%
<br/>
---
](else:)[(set: $action3Done to true)
(if: $CoralHealth > 100)[(set: $CoralHealth to $maxCoralHealth)]
(if: $HumanActivityImpact > 100)[(set: $HumanActivityImpact to $maxHumanImpact)]
(if: $EconomicStability > 100)[(set: $EconomicStability to $maxEconomicStability)]
### Reef Status Update ๐๐
Current data from the reef monitoring system:
<br/>
<img src="./assets/images/dashboard.jpeg" style="width:100%; max-width:400px; display: block;">
* **Temperature**: 29ยฐC (increasing trend)
* **pH Level**: 7.8 (acidifying)
* **Biodiversity Index**: 70% (declining)
* **Fishing Activities**: Increasing in nearby zones
* **Tourism Activities**: High traffic in sensitive areas
]
<br/>(text-colour: "red")[[>Return to the Mission Overview|Missions]]
}
### Reef Status Update ๐๐
Current data from the reef monitoring system:
(set: $action5Done to true)
---
**๐ชธ Coral Health**: (print: '<progress id="coralHealth" value="' + (text: $CoralHealth) + '" max="' + (text: $maxCoralHealth) + '"></progress>') (print: $CoralHealth)%
**๐ Human Activity Impact**: (print: '<progress id="humanImpact" value="' + (text: $HumanActivityImpact) + '" max="' + (text: $maxHumanImpact) + '"></progress>') (print: $HumanActivityImpact)%
**๐ฐ Economic Stability**: (print: '<progress id="economicStability" value="' + (text: $EconomicStability) + '" max="' + (text: $maxEconomicStability) + '"></progress>') (print: $EconomicStability)%
---
[[>Return to Strategy Selection ->StrategySelection]]
(text-colour: "red")[[>Return to the Mission Overview->Missions]]โถโท
Can You Save Coral Reefs?
In this virtual journey, your goal is to make impactful choices that restore coral reefs while balancing environmental and economic health. Discover the consequences of your actions and see how you can help create a thriving underwater ecosystem!
Climate change, rising temperatures, acidifying waters, and human activity are pushing coral reefs to the brink of extinction. To combat this, We have developed an AI system - designed to monitor and protect coral reefs.
That AI is you.
What would you like to do? ๐ Start The Mission ๐ชธ Why is the Coral Reef Important?