-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* field 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* field of the Tao for more. | ||
2. [x] False | ||
`; | ||
|
||
export { rawQuizdown } |