AIdeaText commited on
Commit
02c1703
·
verified ·
1 Parent(s): 01bf4be

Update modules/__init__.py

Browse files
Files changed (1) hide show
  1. 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.student_activities import display_student_progress
99
  return {
100
- 'display_student_progress': 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():