                /     /\
               /     /##\
              /     /####\			[Debt Aversion Experimental program - 13.5.2015 (nightly)]
             /     /######\
            /     /########\			[Toni Sanio @2015 | toniepeli@gmail.com]
           /     /##########\
          /     /#####/\#####\			
         /     /#####/++\#####\
        /     /#####/++++\#####\
       /     /#####/\+++++\#####\
      /     /#####/  \+++++\#####\
     /     /#####/    \+++++\#####\
    /     /#####/      \+++++\#####\
   /     /#####/        \+++++\#####\
  /     /#####/__________\+++++\#####\
 /                        \+++++\#####\
/__________________________\+++++\####/
\+++++++++++++++++++++++++++++++++\##/
 \+++++++++++++++++++++++++++++++++\/
  ``````````````````````````````````

1. Running experiment.

	Each participant should have numerical id and they should be informed what are their conditions so they could fill them properly.

2. Result saving.

	Results are saved into subfolder in Results-folder according condition.

	NORMAL_CONDITION            1
	PROSPECTIVE_CONDITION       2
	RETROPROSPECTIVE_CONDITION  3
	INTEGRATIVE_CONDITION       4    
	
	Also saving allowed condition affects the name of the folder ie folder can be named
	Results/1_sa/ .. which means saving was allowed for the participant.

3. How to edit program.

	It should be possible to open in Visual Studio.
	
4. How to edit default settings:

	4.1 Loan defaults

	The loan files Loans.txt and LoansICondition.txt contains the information of the loans (ie. interest rate and amount).	

	4.2 Other settings.

	Possible keys that can be changed are found in the file in this folder:
	DebtAversion.exe.config

	This doesn't yet change the preferences to the application.
	The application stores actual preference settings in path similar to
	C:\Users\UserName\AppData\Local\DebtAversion\DebtAversion.exe_Url_xgmbtror2eugea50wquemqd3hvp3cjlh\1.0.0.0

	Easier is to first remove the old version settings If they exist.

	Reflect possible settings from the DebtAversion.exe.config from this folder
	to the file inside AppData\Local...etc. For example to change amount of years or rounds to 5 add lines

				<setting name="years" serializeAs="String">
					<value>5</value>
				</setting>

