Complete the code to define what a story point measures in Agile.
A story point is a unit used to estimate the [1] of a user story.Story points measure the complexity or effort required to complete a user story, not the deadline or cost.
Complete the sentence to explain velocity in Agile.
Velocity is the amount of [1] a team completes in a sprint.
Velocity measures how many story points a team finishes during a sprint, showing their delivery speed.
Fix the error in the statement about story points.
Story points are measured in [1] like hours or days.
Story points are not measured in time units like hours or days; they measure relative effort or complexity.
Fill both blanks to describe how velocity helps Agile teams.
Velocity helps teams [1] their future [2] more accurately.
Velocity allows teams to predict and plan their future work better by understanding their delivery rate.
Fill all three blanks to complete the formula for calculating velocity.
Velocity = sum of [1] completed in [2] divided by number of [3].
Velocity is calculated as the total story points completed in sprints divided by the number of sprints considered, showing average delivery.