Spaces:
Running
Running
capradeepgujaran
commited on
Commit
•
ba9b5f6
1
Parent(s):
e6adff6
Update app.py
Browse files
app.py
CHANGED
@@ -525,7 +525,7 @@ class QuizApp:
|
|
525 |
self.quiz_generator = QuizGenerator(api_key)
|
526 |
self.certificate_generator = CertificateGenerator()
|
527 |
self.current_questions: List[Question] = []
|
528 |
-
self.logo_path = "
|
529 |
self.selected_level = "Basic" # Default level
|
530 |
|
531 |
# Map difficulty levels to number of questions
|
@@ -795,7 +795,7 @@ def create_quiz_interface():
|
|
795 |
<h4>Assessment Overview:</h4>
|
796 |
<ul style="list-style-type: none; padding-left: 0;">
|
797 |
<li>📌 <strong>Basic Level:</strong> 5 questions - Perfect for beginners</li>
|
798 |
-
<li>📚 <strong>Intermediate Level:</strong> 10 questions - For those with
|
799 |
<li>🎯 <strong>Advanced Level:</strong> 20 questions - Comprehensive assessment</li>
|
800 |
<li>⏱️ <strong>Passing Score:</strong> 80% or higher</li>
|
801 |
<li>🏆 <strong>Certificate:</strong> Awarded upon successful completion</li>
|
|
|
525 |
self.quiz_generator = QuizGenerator(api_key)
|
526 |
self.certificate_generator = CertificateGenerator()
|
527 |
self.current_questions: List[Question] = []
|
528 |
+
self.logo_path = "Logo.png"
|
529 |
self.selected_level = "Basic" # Default level
|
530 |
|
531 |
# Map difficulty levels to number of questions
|
|
|
795 |
<h4>Assessment Overview:</h4>
|
796 |
<ul style="list-style-type: none; padding-left: 0;">
|
797 |
<li>📌 <strong>Basic Level:</strong> 5 questions - Perfect for beginners</li>
|
798 |
+
<li>📚 <strong>Intermediate Level:</strong> 10 questions - For those with Power BI experience</li>
|
799 |
<li>🎯 <strong>Advanced Level:</strong> 20 questions - Comprehensive assessment</li>
|
800 |
<li>⏱️ <strong>Passing Score:</strong> 80% or higher</li>
|
801 |
<li>🏆 <strong>Certificate:</strong> Awarded upon successful completion</li>
|