[gcompris: 97/111] color_mix activites, minor update of the activity descriptions.



commit 8fa1366b9963a8847c92c92ae0f5c3545b037c7a
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Fri Aug 31 01:38:15 2012 +0200

    color_mix activites, minor update of the activity descriptions.

 src/color_mix-activity/color_mix.xml.in            |   10 +++++-----
 .../color_mix_light.xml.in                         |    8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/color_mix-activity/color_mix.xml.in b/src/color_mix-activity/color_mix.xml.in
index 852dcab..fd0def8 100644
--- a/src/color_mix-activity/color_mix.xml.in
+++ b/src/color_mix-activity/color_mix.xml.in
@@ -3,17 +3,17 @@
   <Board
         name="color_mix"
         type="python:color_mix"
-        section="/experimental"
+        section="/discovery/colors_group"
         icon="color_mix.svg"
-        difficulty="1"
+        difficulty="4"
         author="Matilda Bernard"
         boarddir=""
         >
-        <_title>Color Mix</_title>
-        <_description>To understand color mixing</_description>
+        <_title>Mixing color of paint</_title>
+        <_description>To understand color mixing.</_description>
         <_goal>Mix the primary colors to match to the given color</_goal>
         <_manual xml:space = 'preserve'>
-The activity deals with mixing primary colors of paint.
+The activity deals with mixing primary colors of paint (subtractive mixing).
 
 In case of paints the inks absorb different colors of light falling on it, subtracting it from what you see. The more ink you add, the more light is absorbed, and the darker the combined color gets. We can mix just three primary colors to make many new colors. The primary colors for paint/ink are Cyan (a special shade of blue), Magenta (a special shade of pink), and Yellow.
         </_manual>
diff --git a/src/color_mix_light-activity/color_mix_light.xml.in b/src/color_mix_light-activity/color_mix_light.xml.in
index 89b22e6..ee65464 100644
--- a/src/color_mix_light-activity/color_mix_light.xml.in
+++ b/src/color_mix_light-activity/color_mix_light.xml.in
@@ -9,11 +9,11 @@
         author="Matilda Bernard (serah4291 gmail com)"
         boarddir=""
         >
-        <_title>Colors of light</_title>
-        <_description>Understanding mixing of colors of light</_description>
-        <_goal>Mix the primary colors to match to the given color</_goal>
+        <_title>Mixing colors of light</_title>
+        <_description>Understanding mixing of colors of light.</_description>
+        <_goal>Mix the primary colors to match to the given color.</_goal>
         <_manual xml:space = 'preserve'>
-The activity deals with mixing primary colors of light.
+The activity deals with mixing primary colors of light (additive mixing).
 
 In case of light it is just the opposite of mixing color with paints! The more light you add the lighter the resultant color will get. Primary colors of light are red, green and blue.
         </_manual>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]