Word Quiz [Source]

  • WPF Application gets random word from xml-file and user has to write correct translation fore selected language

    Main Window
    Word Quiz window

  • User can ask help and program will first give first letter, then last and then rest one letter at a time

    Help Asked
    Word Quiz helping

  • User can select which language he/she has to quess

    Help Asked
    Finnish first

  • User can create own xml-files or create xls file and use console admin tool to transform it to correct xml-file
  • One word can have multiple translations
  • User can define any number of languages

    xls file
    Xls sample

  • Xml format with two languages:
    	<wordlist>
    		<languages>
    		    <lan>Spanish</lan>
    		    <lan>Finnish</lan>
    		</languages>
    		<words>
    		    <word>
    		      <lan>a la derecha</lan>
    		      <lan>oikealla,oikealle</lan>
    		    </word>
    		    <word>
    		      <lan>a la izquierda</lan>
    		      <lan>vasemmalla, vasemmalle</lan>
    		    </word>
    			...
    		</words>
    	</wordlist>
    	
  • Application will use default words and languages if words.xml is not placed in same folder with application


    24.5.2009
    tomi.tuhkanen@iki.fi