Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Exam Section

Table of contents

  1. TOC

Exam Section (On the web)

Exam Section has UI for defining exam and its other details.
We can add new exam for any date, then, exam id will be created.
Use that id on the sample file provided on Import Exam Questions page, where, we can download sample exam questions upload file format.
On exam_id field of the formatted file, we can use newly generated exam id.

Exam section (On Code)

The code for exam section is defined on the folder: this folder.

This folder has this, and that that files.

This file

This file has many methods, which has flow from this to that..

function meth1(){
	echo "hello, Learners"
}