Skip to content

Commit 2cc5272

Browse files
committed
Changed feedback wording on T/F question to correct/incorrect
1 parent 2fa3ecd commit 2cc5272

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/quiz_building_graphs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14844,12 +14844,12 @@
1484414844
{
1484514845
"answer": "True",
1484614846
"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."
1484814848
},
1484914849
{
1485014850
"answer": "False",
1485114851
"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."
1485314853
}
1485414854
]
1485514855
},

0 commit comments

Comments
 (0)