I just released a new version of MoreWordsPlease. Since quickly which is used to publish in launchpad has a new version numbering system it is now version 10.08. New features are a button bar and a status bar. Please note that I used the GTK stock buttons even for the test modes.
Have fun!
Mehr lesen von "First version of MoreWordsPease 10.08 has been released!"!
Posts mit dem Label morewordsplease werden angezeigt. Alle Posts anzeigen
Posts mit dem Label morewordsplease werden angezeigt. Alle Posts anzeigen
Samstag, 14. August 2010
Montag, 8. Februar 2010
MoreWordsPlease 0.5 has arrived!
MoreWordsPlease 0.5 has arrived and brings a lot of bug fixes and new features.
New features:
- now multiple selections of lessons and words are possible
- statistical functions like worst words, last trained,... are available
- code hast been improved
- some errors has been fixed, e.g. moving of words to another lesson
Mehr lesen von "MoreWordsPlease 0.5 has arrived!"!
New features:
- now multiple selections of lessons and words are possible
- statistical functions like worst words, last trained,... are available
- code hast been improved
- some errors has been fixed, e.g. moving of words to another lesson
Mehr lesen von "MoreWordsPlease 0.5 has arrived!"!
Labels:
morewordsplease
Montag, 14. Dezember 2009
Changed Behavior of the verify button
I changed the behavior of the verify button. Now if it is pressed a second time without a changed entry it goes to the next word.
This is the same behavior as pressing "enter" in the entry field and a great convenience function.
Mehr lesen von "Changed Behavior of the verify button"!
This is the same behavior as pressing "enter" in the entry field and a great convenience function.
Mehr lesen von "Changed Behavior of the verify button"!
Labels:
morewordsplease
Sonntag, 13. Dezember 2009
MoreWordsPease 0.4 has been released!
The amazing new features are:
- shuffled characters training mode
- multiple choice training mode
Despite the screenshots the program is in English as well. If you want you are invited to translate to your language. Launchpad keeps an easy functionality for that. Just contact me for more information.
Shuffled characters training mode
In the properties one can select the character separating the shuffled characters. Furthermore it is also possible to hide the translation. That makes it even harder but is fun anyway.
Multiple choice training mode
This is a mode there one can decide between 5 possible solutions. But only one is correct.
Mehr lesen von "MoreWordsPease 0.4 has been released!"!
- shuffled characters training mode
- multiple choice training mode
Despite the screenshots the program is in English as well. If you want you are invited to translate to your language. Launchpad keeps an easy functionality for that. Just contact me for more information.
Shuffled characters training mode
In the properties one can select the character separating the shuffled characters. Furthermore it is also possible to hide the translation. That makes it even harder but is fun anyway.
Multiple choice training mode
This is a mode there one can decide between 5 possible solutions. But only one is correct.
Mehr lesen von "MoreWordsPease 0.4 has been released!"!
Labels:
morewordsplease
Dienstag, 8. Dezember 2009
MoreWordsPease 0.3 has been released!
After a period of heavy development, MoreWordsPease 0.3 has been released!
Main changes to previous version 0.2 are:
Mehr lesen von "MoreWordsPease 0.3 has been released!"!
Main changes to previous version 0.2 are:
- hierarchical lessons
- improved import of CSV and KVTML (KDE Education Project) files
- added JSON human readable file format
- improvements on all other functions
Mehr lesen von "MoreWordsPease 0.3 has been released!"!
Labels:
morewordsplease
Mittwoch, 25. November 2009
VocTrain has been renamed to MoreWordsPlease
Due to over progams using this name VocTrain has been renamed to MoreWordsPlease.
Mehr lesen von "VocTrain has been renamed to MoreWordsPlease"!
Mehr lesen von "VocTrain has been renamed to MoreWordsPlease"!
Labels:
morewordsplease
Dienstag, 24. November 2009
Manual MoreWordsPlease
Introduction
"MoreWordsPlease" is a simple word/vocabulary learning program. It is written in Python and pygtk. Words are ordered into lessons and compartments. The vocabulary is saved in a json or pickle file. Keep in mind that the program is in development and probably has bugs.
Learning mode - Test
After all words or several lessons have been selected training could start. VocTrain holds words in 5 compartments.The number of compartment can be changed between 3 and 8.
A new word is in compartment 1. After marking a word as correct in the testing window it goes into compartment 2 and so on. If a word reaches compartment 5 it is not trained any more. The number of words in different compartments are shown in the upper line.
Two different timers can be used. One is for the time until the solution is shown, the other for the timer between solution and next word.
Function of buttons in the testing window:
Data can be imported from CSV files. This is the easiest way to exchange data with other programs like OpenOffice.org. Different kinds of CSV files are supported. Settings can be done in the import and export dialog.
In the upper part of the dialog you can change the file format. In the lower part you can specify the columns. "Jump over" means, that the column is led out but the next column is imported.
An other supported file format is KVTML from the KDE Education Project. You can download theses files from the server and import them. First a file is imported as KDE4, if not successful as KDE3 file.
Add new and edit words
A convenient dialog support adding a new word. The lesson can be chosen from a combination box, the compartment is always 1.
Words could edited, removed, moved to a different lesson.
Vocabulary properties
Language 1 and 2 and other values can be changed here.
Mehr lesen von "Manual MoreWordsPlease"!
"MoreWordsPlease" is a simple word/vocabulary learning program. It is written in Python and pygtk. Words are ordered into lessons and compartments. The vocabulary is saved in a json or pickle file. Keep in mind that the program is in development and probably has bugs.
Learning mode - Test
After all words or several lessons have been selected training could start. VocTrain holds words in 5 compartments.The number of compartment can be changed between 3 and 8.
A new word is in compartment 1. After marking a word as correct in the testing window it goes into compartment 2 and so on. If a word reaches compartment 5 it is not trained any more. The number of words in different compartments are shown in the upper line.
Two different timers can be used. One is for the time until the solution is shown, the other for the timer between solution and next word.
Function of buttons in the testing window:
- "Mark as new": puts the actual word in compartment 1
- "Ignore this time": goes to the next word
- "Mark as trained": puts the actual word in compartment 5, so it will not be trained any more
- "Hint": gives a hint (one character)
- "Show solution": shows the solution
- "Verify": calculates the Levenshtein distance of the solution. 0 means the solution is correct. 2 means that it is possible with 2 operations to get to the solution. Verify incorporates the preferences “Ignore Capitals” and “Autoprogress on Verify”.
Data can be imported from CSV files. This is the easiest way to exchange data with other programs like OpenOffice.org. Different kinds of CSV files are supported. Settings can be done in the import and export dialog.
In the upper part of the dialog you can change the file format. In the lower part you can specify the columns. "Jump over" means, that the column is led out but the next column is imported.
An other supported file format is KVTML from the KDE Education Project. You can download theses files from the server and import them. First a file is imported as KDE4, if not successful as KDE3 file.
Add new and edit words
A convenient dialog support adding a new word. The lesson can be chosen from a combination box, the compartment is always 1.
Words could edited, removed, moved to a different lesson.
Vocabulary properties
Language 1 and 2 and other values can be changed here.
Mehr lesen von "Manual MoreWordsPlease"!
Labels:
morewordsplease
The Simple Vocabulary Training Program 0.1 released
I'm pleased to announce the release of my new project "The Simple Vocabulary Training Program".
This program trains vocabulary ordered in lessons and compartments. It is written in Python and pygtk, so you can easily enhance and contribute. Because it is a development version, not all features are implemented, it has bugs and is not yet documented.
I developed this as voctrain, but there are other programs already named voctrain. So I decided to change the name to "The Simple Vocabulary Training Program". The technical name "voctrain" remains. Sure you could suggest a better name.
You can find the PPA here:
https://launchpad.net/~stesind/+archive/ppa
Bugs can be filed here:
https://launchpad.net/voctrain
Mehr lesen von "The Simple Vocabulary Training Program 0.1 released"!
This program trains vocabulary ordered in lessons and compartments. It is written in Python and pygtk, so you can easily enhance and contribute. Because it is a development version, not all features are implemented, it has bugs and is not yet documented.
I developed this as voctrain, but there are other programs already named voctrain. So I decided to change the name to "The Simple Vocabulary Training Program". The technical name "voctrain" remains. Sure you could suggest a better name.
You can find the PPA here:
https://launchpad.net/~stesind/+archive/ppa
Bugs can be filed here:
https://launchpad.net/voctrain
Mehr lesen von "The Simple Vocabulary Training Program 0.1 released"!
Labels:
morewordsplease
Abonnieren
Posts (Atom)







