lanna_lalala;- commited on
Commit ·
47a2d93
1
Parent(s): b178033
update lesson -alanna
Browse files
phase/Student_view/lesson.py
CHANGED
|
@@ -19,7 +19,6 @@ def load_css(file_name):
|
|
| 19 |
MAX_TOPICS = 5 # show topics 1..5 only, then Summary
|
| 20 |
MINI_QUIZ_MIN = 2
|
| 21 |
MINI_QUIZ_MAX = 4
|
| 22 |
-
BACKEND_URL = os.getenv("BACKEND_URL", "http://localhost:8000") # FastAPI backend (optional)
|
| 23 |
|
| 24 |
# --- Data structure for lessons ---
|
| 25 |
lessons_by_level = {
|
|
|
|
| 19 |
MAX_TOPICS = 5 # show topics 1..5 only, then Summary
|
| 20 |
MINI_QUIZ_MIN = 2
|
| 21 |
MINI_QUIZ_MAX = 4
|
|
|
|
| 22 |
|
| 23 |
# --- Data structure for lessons ---
|
| 24 |
lessons_by_level = {
|