Can we store bot conversations and the questions which are not answered by bot separately?

I am using SQLite as a Tracker store. Here is the screenshot of how I am able to keep track of the conversation.

but my requirement is to store questions asked by the user and its response only based on Sender ID. And also to store questions that are not answered separately.