diff --git a/resources/views/admin/questions/index.blade.php b/resources/views/admin/questions/index.blade.php index c6a4947..d64e8e6 100644 --- a/resources/views/admin/questions/index.blade.php +++ b/resources/views/admin/questions/index.blade.php @@ -35,10 +35,10 @@ + data-question-text="{{ urlencode($question->question_text) }}" + data-answers="{{ urlencode($question->answers->toJson()) }}" + data-matching-pairs="{{ urlencode($question->matchingPairs->toJson()) }}" + data-ordering-items="{{ urlencode($question->orderingItems->toJson()) }}"> {{ Str::limit(strip_tags($question->question_text), 100) }} @@ -65,12 +65,12 @@ -