service.inclass.functions.showFile module
- class service.inclass.functions.showFile.ShowFile[source]
 Bases:
Function- init_status = {}
 
- static step(value, function_id, classroom_session)[source]
 Executes the main logic for displaying a file during a classroom session.
- Parameters:
 value (dict) – Contains the file data or parameters necessary for display.
function_id (str) – Unique identifier for the current function execution.
classroom_session (ClassroomSession) – Instance of the classroom session manager.
- Returns:
 Always returns True after processing the file and moving to the next function.
- Return type:
 bool