Skip to content

Pass sco uuid to backend api #36

@AbdallahTarabish

Description

@AbdallahTarabish

i'm currenlty use scorm packge , but i need to know somethings. how i can pass uuid sco to update sco tracking data

    public function scoTracking(Request $request ,$sco_uuid)
    {
        $this->scormManager->createScoTracking(
            $sco_uuid ,
            auth()->user()->id ,
            auth()->user()->name ,
        );
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions