qobjects = [ { question: "Consider the following graph:

What would be a correct Adjency Matrix for the graph?", options: [ "   A B C
A:[0 1 1]
B:[1 0 1]
C:[2 2 0]
", "   A B C
A:[0 2 2]
B:[2 0 0]
C:[2 0 0]
", "   A B C
A:[0 1 2]
B:[1 0 0]
C:[2 0 0]
", ], correct: 2 }, { fillintheblanks: "exercise_graphs1.htm" }, { fillintheblanks: "exercise_graphs2.htm" } ]