I have a fictitious example of students doing test questions
student answers questions either "CORRECT" or "WRONG"
I can find the question that students answered incorrectly most often using:
MATCH (s:Student)-[r:ANSWERED {result: "WRONG"}]->(q:Quest...