Add an optional quiz to the resource library. Create as many questions as you'd like.
Existing Questions (cannot delete, BUT they are editable)
@if(!empty($resource->resourceLibaryQuestionList))
@foreach ($resource->resourceLibaryQuestionList as $qus)
@endforeach
@endIf