I'm trying to build nested directives for a quiz application where the outer directive corresponds to a question, and each inner directive to a possible answer. When the user clicks an answer, it disables itself and the other options, changes its color, and sends a POST request back to the server. I'm trying to build nested directives for a qui