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:
Regular. No special processing. The question and the answer are shown.
PairOfWordsOptions. A pair of words with multiple answers as options for answering
PairOfWordsCompare. A pair of words with an additional sample with a single word as answer. You must use the "|" character to separate the part of words from the additional sample
<_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.
