D8531: Adding hints to ascending_order (to be implemented in alphabetical_order as well)
Rudra Nil Basu
noreply at phabricator.kde.org
Sat Oct 28 07:03:53 UTC 2017
rudranilbasu added a comment.
Had a quick look at the overall working of the activities, few thoughts:
- The hints should only be for the alphabetical ordering activity and not for the ascending order activity (to be confirmed with @jjazeix ) (since the numbers can be infinite, and the numbers can be > 9).
- The hints should be turned off by default (when the activity starts) so that the user only views it when they are stuck
INLINE COMMENTS
> Ascending_order.qml:101
> + color: 'white'
> + text: qsTr('Hint: Numbers are ordered as 0,1,2,3,4,5,6,7,8,9')
> + Rectangle {
This will only be showing the 0 - 9 hints for the alphabetical ordering as well. Use the "letters" variable to display the hints:
var letters = qsTr("a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z")
REPOSITORY
R2 GCompris
REVISION DETAIL
https://phabricator.kde.org/D8531
To: rohitdas, #gcompris, #gcompris_improvements
Cc: #kde_edu, rudranilbasu, jjazeix, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20171028/141eafd8/attachment.html>
More information about the kde-edu
mailing list