> For the complete documentation index, see [llms.txt](https://docs.skolar.li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skolar.li/evalynk/add-assessment.md).

# Add Assessment

This page is the **Evalynk quiz creation screen** in the Skolarli platform.\
It is used to automatically generate quizzes/assessments from a question bank with configurable settings.

You can reach the form by navigating on the left menu to "**Evalynk**" under **Assessments**.

<figure><img src="/files/sKh9PJXGHF82ckDWSVN7" alt=""><figcaption><p>Evalynk Form</p></figcaption></figure>

This has quiz templates on the Top of the page with action button.

* Quick Diagnostic (10 questions)
* Topic Mastery (25 questions)
* Full Certification (50 questions)
* Custom (manual setup)

Based on the selected quiz template the page is divided into **3 main sections**:

Quiz Information, Select Content, Quiz Parameters Plus a **Quiz Preview panel** on the right.

1\.   <mark style="color:green;">**Quiz Information:**</mark> This section captures basic quiz details.

* **Quiz Name** — Enter the title of the quiz.  *Example: SEO Fundamentals Mid-Term Review*
* **Quiz Purpose (optional)** — Describe why the quiz is created

2. <mark style="color:green;">**Select Content:**</mark> This section defines **where questions will be pulled from**.

* **Program** — Choose the Program
* **Batch (optional)** — Assign quiz to a specific batch
* After selecting Program → you can view chapters & lessons

If batch is selected, quiz will be assigned to that batch.

3. <mark style="color:green;">**Quiz Parameters:**</mark> This is the **core configuration area**. Difficulty profile, Question Type

&#x20;  Choose difficulty Profile from below list

* Practice (Easy-focused)
* Balanced (Even mix)
* Challenging (Hard-focused)
* Custom (manual mix)

Question Type:

* Mixed
* MCQs only
* Yes/No only

Sliders

* **Total Questions** — Set number of questions (25)
* **Time Limit** — Quiz duration (30 min)
* **Minimum Score** — passing score (70%)
* **Multi-Select %** — Percentage of multi-answer questions (40%)

4 <mark style="color:green;">**Right Panel**</mark> <mark style="color:green;"></mark><mark style="color:green;">— Quiz Preview</mark>

This area shows a **live summary before generation**.

Displays

* Total questions
* Easy / Medium / Hard count
* Total marks

Sub-topic Distribution- Controls question spread across topics by enabling toggle button with Modes:

* Simple & Advanced (Matrix)

**Note:** Distribution appears after selecting Program content.

<figure><img src="/files/oeUFhbElq9CtdxsjYf8g" alt=""><figcaption><p>Fill the form</p></figcaption></figure>

After filling the details click on **Generate Questions** button, the system generates questions based on the selected distribution settings.

Administrators can lock questions to retain them by clicking on the lock icon or swap for another question by clicking on refresh icon.

Click the “**Create Quiz”** button to automatically generate assessments from a question bank.

<mark style="color:green;">**View Assessment**</mark>

Now user can see the created Assessment under **Knowledge Base⇒ View All.**

Administrators must configure additional assessment settings such as publication dates, duration, and scoring criteria.

To navigate to View all directly, [click here](https://app.gitbook.com/o/MpwpdS7ddBcUfF6SyfSw/s/hbvtR5t4Lx9A580F0Dea/~/edit/~/changes/86/assessments/view-all)

<figure><img src="/files/GL7Dg8uvfnRvEr87N4U3" alt=""><figcaption><p>View All</p></figcaption></figure>

Select the Assessment and click on **Action ⇒Edit Details.**

<figure><img src="/files/PF64F5BB1GaLaMkv2VCW" alt=""><figcaption><p>Edit Details</p></figcaption></figure>

**Note**: This needs to be published for Participants to take assessment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.skolar.li/evalynk/add-assessment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
