How do I fill in Number of User Inquiries?

Number of User Inquiries refers to how many times the user has to interact with the program without entering any data in. This generally includes things such as buttons, menus, or anything the user has to interact with without inputting data. From the software you plan to develop, decide how many objects (buttons, menus, etc.) the user will have to interact with. In addition, try and rate those inquiries as SIMPLE, AVERAGE, or COMPLEX.

For example, after examining your software you may decide that there will need to be 5 user inquiries. Out of those 5 user inquiries, you decide that 1 will be simple, 0 will be average, and 4 will be complex.