Hi YH & S
The contents of the version.txt file is described in the instructions you received.
There are multiple formats your help file can be in - refer to your instructions on what is allowable. As for the contents: think about what you need in order for someone to start your application in it's various modes, and use the application.
As mentioned in another
thread earlier this week, a good rule of thumb is to write the instructions, then give the instructions and your finished application to some person who fits the "end user" category, and see if they can use your application correctly. (So give it to your partner, and see if they can run the application in all its modes). If they can, then your instructions are probably fine

.
The choices.txt file should be written
as you are developing your assignment, not afterwards. Whenever you make a major design decision,
you should make a note of it in your choices.txt file. If you do it that way, it becomes easy to write such a document. Trying to remember what choices you made after you have completed the document can be rather difficult. I would recommend something simple: a heading for the choice, with bullet points for your reasons. E.g.:
I chose RMI versus Serialized Objects over Sockets because
I got "heads" when I flipped a coinRMI is shorter to write (Of course, you
may prefer to think of better reasons

)
Sun do not want a huge document - just something to show that you are aware that there are alternatives to some of your choices, and something that they can use in the exam to validate that
you wrote the assignment

.
I think using bullet points results in a shorter document, and can be easier to replicate in the exam (especially for candidates for whom English is not their first language).
I did all my documentation as HTML files, so I did not need to worry about
word wrapping. But if I was using plain text files, I would manually wrap files myself, probably about column 76 rather than relying on the examiner setting word wrapping in their editor. This is
my personal choice - I am sure that there are plenty of people who would advocate the opposite

.
Regards, Andrew