diff --git a/docs/1-introduction/1.2-liatrio-and-devops.md b/docs/1-introduction/1.2-liatrio-and-devops.md index 0db8f470..6fd93d8a 100644 --- a/docs/1-introduction/1.2-liatrio-and-devops.md +++ b/docs/1-introduction/1.2-liatrio-and-devops.md @@ -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. +
+
+
+ # Deliverable Discuss what Liatrio does with your peers. Do you have any questions? diff --git a/src/quizzes/chapter-1/1.2/liatrio-tao-quiz.js b/src/quizzes/chapter-1/1.2/liatrio-tao-quiz.js new file mode 100644 index 00000000..f5cbbfeb --- /dev/null +++ b/src/quizzes/chapter-1/1.2/liatrio-tao-quiz.js @@ -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 } \ No newline at end of file