Help-Need to add a user input column to a collection search results table

Hello all, need your help! I have a collection that stores a list of items for each room in a house that need to be inspected. For example, for room “bathroom”, the items will be “sink”, “toilet”, “Shower”.
On my page, the user will type in the name of the room in the house (for example, “bathroom”), and the table returns the list of items to inspect (sink, toilet, shower). For each of those items/rows, I want the users to input a “pass” or “fail” and then submit the results into a collection that will store the room name, the item, and whether the inspection passed or fail. How can I add an input column to the search results table?