Please Read the Instructions Carefully

General Instructions:

  1. The clock is set at the server. The countdown timer in the top right corner of the screen will display the remaining time. When the timer reaches zero, the exam will end automatically.
  2. The Questions Palette on the right side of the screen shows the status of each question using these symbols:
    1. You have not visited the question yet.
    2. You have not answered the question.
    3. You have answered the question.
    4. You have NOT answered the question, but have marked it for review.
    5. Questions marked as "Answered and Marked for Review" will be considered for evaluation.
  3. Click the ">" arrow near the Question Palette to collapse it and maximize the question window. Click "<" to expand it again.
  4. You can click on your "Profile" image at the top-right to change the exam language for the entire question paper.
  5. Use the ⬇️ icon to go to the bottom and the ⬆️ icon to go to the top of the question area without scrolling.

Navigating to a Question:

  1. To answer a question:
    1. Click on a question number in the palette to jump to it. This does not save your current answer.
    2. Click Save & Next to save your answer and go to the next question.
    3. Click Mark for Review & Next to save and mark the question for review, then move on.

Answering a Question:

  1. For multiple-choice questions:
    1. Select your answer by clicking an option button.
    2. To deselect, click the same option again or use the Clear Response button.
    3. To change your answer, click another option.
    4. Click Save & Next to save your answer.
    5. Click Mark for Review & Next to save and mark the question for review.
  2. To modify a previously answered question, select it and follow the same steps.

{{ __($quizes[0]->courses->title) . " [" . $topic->title . "] : " . $topic->description }}

@foreach($quizes as $quiz)

Question {{ $i }}. {!! $quiz->question !!}

{!! $tq !!} {{ $i }}. {!! $quiz->translated_question !!}

@if($topic->type == NULL)
A. {{ $quiz->a }} B. {{ $quiz->b }} C. {{ $quiz->c }} D. {{ $quiz->d }}
A. {{ $quiz->translated_a }} B. {{ $quiz->translated_b }} C. {{ $quiz->translated_c }} D. {{ $quiz->translated_d }}
@endif
@endforeach

Answers and Solutions / उत्तर और समाधान

@foreach($quizes as $quiz)

Question {{ $i }}:

Answer: {{ $quiz->answer }}

उत्तर: {{ $quiz->translated_answer }}

Solution: {!! $quiz->solution !!}

समाधान: {!! $quiz->translated_solution !!}


@endforeach