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 663259 - Wrong answer - overtaking trains
Wrong answer - overtaking trains
Status: RESOLVED FIXED
Product: gbrainy
Classification: Other
Component: gbrainy application
git master
Other Linux
: Normal minor
: ---
Assigned To: gbrainy-maint
gbrainy-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-02 18:34 UTC by Matt
Modified: 2011-11-04 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matt 2011-11-02 18:34:11 UTC
There's a wrong answer in the overtaking trains logic puzzle at http://git.gnome.org/browse/gbrainy/tree/src/Games/Logic/PuzzleTrains.cs#n64  

The computed result (rslt) is the time it takes the second train to catch up with the first train, that is, how many hours after the second train left the station.  However, the question asks "How many hours since the **first** train left does it take the second train to overtake the first train?".  The computed answer does not account for the time delay between the first train's departure and the second train's departure (hours).

Either the question needs to be reworded, or the answer must rslt+hours.
Comment 1 Jordi Mas 2011-11-02 19:57:27 UTC
Thanks for reporting Matt

gbrainy 2.0 got a big proof-reading from a native English speaking and unfortunately while trying to enhance the grammar of this sentence the meaning was changed. 

I propose to change the question from:

How many hours since the first train left does it take the second train to overtake the first train?

To the previous original:

How many hours does it take the second train, since it starts moving, to overtake the first train?

If you can confirm if you agree with the fix.

Thanks,

Jordi,
Comment 2 Jordi Mas 2011-11-04 17:07:30 UTC
This has been fixed. Thanks. Jordi,