> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sensai.hyperverge.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Showcase

Here is a collection of examples of how SensAI acts as a teaching assistant both for you and the learners.

## For Learners

If the learner is confused, it never gives the answer away. Instead, it asks questions and nudges them in the right direction. If required, it will also teach the underlying concept.

<video width="100%" height="315" controls title="Ask questions and nudge in the right direction">
  <source src="https://mintcdn.com/hypervergeacademy/Dj7fiW_AGa74ET0c/videos/quickstart-12-task_question.mp4?fit=max&auto=format&n=Dj7fiW_AGa74ET0c&q=85&s=0fd5a5b6a5ec276427b31f949bd48b8c" type="video/mp4" data-path="videos/quickstart-12-task_question.mp4" />

  Your browser does not support the video tag.
</video>

For questions without a single correct answer, SensAI generates a report based on the learner's response following a [Scoring Criteria](/guides/tasks#scoring-criteria) that you define.

<video width="100%" height="315" controls title="Generate a report based on the learner's response">
  <source src="https://mintcdn.com/hypervergeacademy/Dj7fiW_AGa74ET0c/videos/showcase_report.mp4?fit=max&auto=format&n=Dj7fiW_AGa74ET0c&q=85&s=4127246d0b84043c227408653ded9d4f" type="video/mp4" data-path="videos/showcase_report.mp4" />

  Your browser does not support the video tag.
</video>

For [programming tasks](/guides/tasks#coding), SensAI will provide a code editor where the learner can write their code and see a live preview of the code before submitting it.

<video width="100%" height="315" controls title="Question with coding input">
  <source src="https://mintcdn.com/hypervergeacademy/Dj7fiW_AGa74ET0c/videos/showcase_coding.mp4?fit=max&auto=format&n=Dj7fiW_AGa74ET0c&q=85&s=20f8bd6fc323ea5fd39ca64d64183785" type="video/mp4" data-path="videos/showcase_coding.mp4" />

  Your browser does not support the video tag.
</video>

## For Educators

Once you are done preparing your questions, you often need to fill a form to create a task on any LMS. With SensAI, you can just describe the task or give a prompt and SensAI will automatically fill the task creation form for you to simply review it.

<video width="100%" height="315" controls title="Fill task form from a prompt">
  <source src="https://mintlify.s3.us-west-1.amazonaws.com/hypervergeacademy/videos/showcase_task_creation.mp4" type="video/mp4" />

  Your browser does not support the video tag.
</video>

For objective questions where there is a single correct answer, you can use AI to generate the correct answer if you don't already have it prepared.

<video width="100%" height="315" controls title="Generate answer for task">
  <source src="https://mintlify.s3.us-west-1.amazonaws.com/hypervergeacademy/videos/task-response-type-chat-1.mp4" type="video/mp4" />

  Your browser does not support the video tag.
</video>

Analyses the conversations of each learner across different tasks to identify their strengths and weaknesses to help you give them the right support.

<video width="100%" height="315" controls title="AI Insights">
  <source src="https://mintcdn.com/hypervergeacademy/Dj7fiW_AGa74ET0c/videos/quickstart-14-insights.mp4?fit=max&auto=format&n=Dj7fiW_AGa74ET0c&q=85&s=012b89cf2de4fa98ab10e8f7dcac81a5" type="video/mp4" data-path="videos/quickstart-14-insights.mp4" />

  Your browser does not support the video tag.
</video>

For Python-based coding tasks, you can generate tests which are run every time the learner runs their code.

<video width="100%" height="315" controls title="Coding task tests">
  <source src="https://mintlify.s3.us-west-1.amazonaws.com/hypervergeacademy/videos/task-coding-tests.mp4" type="video/mp4" />

  Your browser does not support the video tag.
</video>
