{{ $edugroup->name }}
{{ $course->name }}
{{ $kiosk->created_at->format('d.m. H:i') }}
- {{ __('Knowledge units') }}
- {{ __('Brain Bucks') }}
- {{ __('History') }}
{{ __('Select knowledge') }}
{{ __('Select knowledge level') }}
{{ __('Brain Bucks') }}
{{ __('Giving Brain Bucks') }}
{{ __('Brain Bucks are in-game currency that students can use to purchase various cosmetic upgrades. They serve as an incentive for students to engage more actively in their learning process. Teachers can award Brain Bucks to students for completing assignments, participating in class activities, or achieving specific milestones.') }}
{!! __('Prices of in-game items span from :min to :max :buck.', ['min' => collect(config('school.economy.prices'))->min(), 'max' => collect(config('school.economy.prices'))->max(), 'buck' => '']) !!}
{!! __('Maximum amount of Brain Bucks given at once is :max :buck. Through this form, Brain Bucks can also be deducted.', ['max' => $maxBucksPerTransaction, 'buck' => '']) !!}
{{ __('History of given knowledge during this session') }}
-
@forelse($history as $log)
-
{{ $log->student->first_name }} {{ $log->student->last_name }} · {{ $log->knowledge->name }} ·
· {{ \Carbon\Carbon::create($log->updated_at)->format('H:i d.m.') }}
@empty
- {{ __('You have not given any knowledge during this session.') }} @endforelse
{{ __('Summary') }}
{{ __('Selected students') }}
{{ __('Selected knowledge') }}
{{ __('Selected level') }}