Update modules/__init__.py
Browse files- modules/__init__.py +2 -2
modules/__init__.py
CHANGED
@@ -95,9 +95,9 @@ def load_ui_functions():
|
|
95 |
return {} # Retornamos un diccionario vacío
|
96 |
|
97 |
def load_student_activities_functions():
|
98 |
-
from .studentact.
|
99 |
return {
|
100 |
-
'display_student_progress':
|
101 |
}
|
102 |
|
103 |
def load_morphosyntax_functions():
|
|
|
95 |
return {} # Retornamos un diccionario vacío
|
96 |
|
97 |
def load_student_activities_functions():
|
98 |
+
from .studentact.student_activities_v2 import display_student_activities
|
99 |
return {
|
100 |
+
'display_student_progress': display_student_activities
|
101 |
}
|
102 |
|
103 |
def load_morphosyntax_functions():
|