testzone

8
A test creating and taking campus for teachers and students Daxeel Soni TestZone – A home project of Daxeel Soni

Upload: daxeel-soni

Post on 17-Aug-2015

195 views

Category:

Software


0 download

TRANSCRIPT

A test creating and taking campus for teachers and students

Daxeel Soni

TestZone – A home project of Daxeel Soni

Overview TestZone keeps all the teachers and students under a single roof.

As a administrator you can analyze student's performance, see teacher's test, remove any student or teacher, change and recover password of any TestZone campus.

As a teacher you can create any number of tests with any number of questions and these tests can be of two type - 1) Single Word Test and 2) MCQ Test. TestZone will automatically generate a test ID.

As a student with the help of teacher name and test ID you can solve any number of tests which were created by your teachers in TestZone. TestZone keeps all the results of all the tests answered by a student.

TestZone – A home project of Daxeel Soni

Administrator Features 1. Analyze any student's results2. View any teacher's tests3. Remove student/teacher from TestZone campus4. Change password of student / teacher5. Recover password of student / teacher

Teacher Features 1. Sign Up / Sign In 2. Create any number of tests with any number of questions 3. Single word answer test and MCQ type test 4. TestZone keeps all the records of your all the tests with date and time of creation and a unique test ID (Test ID : A unique id will be automatically generated by TestZone. With help of test ID students can take that test any time. In short test ID refers a unique test in whole TestZone campus.) 5. TestZone let teachers to analyze their students test performance with date and time of test taken, score, test id and subject of test.

TestZone – A home project of Daxeel Soni

Student Features 1. Sign UP / Sign In 2. Attempt any number of tests from your teachers any time with a unique test ID. 3. At the end of test, a whole summary of all the questions will be given. (eg. Summary includes checking of all the questions. If answer you entered is correct then it is nice but if answer is wrong then correct answer will be displayed). 4. After attempting last question immediately your score will be displayed. (eg. 90/100) 5. If you attempted lot's of tests and if you want to analyze your performance then you can see whole record of your all the tests with subject of test, test ID, score and date-time of attempting test. 6. Search tests in TestZone campus with your teacher name.

TestZone – A home project of Daxeel Soni

Initial Set Up (This set up is one time setup.)NOTE : Password must be only in numeric form.

1. Extract TestZone.tar.gz to your HOME FOLDER 2. Press CTRL+ALT+T (Terminal screen will be opened) 3. Type following commands

→ mv initial .initial and hit ENTER → mv passwd .passwd and hit ENTER → echo “YOUR NEW TESTZONE PASSWORD” | cat > .passwd and hit ENTER → sh home.sh and hit ENTER

4. And Get Started!

User Guide

Student/teacher Sign Up1. Press CTRL+ALT+T2. Type sh home.sh

3. Select Student or Teacher from the dialogue box4. Select “Create a new account”5. Enter your name and hit ENTER

TestZone – A home project of Daxeel Soni

6. Enter your password7. Again Enter your password for confirmationNow, you are signed up to TestZone.

Creating a new test1. Log In to TestZone2. Select “Create a new test” and press ok

3. Enter your test subject

4. Enter number of questions

TestZone – A home project of Daxeel Soni

5. Save this auto generated test ID in safe place because with the help of teacher name and test ID student can attempt this test.

6. Select your test type. In this case I am going to select MCQ type test.

7. In this step you will add questions, 4 options and answer. Just follow the instructions and fill all the boxes with appropriate choices. And you are done.

TestZone – A home project of Daxeel Soni

Taking a new test1. Log In to TestZone2. Select “Take a new test”

3. Enter your teacher name

4. Enter test ID. (If you don't know test ID then get test ID from your teacher and then enter)

5. After pressing OK, the first question will appear and now start solving your first test.

TestZone – A home project of Daxeel Soni