<?xml version="1.0" encoding="UTF-8"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
  <Styles>
    <Style ss:ID="Default" ss:Name="Normal">
      <Alignment ss:Vertical="Bottom"/>
      <Borders/>
      <Font ss:FontName="Verdana"/>
      <Interior/>
      <NumberFormat/>
      <Protection/>
    </Style>
    <Style ss:ID="s25">
      <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
      <Font ss:FontName="Verdana" ss:Bold="1"/>
    </Style>
  </Styles>
  <Worksheet ss:Name="Lo que salió bien">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Lo que salió bien</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Estamos realizando encuentros sincrónicos y también asincrónicos para optimizar el tiempo.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">3</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Terminamos el sprint 1 a tiempo.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">2</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
  <Worksheet ss:Name="Lo que podemos mejorar">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Lo que podemos mejorar</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Poder organizarnos mejor entre los integrantes que quedan activos en el grupo.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">5</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
  <Worksheet ss:Name="Plan de acción">
    <Table ss:DefaultColumnWidth="100" ss:DefaultRowHeight="15">
      <Row>
        <Cell ss:StyleID="s25" ss:MergeAcross="1">
          <Data ss:Type="String">Plan de acción</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Point</Data>
        </Cell>
        <Cell>
          <Data ss:Type="String">Votes</Data>
        </Cell>
      </Row>
      <Row>
        <Cell>
          <Data ss:Type="String">Comunicar con tiempo suficiente por parte de los integrantes determinadas tareas que no podrán realizar, para que se reasigne a otro integrante del grupo.</Data>
        </Cell>
        <Cell>
          <Data ss:Type="Number">7</Data>
        </Cell>
      </Row>
    </Table>
  </Worksheet>
</Workbook>
