ANeu0 / COSC341_A2

0 stars 0 forks source link

Logging #8

Closed ANeu0 closed 1 month ago

ANeu0 commented 1 month ago

(4.5 marks): For each selection the time to select that particular target will be logged. Also whether it was a correct selection or not will also be logged. Analyse the Data using Fitts Law (shown in class). For example, for each target lets log: Technique, Width, Amplitude, Time, Correct.

ANeu0 commented 1 month ago

Note: I have built a CSVHelper class which will write the content of a class' properties to a csv.