parent
feb6ab69a2
commit
2af209f9a0
@ -1,22 +1,24 @@ |
||||
<h3>Memory</h3> |
||||
<h3> Memory </h3> |
||||
<h4>Mental calculation, matching game</h4> |
||||
|
||||
<p>The goal of the App Memory is to make pairs and remembering the location of the various cards.</p> |
||||
|
||||
<p>Cards are laid out in a grid face down. The player turns two cards. If the two cards match, cards are not covered. If they do not match, the cards are turned back over.</p> |
||||
<p>The game is over when all pairs have been found.</p> |
||||
|
||||
<p>The "Edit" button allows you to :</p> |
||||
<ul> |
||||
<li>change the theme of the App : tablet, slate, or none (by default tablet), </li> |
||||
<li>choose the number of cards (4, 6 or 8 cards),</li> |
||||
<li>select the displayed time of returned cards,</li> |
||||
<li>edit directly a card.</li> |
||||
</ul> |
||||
<p>The cards have by default a text field. To insert text, click on it.</p> |
||||
<p>To add an image from your library, select the checkbox "use image" and drag and drop the item. You need to turn the card with the blue button before.</p> |
||||
<p>The cards are arranged randomly in the game mode.</p> |
||||
<p>The App is able to identify the equivalent mathematical entries (authorized signs: "+", "*", "-", "/" and parentheses). However avoid division by 0.</p> |
||||
|
||||
<p>Cards are randomly arranged in the game mode.</p> |
||||
<p> "Reload" button resets the game. </p> |
||||
|
||||
|
||||
<p> Enter the "Edit" mode to : </p> |
||||
<ul> <li> choose the theme of interactivity : tablet, slate or none (by default : tablet),</li> |
||||
<li> choose the number of cards (4, 6 or 8 cards),</li> |
||||
<li> select the displayed time of returned cards,</li> |
||||
<li> edit a card (insert a picture or change the text).</li> </ul> |
||||
|
||||
<p> Place pairs of cards in the same column (same figure in each card). </p> |
||||
<p> Cards have a default text field. </p> |
||||
<p> Click on the field to insert text. </p> |
||||
<p> Click on the box before dragging and dropping picture from your library. </p> |
||||
|
||||
<p> "Display" button comes back to the activity.</p> |
@ -1,20 +1,17 @@ |
||||
<h3>Tic Tac Toe</h3> |
||||
<h3>Mental calculation version</h3> |
||||
|
||||
<p> |
||||
The two players choose, complete and valid an operation in turn.<br/> |
||||
Click the "check" button to verify the entry. The App is able to verify the calculation.<br/> |
||||
If the answer is correct, the box is marked with a cross (X) or a circle (O) according to the player. |
||||
If the answer is false, the other player takes the hand and begins to play. |
||||
</p> |
||||
<p>The name of the player is displayed on the left : Player 1 (X), Player 2 (O).</p> |
||||
|
||||
<p>The first player to get 3 of her marks ( X or O) in a row (up, down, across, or diagonally) is the winner.</p> |
||||
|
||||
<p>The "Edit" button allows you to :</p> |
||||
<h3> Tic tac toe </ h3> |
||||
<h4> Mental calculation version </h4> |
||||
<p> The two players choose, complete and valid an operation in turn. </p> |
||||
<p> Click the "check" button to verify the entry. The App is able to verify the calculation. </p> |
||||
<p> If the answer is correct, the box is marked with a cross (X) or a circle (O) according to the player.</p> |
||||
<p> If the answer is false, the other player takes the hand and begins to play.</p> |
||||
<p> The name of the player is displayed on the left : Player 1 (X), Player 2 (O).</p> |
||||
<p> The first player to get 3 of his marks ( X or O) in a row (up, down, across, or diagonally) is the winner.</p> |
||||
<p> The "Reload" button restarts the game. </p> |
||||
<p> Enter the "Edit" mode to : </p> |
||||
<ul> |
||||
<li>choose the theme of the App : tablet, slate, or none (by default tablet),</li> |
||||
<li>change the calculations that you want to use for your activity.</li> |
||||
</ul> |
||||
<p>The App is able to identify mathematical scripture (authorized signs: "+", "*", "-", "/" and parentheses).</p> |
||||
<p>The "Reload" button restarts the game.</p> |
||||
<ul> <li> choose the theme of interactivity : tablet, slate or none (by default : tablet),</li> |
||||
<li> modify the calculations that you want to use for your activity. </li> </ul> |
||||
|
||||
<p> Insert the calculation in each field. <b> Results of operations are automatically calculated by the interactivity. </b> </p> |
||||
<p> The App is able to identify mathematical signs ("+", "*", "-", "/" and parentheses). </p> |
||||
<p> "Display" button comes back to the activity.</p> |
Loading…
Reference in new issue