@extends('layouts.app') @section('title','New Assessment') @section('page-title','Assessments') @push('styles') @endpush @section('content')
@csrf
{{-- Source selection --}}
Test Platform
Native (Built-in)
Create questions directly in Synergy HRM. Candidates/employees take the test via a secure link — no separate login needed.
Moodle LMS @if(!$moodle->isEnabled()) Not configured @else Connected @endif
Link to an existing quiz on your Moodle LMS. Synergy sends invitations and retrieves scores automatically.
{{-- Common details --}}
Test Details
{{-- Moodle quiz selector --}}
Moodle Quiz
@if($moodleQuizzes->isEmpty())
No quizzes found. @if($moodle->isEnabled()) Sync from Moodle to load available quizzes. @else Configure Moodle first. @endif
@else
@endif
Included in invitation emails. Auto-populated from the quiz selection above.
{{-- Native options --}}
Test Options
@foreach(['shuffle_questions'=>'Shuffle question order','shuffle_options'=>'Shuffle answer options','show_results_immediately'=>'Show results to taker immediately','allow_retake'=>'Allow retakes'] as $name=>$label)
@endforeach
{{-- Sidebar --}}
Link to Position / Programme
Score Push
Score auto-pushes to this criterion after test completion.
Score auto-pushes to this employee evaluation criterion.
@endsection @push('scripts') @endpush