AutoHotkey Community

It is currently May 26th, 2012, 5:47 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: February 19th, 2008, 6:25 pm 
Offline

Joined: February 5th, 2007, 12:19 pm
Posts: 192
Location: Osnabrück, Germany
With QizuL
you can learn vocables and other things by making a short multiple choice quiz.

The program simply loads easy configurated textfiles and show their content.

You have 2 modes :
    1. The easy way shows a random question and a short time later the answer.
    No Quiz!
    Then this starts again.
    Its something like a help for memorize.


    Image Image


    2. At second you can show a little quiz or better a multiple choice question.


    ImageImage
    ImageImage


It works like a cardbox. Take randomly a card out of the box.
Try to answer the question on it.
If the answer on the back is correct you take the card away.
If the answer is false put the card back in the cardbox.
If there is only one false answered or none card in the box
the box is filled again.

The program is a little bit extended.
You can change answer to questions randomly.
So if you want to learn vocables you can decide
if you want to see randomly both languages or only one.
And you can comment lines out in the textfiles (; as first char).


Quickstart:
    1. Download "Quiz complete" and the aminoacids and vocabulary textfile
    2. Save the files in one directory.
    3. start the script. You will once asked for your language. At the next start this is remembered.
    4. At next a Fileselect window opens. There you can select one or more (STRG or SHIFT) questionfiles. Take as.txt and/or vokabel.txt (or your own files)
    5. The program can be paused or and restartet with a doubleclick on the Trayicon.
    6. with a rightclick on the icon you can exit the program or getting the settings




    Image

    Image

You can easily add some more languages by changing the inifile.
Add your lang to:
    possibleLangs=de,en -> possibleLangs=de,en,fr

    copy a language section and name it to your lang (example: fr) and translate it.



I want to say thanks for:
CmnDlg.ahk (CmnDlg.ahk CmnDlg.html) which enable me to load more then one file a time.
Scriptmerge (ScriptMerge092.ahk). with this script i included CmnDlg.ahk in the quizprogram.
loadVarsFromIni function which i changed a bit.


ac'tivAid is a ahkscript collection, integrated as modules.
One of the plenty scripts in ac'tivAid is LeoToolTip.
With LeoToolTip you can use hotkeys to translate selected words on the leowebsite and show them as tooltips.
This module was broadened from people in this topic: activaid Leo Tooltip erweitern
If you look up some words, the vocables are added to textfile.
So I use this work to make automated vocabletextfiles from my looked up words.
This was the reason to make this script.

A lot of people in the german forum.

:D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, Bing [Bot], jrav, Stigg and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group