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

[Quiz] New questions requested by the LF #71

Closed
holanita opened this issue Sep 26, 2022 · 7 comments
Closed

[Quiz] New questions requested by the LF #71

holanita opened this issue Sep 26, 2022 · 7 comments
Assignees
Labels
content update enhancement New feature or request

Comments

@holanita
Copy link
Contributor

holanita commented Sep 26, 2022

We should add 3 more questions to the content as there will be short quizzes at the end of each chapter as well, not just at the end of the course. Can we add them at this point?


Energy Efficiency:

What unit do we use to measure energy efficiency?
Joules
Watts
Kilowatt-hours*

Choose the most energy efficient option:
An application that consumed 10kWh in a data centre with a PUE of 1.5
An application that consumed 15kWh in a data centre with a PUE of 1.2
An application that consumed 20kWh in a data center with a PUE of 1
(editor: suggest adding this in the final quiz and Qs4 and 5 in end-of-chapter, otherwise it gives a hint)
confirm correct answer

Hardware Efficiency:

Why is moving operations to the public cloud more energy efficient overall? (more than one option is possible)
Because using the public cloud reduces your emissions
Because using the public cloud allows you to re-architect your software in order to reduce your emissions*
Because the public cloud makes better use of spare capacity*

@holanita
Copy link
Contributor Author

Confirmed in today's ops call that we can add 3 more questions as long as the core course content remains the same. Actual questions and answer options to be discussed and confirmed in today's call

@holanita
Copy link
Contributor Author

discussed in the team call today:

  • Q1: what unit measures volume of energy (change Joules to Kilowatts)
  • Q2: which application consumes the most energy (c is the correct answer)
  • skip Q3

@holanita
Copy link
Contributor Author

@greenhsu123 did you guys process this one? I can't seem to find the PR or the updates.

I've added these questions to my files (US spelling):

What unit measures volume of energy?
Watts
Kilowatts
Kilowatt-hours*

Which application consumes the most energy?
An application that consumes 10kWh in a data center with a PUE of 1.5
An application that consumes 15kWh in a data center with a PUE of 1.2
An application that consumes 20kWh in a data center with a PUE of 1

@jawache
Copy link
Contributor

jawache commented Oct 4, 2022

Discussed on team call @greenhsu123 to update/create a PR

@holanita
Copy link
Contributor Author

holanita commented Oct 5, 2022

@greenhsu123 @jawache in the 2nd question we now have two answers marked as true. is the third one the correct one?

https://github.com/Green-Software-Foundation/training/blob/0dffce7e7419ebf9e031be2d40870ae7176e1892/docs/practitioner/energy-efficiency.mdx?plain=1#L147

question:
"Which application consumes the most energy?",
answers: [
{
text: "An application that consumes 20kWh in a data center with a PUE of 1",
isCorrect: true,
},
{
text: "An application that consumes 15kWh in a data center with a PUE of 1.2",
isCorrect: false,
},
{
text: "An application that consumes 10kWh in a data center with a PUE of 1.5",
isCorrect: true,
},
],

@greenhsu123
Copy link
Contributor

greenhsu123 commented Oct 5, 2022

apologies, fat finger mistake. the first option is correct, raised a PR and have merged it now.

@holanita
Copy link
Contributor Author

holanita commented Oct 5, 2022

no worries thanks @greenhsu123

@holanita holanita closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content update enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants