Spaces:
Running
Running
capradeepgujaran
commited on
Commit
•
cfdda62
1
Parent(s):
f379d57
Update app.py
Browse files
app.py
CHANGED
@@ -771,9 +771,31 @@ def create_quiz_interface():
|
|
771 |
|
772 |
# Header
|
773 |
gr.Markdown("""
|
774 |
-
|
775 |
-
|
776 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
|
778 |
with gr.Tabs() as tabs:
|
779 |
# Profile Setup Tab
|
|
|
771 |
|
772 |
# Header
|
773 |
gr.Markdown("""
|
774 |
+
<div style="text-align: center;">
|
775 |
+
<h1>🎓 ATGC HR Procedure Certification</h1>
|
776 |
+
<h3>Transform Your Knowledge into Recognized Achievements</h3>
|
777 |
+
</div>
|
778 |
+
""", show_label=False)
|
779 |
+
|
780 |
+
gr.Markdown("""
|
781 |
+
<div style="text-align: center;">
|
782 |
+
<h1>🎓 ATGC HR Procedure Certification </h1>
|
783 |
+
<h3>Transform Your Knowledge into Recognized Achievements</h3>
|
784 |
+
<h2 style="color: #2B3674;">HR Procedure Assessment Certification</h2>
|
785 |
+
</div>
|
786 |
+
|
787 |
+
<div style="margin: 20px 0; padding: 20px; background-color: #f8f9fa; border-radius: 10px;">
|
788 |
+
<h4>Assessment Overview:</h4>
|
789 |
+
<ul style="list-style-type: none; padding-left: 0;">
|
790 |
+
<li>📌 <strong>Basic Level:</strong> 5 questions - Perfect for beginners</li>
|
791 |
+
<li>📚 <strong>Intermediate Level:</strong> 10 questions - For those with HR experience</li>
|
792 |
+
<li>🎯 <strong>Advanced Level:</strong> 20 questions - Comprehensive assessment</li>
|
793 |
+
<li>⏱️ <strong>Passing Score:</strong> 80% or higher</li>
|
794 |
+
<li>🏆 <strong>Certificate:</strong> Awarded upon successful completion</li>
|
795 |
+
</ul>
|
796 |
+
<p style="margin-top: 15px;"><i>This assessment evaluates your understanding of ATGC's HR policies, procedures, and best practices.</i></p>
|
797 |
+
</div>
|
798 |
+
""", show_label=False)
|
799 |
|
800 |
with gr.Tabs() as tabs:
|
801 |
# Profile Setup Tab
|