<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to BoardFileFormat</title><link>https://sourceforge.net/p/netjeopardy/wiki/BoardFileFormat/</link><description>Recent changes to BoardFileFormat</description><atom:link href="https://sourceforge.net/p/netjeopardy/wiki/BoardFileFormat/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Jan 2013 22:43:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/netjeopardy/wiki/BoardFileFormat/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage BoardFileFormat modified by John Dalbey</title><link>https://sourceforge.net/p/netjeopardy/wiki/BoardFileFormat/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A board file contains the clues that are displayed for each square on the board and the "questions" which are the correct response.  A board file is a plain ASCII text file.&lt;/p&gt;
&lt;p&gt;Here's a simple example:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;100
&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;Colors&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="n"&gt;The&lt;/span&gt; &lt;span class="n"&gt;color&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;sky&lt;/span&gt; # &lt;span class="n"&gt;What&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="n"&gt;blue&lt;/span&gt;?
&lt;span class="n"&gt;The&lt;/span&gt; &lt;span class="n"&gt;color&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;grass&lt;/span&gt; # &lt;span class="n"&gt;What&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="n"&gt;green&lt;/span&gt;?
&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;Male&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;Female&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="n"&gt;Buck&lt;/span&gt; # &lt;span class="n"&gt;What&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;doe&lt;/span&gt;?
&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;DD&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="n"&gt;Ram&lt;/span&gt; # &lt;span class="n"&gt;What&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;ewe&lt;/span&gt;?
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The fist line of the file is a positive integer for the dollar amount increment of each tile.  In the example, this is one hundred.&lt;/p&gt;
&lt;p&gt;Each category on the board is specified in brackets ([]).  The example has two categories, "colors" and "male/female".&lt;br /&gt;
The clues in each category follow the category label.&lt;br /&gt;
Each line contains a clue and the correct response, separated by a # symbol.&lt;br /&gt;
The number of clues in each category is not predetermined,&lt;br /&gt;
but must be consistent in each file.  That is, the number of clues in each category must be the same.&lt;br /&gt;
You may have as many categories as you like, limited by the size of the display.&lt;br /&gt;
In the example, the clue in the upper left corner of the board will be "The color of the sky" and the correct response is "What is blue?"&lt;/p&gt;
&lt;p&gt;To indicate that a clue is to be treated as a "daily double", start the line with &lt;code&gt;[DD]&lt;/code&gt;. In the example, the last clue is a daily double. The application doesn't check how many of these you include in the file. &lt;/p&gt;
&lt;p&gt;The code repository contains the default board file, "defaultboard.txt".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Dalbey</dc:creator><pubDate>Mon, 28 Jan 2013 22:43:08 -0000</pubDate><guid>https://sourceforge.netb4c489f2bf4a6a089daaf9959ed65d7e8f6d8b95</guid></item></channel></rss>