Random programming things I'd want to remember

Showing posts with label ItemLoader. Show all posts
Showing posts with label ItemLoader. Show all posts

Friday, July 30, 2010

Item loader

In order to fill the data into the ItemTester, I will write another application, ItemLoader. Here are the requrements:

The program, ItemLoader, is an application that helps create the database of question/answer pairs for ItemTester.

Functional Requirements.

The program will:

1. allow the user to enter question/answer pairs one-by-one (also requiring topic(s) for an item).

2. allow the user to process a batch file in a predefined format.

3. check the new words against the database to make sure this question/answer pair does not already exist.


The format for the batch file:

Question///Answer///tag1;tag2;tag3

3. write out the user's input into the XML file.