How do I fill in Number of User Inputs?
Number of User Inputs refers to how many input fields of data that the user will
have to fill in. From the software you plan to develop, make a quick
estimate of how many inputs your program will need from a user. In addition,
try and rate those inputs as SIMPLE, AVERAGE, or COMPLEX.
For example, after examining your software you may decide that it will have 7 user
inputs. Out of those 7 inputs you decide that 2 will be complex, 2 will be
average, and 3 will be simple.