use Illuminate\Support\Facades\Route; use App\Http\Controllers\Admin\DisciplineController; use App\Http\Controllers\Admin\TestController; use App\Http\Controllers\Admin\QuestionAdminController; use App\Http\Controllers\Admin\AnswerAdminController; Route::middleware(['auth'])->prefix('admin')->name('admin.')->group(function () { Route::get('/', fn () => redirect()->route('admin.questions.index')); Route::resource('disciplines', DisciplineController::class); Route::resource('tests', TestController::class); Route::resource('questions', QuestionAdminController::class); Route::resource('answers', AnswerAdminController::class); }); Все вопросы — znaet.guru
📚 Все вопросы
Вопросы по дисциплине: Черчение Сбросить фильтр
Вопрос Действия
281 Read the text «Ten ways to fall» and complete these sentences: Some historians report that around half of the population was killed by … Открыть
282 Read the text «Ten ways to fall» and complete these sentences: There is another theory that the Romans, as they became richer and more powerful, became … Открыть
283 Read the text «Ten ways to fall» and complete these sentences: One of the theories says that human activity caused fertile land to become … Открыть
284 Read the text «Ten ways to fall» and complete these sentences: The economy of the Romans was in part based on … labor Открыть
285 К. Вернике впервые зафиксировал … Открыть
286 Персеверация – это … Открыть
287 Нарушение произвольной регуляции различных форм сознательной деятельности имеет место при поражении … области коры мозга Открыть
288 Форма апраксии, проявляющаяся в виде нарушений программирования движений, контроля за их выполнением, замены нужных движений моторными стереотипами, – это … апраксия Открыть
289 Нарушения речи, возникающие при локальных поражениях коры левого полушария (у правшей) головного мозга и представляющие собой системное расстройство различных форм речевой деятельности, в нейропсихологии называются … Открыть
290 Нарушения импрессивной речи возникают при … афазии Открыть