Spanish Vocab Library Prototype import area for GCSE Spanish vocab pairs.
Start Spanish Practice
@foreach ($topics as $topicOption) @endforeach
@foreach ($subtopics as $subtopicOption) @endforeach
@if ($items->count() > 0)
@foreach ($items as $item) @php($progress = $item->progressRecords->first())
{{ $item->topic }} ยท {{ $item->subtopic ?: 'General' }} {{ $item->article ? $item->article.' ' : '' }}{{ $item->spanish }} {{ $item->english }}
{{ $this->statusLabel($progress) }}
@if ($progress) Accuracy: {{ $progress->accuracyPercent() }}% ({{ $progress->correct_attempts }}/{{ $progress->attempts }}) @endif
@endforeach
{{ $items->links() }}
@else No vocab loaded yet. @endif