Skip to content

Commit

Permalink
Merge pull request #414 from liatrio/1.2-quiz
Browse files Browse the repository at this point in the history
Added Liatrio Tao quiz
  • Loading branch information
cfculler authored Dec 22, 2023
2 parents 2a812db + 0c86e11 commit cd022fe
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
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 }

0 comments on commit cd022fe

Please sign in to comment.