curriculum/challenges/english/blocks/learn-how-to-share-your-progress-in-weekly-stand-up-meetings/6579e0385253cd3a7bd44902.md
Guidelines are instructions or rules that indicate how something should be done. For instance, coding guidelines help programmers understand how to write code for a project. Consistency means keeping things the same or uniform, especially in quality. In a work context, ensuring consistency might mean making sure that all parts of a project follow the same standards.
I would like to BLANK that we create coding BLANK to ensure BLANK across our projects.
suggest
It means to propose an idea or plan, here referring to Sophie's idea about creating guidelines.
guidelines
They are rules or instructions, in this case, for coding in projects.
consistency
It refers to maintaining uniform standards or practices across projects.
{
"setup": {
"background": "company1-boardroom.png",
"characters": [
{
"character": "Sophie",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "6.2-3.mp3",
"startTime": 1,
"startTimestamp": 9.72,
"finishTimestamp": 14.78
}
},
"commands": [
{
"character": "Sophie",
"opacity": 1,
"startTime": 0
},
{
"character": "Sophie",
"startTime": 1,
"finishTime": 6.06,
"dialogue": {
"text": "I would like to suggest that we create coding guidelines to ensure consistency across our projects.",
"align": "center"
}
},
{
"character": "Sophie",
"opacity": 0,
"startTime": 6.56
}
]
}