generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(academy): install a quiz for part "rules"
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"quizTitle": "Test your knowledge!", | ||
"nrOfQuestions": "1", | ||
"questions": [ | ||
{ | ||
"question": "Which of the following best describes the role of Prolog in the OKP4 protocol?", | ||
"questionType": "text", | ||
"answerSelectionType": "single", | ||
"answers": [ | ||
"Prolog is primarily used for front-end development within the OKP4 ecosystem, focusing on user interface design and experience.", | ||
"Prolog serves as a database management system in OKP4, handling the storage, retrieval, and update of data within the protocol.", | ||
"Prolog is employed as an on-chain module within OKP4, interpreting rules related to governance and consent, and ensuring secure and reliable decentralized decision-making.", | ||
"Prolog functions as a cryptocurrency wallet in the OKP4 protocol, managing digital assets and facilitating transactions between users." | ||
], | ||
"correctAnswer": "3", | ||
"messageForCorrectAnswer": "Correct answer. Good job.", | ||
"messageForIncorrectAnswer": "Incorrect answer. Please try again.", | ||
"point": "1" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.react-quiz-container { | ||
div.filter-dropdown-select { | ||
height: unset !important; | ||
} | ||
} |