Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Toggle] Fix correct answer in toggle – Energy Q3 Hardware Q1 Climate Q4 #72

Merged
merged 4 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/practitioner/climate-commitments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Carbon aware computing helps organizations increase their CFE percentage.
answers: [
{
text: "SBTi",
isCorrect: false,
isCorrect: true,
},
{
text: "STBi",
Expand All @@ -268,10 +268,6 @@ Carbon aware computing helps organizations increase their CFE percentage.
text: "STIB",
isCorrect: false,
},
{
text: "SBTi",
isCorrect: true,
},
],
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/practitioner/energy-efficiency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ Servers are usually not configured for aggressive or even minimal power saving.
{
question: "What is clean energy?",
answers: [
{ text: "Energy that comes from renewable sources", isCorrect: true },
{ text: "Energy that comes from renewable sources", isCorrect: false },
{
text: "Energy that doesn’t produce carbon emissions",
isCorrect: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isCorrect: false,
},
{ text: "Both the above", isCorrect: false },
{ text: "Both the above", isCorrect: true },
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/practitioner/hardware-efficiency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ It’s important to note that simply moving operations to the public cloud will
},
{
text: "The carbon emissions associated with both the creation and disposal of a device",
isCorrect: false,
isCorrect: true,
},
{
text: "The carbon emissions associated with the disposal of a device",
isCorrect: true,
isCorrect: false,
},
],
},
Expand Down