laravel-scorm icon indicating copy to clipboard operation
laravel-scorm copied to clipboard

Pass sco uuid to backend api

Open AbdallahTarabish opened this issue 1 year ago • 0 comments

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 ,
        );
    }

AbdallahTarabish avatar Jul 30 '23 20:07 AbdallahTarabish