Yes, it is a good practice of B4X powerful tool, you can do it by:
1- As Erel said: put transparent panel above imageview & find the touched point with touch event of panel "make sure panel & imageview have the same dimensions".
2- Add string data "desired x,y point" to second imageview tag property to handle/compare the touched point of panel with the point of desired true answer.
3- In most cases the touched point is not the same of true answer point, so you should approximate the answer as the shortest distance between two points.