re: changing order of questions | Family Feud | Forum
Topic RSS
re: changing order of questions
Yes. Open the questions.xml file in a text editor and move the <question> blocks above or below each other.
A question block looks something like:
<question text="Name a popular brand of diapers.">
<answer text="Pampers" points="57"/>
<answer text="Huggies" points="36"/>
<answer text="Luvs" points="7"/>
</question>
<answer text="Pampers" points="57"/>
<answer text="Huggies" points="36"/>
<answer text="Luvs" points="7"/>
</question>