Introduction

Verbal analogies help to prove your abilities linking concepts and using the language.

How does it work

gbrainy reads the file verbal_analogies.xml that cointain the verbal analogies definitions for gbrainy. This file is located in the shared gbrainy directory (usually /usr/share/gbrainy/verbal_analogies.xml). You can edit, modify and extend this file as you wish.

Description of the format

Brief description of the tags and attributes used:

<_question>. Specifies the question for the analogy

The type attribute allows to specify the type of question:

<_tip>. Optional tag that allow to give a tip to the user on how to resolve the analogy

<_answer>. Allows to specify one or more answers

The attribute correct with value "yes" indicates that this is right answer.

You can use the "|" character to separate possible answers.

You can also look at VerbalAnalogies.cs in gbrainy source code as additional reference.

gbrainy/Analogies (last edited 2009-09-05 08:44:19 by JordiMas)