<div dir="ltr"><div><div><div>Hi Johhny,<br><br></div>I can answer some of the questions.<br></div>In your email.<br><br></div>Emmanuel<br><div class="gmail_extra"><br><div class="gmail_quote">2016-10-16 17:15 GMT+02:00 JAZEIX Johnny <span dir="ltr"><<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">Hi,<br>
      <br>
      is there an interest to have the activity for the 4 operators and
      not only for the multiplication?<br></div></div></blockquote><div><br></div><div>You are totally right this is also interesting for addition and soustractions.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">
      <br>
      For the discussions, don't limit it with the mentor but all the
      mailing list. Even if you are only two discussing, it's good for
      everyone to know the progress and what is planned so if anyone has
      comments, he can share them.<br>
      <br>
      For week 2-3, is it the screenshot you added?<br></div></div></blockquote><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">
      <br>
      For week 4-6, have you checked if the license of the code allow us
      to use it?<br></div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">
      <br>
      For week 7-8, why 55 (10+...+1)? If you store 3*7, you don't store
      7*3?<br></div></div></blockquote><div><br></div><div>You don't store 7*3, this is one of the concept of the method to help children to learn less. But this is a very interesting point, the activity will have to ask 3*7 and 7*3 as we want to build automatisation here and some of the children do not manage to see that 3*7 is = to 7*3.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">
      <br>
      Documentation should be done while coding not at the end :).<br>
      <br>
      I'm not sure of the usefulness of the chrono, what do you do of
      the result? Is it just informative for the session?<br></div></div></blockquote><div><br></div><div>I need a chrono. To be able to put pupils in competition. They really like it, it is not only to create competition, but also to record progression. I write down the lime on a paper on the wall at the moment, and it really motivates children to see that they are quicker and quicker.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">
      <br>
      I think the setting window should be part of the admin/server side
      and the teacher will send the dataset he wants to the tablets. As
      it is not yet developed, we can do it in the activity itself first
      but you have to keep in mind that it could be moved so the code
      has to be done "properly" so we can move it without having to
      change everything.<br>
      <br>
      For me, we can have two modes, the "school" mode where the dataset
      is provided by the teacher (basically the settings window) and the
      "normal" mode (not in a classroom, a child at home) where each
      level should contain all the tables for one number (level 1 with
      the 10 multiplications for table of 1, level 2 for 2...).<br>
      If we do like this, in the "school" mode, we won't have the
      difficulty to be sure that all the children have the same
      questions because the dataset will be predefined on teacher side.<br></div></div></blockquote><div><br></div><div>As at the begining we will not have network, I still would like to have a mode where children could set individual multiplications by hand. Iy will work this way on the class. The teacher say, today we will add 2*3 and 9*5, go to settings display and click on them. This way all the children will have the same questions.<br><br><br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="m_5975492615203503445m_-3843912946271682500moz-cite-prefix">
      <br>
      Johnny<span><br>
      <br>
      On 10/15/16 21:59, Emmanuel Charruau wrote:<br>
    </span></div>
    <blockquote type="cite"><span>
      <p dir="ltr">Ok understood.  But not sure you should put it as a
        step. <br>
      </p>
      </span><div class="gmail_extra"><br>
        <div class="gmail_quote"><span>Le 15 oct. 2016 21:46, "nitish chauhan"
          <<a href="mailto:nitish.nc18@gmail.com" target="_blank">nitish.nc18@gmail.com</a>>
          a écrit :<br type="attribution">
          </span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr"><span>Hi,<br>
              Actually in this, I was planning to store all the
              questions in form of ArrayList or Array. Just as we have
              stored coordinates of pictures in drawnumber or
              Drawletters Activity.<br>
              <br>
              <div>In the setting window total no. of max questions will
                be 10+9+8+7+6+5+4+3+2+1 = 55</div>
              </span><div>So, I was planning to store these questions in a
                ArrayList(num1,num2) of size 55.</div><span>
              <div>Also, between this time I will be having my EndSem
                exam, that's why I have written 2 week for this task,
                because I will not be able to devote much time between
                these week.</div>
              <div><br>
              </div>
              <div>regards,</div>
              <div>Nitish </div>
              <div>       <br>
              </div>
              <div><br>
                <br>
              </div>
            </span></div><span>
            <div class="gmail_extra"><br>
              <div class="gmail_quote">On Sat, Oct 15, 2016 at 11:22 PM,
                Emmanuel Charruau <span dir="ltr"><<a href="mailto:echarruau@gmail.com" target="_blank">echarruau@gmail.com</a>></span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <p dir="ltr">Hi Nitish,</p>
                  <p dir="ltr">I don't understand the following </p>
                  <p dir="ltr">.) Week 7-8 :-​ Will add DATASET for all
                    the Questions , that the
                    <br>
                    teacher wants the students to learn.
                    <br>
                    Dataset will be stored in JavaScript file for</p>
                  <p dir="ltr">Could you explain more in details ?</p>
                  <p dir="ltr">Thanks </p>
                  <span class="m_5975492615203503445m_-3843912946271682500m_2633547091342862936HOEnZb"><font color="#888888">
                      <p dir="ltr">Emmanuel </p>
                    </font></span>
                  <div class="m_5975492615203503445m_-3843912946271682500m_2633547091342862936HOEnZb">
                    <div class="m_5975492615203503445m_-3843912946271682500m_2633547091342862936h5">
                      <div class="gmail_extra"><br>
                        <div class="gmail_quote">Le 15 oct. 2016 17:02,
                          "nitish chauhan" <<a href="mailto:nitish.nc18@gmail.com" target="_blank">nitish.nc18@gmail.com</a>>
                          a écrit :<br type="attribution">
                          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                            <div dir="ltr">Hi,<br>
                              myself Nitish Chauhan .Link to my SOK
                              proposal :-
                              <div><a href="https://drive.google.com/open?id=0B7HqST8hfydOYnRhSVN4QlJraVU" target="_blank">https://drive.google.com/open?<wbr>id=0B7HqST8hfydOYnRhSVN4QlJraV<wbr>U</a>
                                <div><br>
                                </div>
                                <div>Will be happy to receive
                                  suggestions & reviews.<br>
                                  <br>
                                  thanks & regards,</div>
                                <div><br>
                                </div>
                                <div>Nitish Chauhan </div>
                              </div>
                            </div>
                          </blockquote>
                        </div>
                      </div>
                    </div>
                  </div>
                </blockquote>
              </div>
              <br>
            </div>
          </span></blockquote>
        </div>
      </div>
    </blockquote>
    <p><br>
    </p>
  </div>

</blockquote></div><br></div></div>