You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/quiz_building_graphs.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14844,12 +14844,12 @@
14844
14844
{
14845
14845
"answer": "True",
14846
14846
"correct": false,
14847
-
"feedback": "False, PGGB's normalization does smooth out the graph and make the paths (chromosomes) linear but it still allows for cyclic graph structures that represent SVs."
14847
+
"feedback": "Incorrect, PGGB's normalization does smooth out the graph and make the paths (chromosomes) linear but it still allows for cyclic graph structures that represent SVs."
14848
14848
},
14849
14849
{
14850
14850
"answer": "False",
14851
14851
"correct": true,
14852
-
"feedback": "True, PGGB's normalization linearizes the paths (chromosomes) but still allows for cyclic graph structures representing SVs."
14852
+
"feedback": "Correct, PGGB's normalization linearizes the paths (chromosomes) but still allows for cyclic graph structures representing SVs."
0 commit comments