Skip to content

Commit

Permalink
fix: quizzes texts
Browse files Browse the repository at this point in the history
  • Loading branch information
fricoben committed Oct 16, 2023
1 parent 77dbbbe commit 716bed7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -487,19 +487,19 @@ options = [
"By offering the highest possible yields to users",
"By preventing impermanent loss",
"By aggregating liquidity from various AMMs",
"By leveraging professional market makers and off-chain pricing algorithms to optimize pricing and minimize hidden costs"
"By leveraging professional market makers and off-chain pricing algorithms"
]
correct_answers = [*]

[[quizzes.avnu.questions]]
kind = "text_choice"
layout = "default"
question = "What is MEV protection, and how does AVNU's RFQ system provide it?"
question = "What is MEV ? How does AVNU protect your from it?"
options = [
"MEV protection is Maximum Earnings Volatility, and AVNU ensures it through trading volume.",
"MEV protection is Market Efficiency Verification, and AVNU uses it to verify liquidity sources.",
"MEV protection is Miner Extractable Value, and AVNU uses cryptographic signatures to prevent front-running and maintain a secure trading environment.",
"MEV protection is Monetary Exchange Value, and AVNU guarantees it through blockchain technology. "
"MEV is Maximum Earnings Volatility. AVNU ensures it through trading volume.",
"MEV is Market Efficiency Verification. AVNU prevents it by using only verified liquidity sources.",
"MEV is Maximum Extractable Value. AVNU prevents front-running and maintain a secure trading environment.",
"MEV is Monetary Exchange Value. AVNU prevents it through blockchain technology."
]
correct_answers = [*]

Expand All @@ -515,18 +515,18 @@ question = "What is ZkLend?"
options = [
"ZkLend is a traditional banking system.",
"ZkLend is a cryptocurrency used for online payments.",
"ZkLend is a permissionless lending market for retail users, offering depositing, borrowing, and earning yields on digital assets.",
"ZkLend is a permissionless lending market like Aave.",
"ZkLend is a physical lending institution with branches worldwide."
]
correct_answers = [*]

[[quizzes.zklend.questions]]
kind = "text_choice"
layout = "default"
question = "What does borrowing and lending mean in the context of ZkLend?"
question = "About borrowing and lending, what affirmation is true ?"
options = [
"Borrowing allows users to deposit assets to earn interest, while lending involves borrowing assets using collateral.",
"Lending allows users to deposit assets to earn interest, while borrowing involves borrowing assets using collateral.",
"Borrowing allows users to deposit assets to earn interest.",
"Lending allows users to deposit assets to earn interest",
"Borrowing and lending both refer to depositing assets to earn interest without any collateral involved.",
"Borrowing and lending are unrelated to ZKLend; it's a decentralized platform for gaming. "
]
Expand All @@ -550,7 +550,7 @@ layout = "default"
question = "What does liquidation mean in ZkLend?"
options = [
"Liquidation is a process initiated by borrowers to lower their debt.",
"Liquidation is the process of selling off collateral to repay a portion of a borrower's debt when their Health Factor falls below 1.",
"Liquidation is the process of selling off collateral to repay a borrower's debt.",
"Liquidation is a bonus given to borrowers who maintain a high Health Factor.",
"Liquidation is a penalty imposed on external parties for monitoring zkLend's loan portfolios."
]
Expand Down Expand Up @@ -607,9 +607,9 @@ kind = "text_choice"
layout = "default"
question = "What are volatile pairs in dual-liquidity pools?"
options = [
"Volatile pairs are designed for assets with little-to-no volatility in trading correlation.",
"Volatile pairs are designed for assets with little-to-no volatility.",
"Volatile pairs rely on a constant-product formula.",
"Volatile pairs are optimized for assets with medium-to-high price volatility and use a generic constant-product formula.",
"Volatile pairs are optimized for assets with medium-to-high price volatility",
"Volatile pairs have extremely low slippage on large trading volumes."
]
correct_answers = [*]
Expand Down

0 comments on commit 716bed7

Please sign in to comment.