# Introduction

### Hey There! 👋

Thank you for your interest in QwikTest.

QwikTest is an open-source online examination software and assessment tool that assists educational institutions, corporate companies to create and conduct web and mobile-based exams.

Visit the website for more details. <https://qwiktest.nearchip.com>

Before purchasing, review our [Support & FAQ](/qwiktest/other/faq.md).

This documentation covers mostly all the aspects of setting up QwikTest Online Exam Software.

For any pre-sale queries or tech support, please create a ticket on <https://nearchip.freshdesk.com/>.

### Use Cases

* Create and Conduct Quizzes, Online Exams, and Practice Tests
* Schedule and Conduct Live Exams
* Create Adaptive Learning Experience using Practice Sets
* Suitable for all types of Educational Institutions, Corporates, and Individual Tutors

### Main Features

The following are the features of QwikTest:

* Multiple Exam Types
  1. Quizzes
  2. Practice Sets
* Adaptive Learning Experience
* Live Schedules
* Multiple Question Types
  1. Multiple Choice Single Answer
  2. Multiple Choice Multiple Answers
  3. Fill in the Blanks
  4. Matching
  5. Sequence
  6. True/False
  7. Short Answer
* Question Attachment
  1. Comprehension Passage
  2. Audio File
  3. Video File
  4. Math Equation
  5. Image
  6. Tabular Data

### Open Source Tech Stack

QwikTest is a Single Page Application (SPA) built on top of the Laravel (World's Leading PHP Framework) and Vue.js (Fastest JavaScript Framework).

* Laravel - [https://www.laravel.com](https://www.laravel.com/)
* Laravel Jetstream - [https://jetstream.laravel.com](https://jetstream.laravel.com/)
* Vue.js - [https://www.vuejs.org](https://www.vuejs.org/)
* Inertia.js - [https://inertiajs.com](https://inertiajs.com/)
* Tailwind CSS - [https://tailwindcss.com](https://tailwindcss.com/)
* Prime Vue - [https://www.primefaces.org/primevue](https://www.primefaces.org/primevue/)
* CKEditor 4 - [https://ckeditor.com/ckeditor-4](https://ckeditor.com/ckeditor-4/)

See more on the [credits](/qwiktest/other/credits.md) page.


---

# Agent Instructions: 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://nearchip.gitbook.io/qwiktest/master.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.
