michal commited on
Commit
3e0dd54
·
1 Parent(s): 65e7dc1
Files changed (1) hide show
  1. src/abouts.py +12 -5
src/abouts.py CHANGED
@@ -10,19 +10,26 @@ HEADER_TITLE = """
10
  LEADERBOARD_DESC = """## ...
11
  """
12
 
13
- PES_DESC = """#### PES (Państwowy Egzamin Specjalizacyjny, National Specialization Examination, Board Certification Exam)
 
 
 
 
 
 
 
14
  """
15
 
16
- LDEK_DESC = """#### LDEK (Lekarsko-Dentystyczny Egzamin Końcowy, Dental Final Examination)
17
  """
18
 
19
- LEK_DESC = """#### LEK (Lekarski Egzamin Końcowy, Medical Final Examination)
20
  """
21
 
22
- LDEK_DESC_EN = """#### LDEK - English Version
23
  """
24
 
25
- LEK_DESC_EN = """#### LEK - English Version
26
  """
27
 
28
  CITATION_LABEL = "Copy the following snippet to cite these results"
 
10
  LEADERBOARD_DESC = """## ...
11
  """
12
 
13
+ PES_DESC = """### PES (Państwowy Egzamin Specjalizacyjny, National Specialization Examination, Board Certification Exam)
14
+
15
+ National Specialization Examination is a board certification exam mandatory for physicians and dentists to obtain a specialist title in their chosen medical field in Poland. This exam is available after completing the necessary internships and specialization courses. The PES consists of two parts:
16
+
17
+ - **A written test** containing 120 multiple-choice questions with five possible answers (one correct). Candidates must score at least 60% to pass.
18
+ - **An oral examination** that evaluates practical and theoretical expertise.
19
+
20
+ The PES is held twice yearly for various medical specialties. Unlike other exams, PES questions are not public before the exam.
21
  """
22
 
23
+ LDEK_DESC = """### LDEK (Lekarsko-Dentystyczny Egzamin Końcowy, Dental Final Examination)
24
  """
25
 
26
+ LEK_DESC = """### LEK (Lekarski Egzamin Końcowy, Medical Final Examination)
27
  """
28
 
29
+ LDEK_DESC_EN = """### LDEK - English Version
30
  """
31
 
32
+ LEK_DESC_EN = """### LEK - English Version
33
  """
34
 
35
  CITATION_LABEL = "Copy the following snippet to cite these results"