Skip to content
Snippets Groups Projects
Commit b54d4338 authored by Daksh Kalpesh Shah's avatar Daksh Kalpesh Shah
Browse files

removed dupes

parent 240c5f88
No related branches found
No related tags found
No related merge requests found
...@@ -161,16 +161,17 @@ causal_delivery = [ ...@@ -161,16 +161,17 @@ causal_delivery = [
question_text="What type of property (safety vs liveness) is causal delivery?", question_text="What type of property (safety vs liveness) is causal delivery?",
answer_text="Safety Property (A violation has a finite witness)", answer_text="Safety Property (A violation has a finite witness)",
), ),
QuizItem( # QuizItem(
question_text="Draw a Lamport Diagram which shows a violation of causal delivery but no FIFO delivery.", # question_text="Draw a Lamport Diagram which shows a violation of causal delivery but no FIFO delivery.",
answer_text="", # answer_text="",
answer_image="./causal_violation_fifo.png", # answer_image="./causal_violation_fifo.png",
) # )
] ]
orderings = [ orderings = [
QuizItem( QuizItem(
question_text="Draw a Lamport Diagram that witnesses a violation of causal ordering, but does not violate FIFO. Be able to explain why.", question_text="Draw a Lamport Diagram that witnesses a violation of causal ordering, but does not violate FIFO. Be able to explain why.",
answer_text="", answer_text="",
answer_image="./causal_violation_fifo.png",
), ),
QuizItem( QuizItem(
question_text="Draw a Lamport Diagram that witnesses a violation of both FIFO and Causal Ordering. Be able to explain why.", question_text="Draw a Lamport Diagram that witnesses a violation of both FIFO and Causal Ordering. Be able to explain why.",
...@@ -253,10 +254,10 @@ consistency = [ ...@@ -253,10 +254,10 @@ consistency = [
question_text="What is are the three main types of consistency studied in class?", question_text="What is are the three main types of consistency studied in class?",
answer_text="1. Strong Consistency \n 2. Causal Consistency \n 3. Eventual Consistency", answer_text="1. Strong Consistency \n 2. Causal Consistency \n 3. Eventual Consistency",
), ),
QuizItem( # QuizItem(
question_text="What is are the three main types of consistency studied in class?", # question_text="What is are the three main types of consistency studied in class?",
answer_text="1. Strong Consistency \n 2. Causal Consistency \n 3. Eventual Consistency", # answer_text="1. Strong Consistency \n 2. Causal Consistency \n 3. Eventual Consistency",
), # ),
QuizItem( QuizItem(
question_text="What type of property is Strong Consistency? Why?", question_text="What type of property is Strong Consistency? Why?",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment