Skip to content

Commit 31056ec

Browse files
authored
Merge pull request #838 from Nouran-11/patch_3
Add note for multi-exam certifications
2 parents 41e4608 + 030f9ff commit 31056ec

File tree

1 file changed

+6
-1
lines changed
  • content/en/cloud/academy/creating-content/building-certifications

1 file changed

+6
-1
lines changed

content/en/cloud/academy/creating-content/building-certifications/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For detailed instructions on how to write an exam file, define various question
133133

134134
### 4. Managing Question Pools and Test Attempts
135135

136-
A **test** can include more questions than those presented to users in a single attempt, effectively turning it into a **test bank**. When users retry the test, a new set of questions is drawn from the test bank for each attempt.
136+
A **test** can include more questions than those presented to users in a single attempt, effectively turning it into a **test bank** — collection of all possible questions available for that test. When users retry the test, a new set of questions is drawn from the test bank for each attempt.
137137

138138
This behavior is controlled by the `number_of_questions` property in the front matter.
139139

@@ -144,6 +144,11 @@ To ensure even division, the **total number of questions** must be a **multiple*
144144

145145
By default, the **number of retries** is set to the number of generated sets. However, you can increase it, in which case the question sets will **cycle** through repeatedly across attempts.
146146

147+
{{< alert type="warning" title="Multi-Exam Certification Settings" >}}
148+
For certifications containing multiple exams, each exam may have its own test bank, question count, and retry settings.
149+
These configurations are defined per test and may differ across exams within the same certification.
150+
{{< /alert >}}
151+
147152

148153

149154

0 commit comments

Comments
 (0)