Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div class="" onclick="showTrainingPopup('upcoming-events-only');" style="font-size:large;cursor:pointer;text-decoration:underline;color:#0052CC;font-weight:bold;margin:auto;">
Show Upcoming Events
</div>
What is a large? What is a 5?


You may have heard, or experienced, these types of estimates given to backlog items. What do they mean? Who decides what the result is? What does estimating work mean? Who estimates?


All of these questions, and more, will be answered when you attend the LACE Explained: Estimating Work training.


Course Goals


  • Explore the science of estimation
  • Understand imprecise estimation
  • Learn how estimates drive delivery plans

Who should attend:

Team members, product owners, scrum masters, product managers, just about everyone that is involved with creating the products and services in CCSQ.
Duration: 2 hours

Learning Paths: Agility Generalist, Technical Agility

 Image Removed


Image Added

Downloads

Course Slides

Want to schedule this course for your team or program?

Include Page
Intake
Intake

LACE Course Catalog

LACE Learning Paths

LACE Course Calendar

Excerpt Include
Working Copy Popup Test
Working Copy Popup Test
nopaneltrue

Excerpt Include
Attachments
Attachments
nopaneltrue

HTML
<script type="text/javascript">
var aTags = document.getElementsByTagName("strong");

var searchText = "LACE Explained: Estimating Work";

for (var i = 0; i < aTags.length; i++) {
  if (aTags[i].textContent == searchText) {
    aTags[i].parentNode.parentNode.parentNode.style="background-color:#c7ccdf;";
  }
}
</script>