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

Added Liatrio Tao quiz #414

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 4 additions & 0 deletions docs/1-introduction/1.2-liatrio-and-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ DevOps practices aim to take the pain out of software delivery and deployment.

Culture and the importance of culture to the effectiveness of an organization has been mentioned multiple times up to now. Take some time to read the [About Liatrio](https://www.liatrio.com/about) page to learn about the basis of Liatrio's own culture. Go back and re-read this page every so often; the Tao is central to our ways of working, and is vital to keep in mind.

<div class="quizdown">
<div id="chapter-1/1.2/liatrio-tao-quiz.js" ></div>
</div>

# Deliverable

Discuss what Liatrio does with your peers. Do you have any questions?
39 changes: 39 additions & 0 deletions src/quizzes/chapter-1/1.2/liatrio-tao-quiz.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
const rawQuizdown = `
---
shuffleAnswers: true
---

# Select all that are included in the Tao of Liatrio

- [x] Become an Ally for Our Customers
- [x] Continuous Improvement
- [x] Culture of Feedback
- [x] Strong Opinions, Loosely Held
- [x] Community Builders
- [ ] Fixed Mindset Philosophy
- [ ] Competitive Isolation
- [ ] Exclusionary Practices


# Our end goal for each project (whether it's our own or our client's) is to completely finish it

1. [ ] True
> Are projects really ever *finished*? Take a look at the *Continuous Improvement* section of the Tao
1. [x] False

# What is the most important area of focus in a project in terms of delivery improvement?

1. [x] Overall System Flow
> Good. *"Once faster flow is achieved, it's easier to solve individual problems"*
1. [ ] Testing Execution
1. [ ] Infrastructure Hosting
1. [ ] Codebase Management

# Throughout the lifecycle of a project, we do our best to avoid any bugs, errors or flaws as not to break things

1. [ ] True
> Failure is part of the process! It's bound to happen at some point, so it's important to have a strong culture around it for when it does. Check out the *Culture of Feedback* section of the Tao for more.
2. [x] False
`;

export { rawQuizdown }
Loading