After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698038 - Need to show pop-up tutorial in watercycle
Need to show pop-up tutorial in watercycle
Status: RESOLVED NOTABUG
Product: gcompris
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Bruno Coudoin
Rami Aubourg-Kaires
Depends on:
Blocks:
 
 
Reported: 2013-04-15 06:34 UTC by pratibha
Modified: 2013-08-18 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the png file which contains sequential steps of activities (280.88 KB, image/png)
2013-04-22 01:05 UTC, lavanyagunasekar
Details

Description pratibha 2013-04-15 06:34:26 UTC
As Activity start with tux asking to connect pipeline components to start water-cycle

Actual results - Leaving a normal user confused and it takes time to figure out what they actually need to do in this activity.

Expected Results - It would be a nice illustration and more user-friendly if activity start with a pop-up tutorial message for instructions.
Comment 1 Bruno Coudoin 2013-04-16 22:51:54 UTC
This problem is not specific to this activity. As with all activities in GCompris there is an help button in the activity. Also it is important to let the children search for what to do at some point so I am not sure it is that important.
Comment 2 lavanyagunasekar 2013-04-22 01:05:12 UTC
Created attachment 242112 [details]
the png file which contains sequential steps of activities
Comment 3 lavanyagunasekar 2013-04-22 01:07:24 UTC
It can be resolved by adding an image which shows the steps that how that activity can be completed.And that image can be kept as a tag element in for corresponding activity.xml.in file as follows
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
	 name="watercycle"
	 type="python:watercycle"
	 section="/experience"
	 difficulty="3"
	 icon="watercycle.svg"
	 author="Bruno Coudoin (bruno.coudoin@free.fr)"
	 boarddir="watercycle"
	 >
	 <title>Learn about the water cycle</title>
	 <description>Tux has come back from a long fishing party on his boat. Bring the water system back up so he can take a shower.</description>
	<prerequisite></prerequisite>
	<goal>Learn the water cycle</goal>
	<manual>Click on different active elements : sun, cloud, water pump station, and water cleanup station, in order to reactivate the entire water system. When the system is back up and Tux is in the shower, push the shower button for him.</manual>
	<credit>Drawing by Stephane Cabaraux.</credit>
        <help_chart>watercycle_help.png</help_chart>
  </Board>
</GCompris>
Comment 4 Bruno Coudoin 2013-04-22 07:35:01 UTC
This is not a good idea. This must be done at the activity level, no reason to make this generic.
Comment 5 lavanyagunasekar 2013-04-25 16:03:00 UTC
I just mentioned if the pop up is needed for all the activities it can be implemented in this way instead of editing all the source codes of activities.
Comment 6 pratibha 2013-04-25 16:15:28 UTC
This will completely solve the activity.By implementing this, there will not be much scope for kids to do.If they have to go in manual for this,they can read it in there, which is already implemented.So I don't think this will be a good idea to implement. 
And in this bug, I am talking about the tutorial showed in activity only, not in the manual file.
Comment 7 pratibha 2013-04-25 20:06:17 UTC
This will completely solve the activity.By implementing this, there will not be much scope for kids to do.If they have to go in manual for this,they can read it in there, which is already implemented.So I don't think this will be a good idea to implement. 
And in this bug, I am talking about the tutorial showed in activity only, not in the manual file.
Comment 8 Bruno Coudoin 2013-04-25 22:56:53 UTC
I am sorry I have a hard time to follow you. As I mentioned, if there is a need for better explanation in an activity, it must be coded in this activity. There is already a generic help which is far from perfect but not too bad either.
Comment 9 Bruno Coudoin 2013-08-18 15:31:58 UTC
We have the tooltips on each item, the intro voice and the help. It is enough to give intructions in this activity.Thanks for taking the time to report this bug.
However, you are using a version that is too old and not supported anymore.