magbook
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/nxglap3a/public_html/wp-includes/functions.php on line 6121The post e-Pariksha (Online Exam Web Application) first appeared on NXG Labs.
]]>/* Slide Show */ $(document).ready(function() { $('#slideShowItems div').hide().css({position:'absolute',width:'100%'});
var currentSlide = -1; var prevSlide = null; var slides = $('#slideShowItems div'); var interval = null; var FADE_SPEED = 500; var DELAY_SPEED = 15000;
var html = '
for (var i = slides.length - 1;i >= 0 ; i--){ html += '
' ; }
html += '
'; $('#slideShow').after(html);
for (var i = slides.length - 1;i >= 0 ; i--){ $('#slide'+i).bind("click",{index:i},function(event){ currentSlide = event.data.index; gotoSlide(event.data.index); }); };
if (slides.length <= 1){ $('.slide').hide(); } nextSlide(); function nextSlide (){ if (currentSlide >= slides.length -1){ currentSlide = 0; }else{ currentSlide++ }
gotoSlide(currentSlide);
}
function gotoSlide(slideNum){
if (slideNum != prevSlide){
if (prevSlide != null){ $(slides[prevSlide]).stop().hide(); $('#slide'+prevSlide).removeClass('selectedTab'); }
$('#slide'+currentSlide).addClass('selectedTab');
$('#slide'+slideNum).addClass('selectedTab'); $('#slide'+prevSlide).removeClass('selectedTab');
$(slides[slideNum]).stop().slideDown(FADE_SPEED,function(){ $(this).css({opacity:1}); if(jQuery.browser.msie){ this.style.removeAttribute('filter'); } });
prevSlide = currentSlide;
if (interval != null){ clearInterval(interval); } interval = setInterval(nextSlide, DELAY_SPEED); }
} });
e-Pariksha (Online Exam Web Application) is fully customizable test management software for schools, teachers, government & coaching institutes.
For Institutes, Schools, Colleges, and universities managing the examination has never been easy. With our software, instructors can now manage question papers very easily; it is powerful exam software for both classroom based and online education.
We developed this product with a few simple thoughts in mind – Make it easier to use, make it faster to load and make it highly customizable to suite our customers’ needs.
We have already spent thousands of man-hours in developing this learning management system which has evolved over the time of 2 years. We are now at the stage where the platform is so flexible that it can be molded into any form and any feature that our customer may require.
Our initiative required us to be seamless and structured in delivery, while at the same time we had to be flexible in our offering to our clients for their different business needs. We customized our web based software so that we could deliver the final product exactly like they wanted it.
It offers complete solution for online test as well as desktop based test.
Features:
Question will be of following types
For Admin
On successful Login Admin can:
1) Manage Questions screen
From this page Admin is able to save new questions with proper options as A, B, C, D, E.
Admin can save the Marks for correct answer given by student and negative marks to deduct for incorrect answer given by student.
Admin can create questions based on information by selecting the information heading.
Questions can be categorized using proper Course Name and Subject.
2) Manage Question Information
Admin can save the extra information about the questions. By selecting proper Course name and subject admin can get list of question under course and subject, where admin can save the information about each question.
3) Manage Exam
From this page Admin is able to create new exam by adding proper questions and details related to exam such as exam name, max time for exam, number of sections in exam, negative marking for exam is used or not
After creating new exam user can search the saved questions and can add or delete the questions to exam.
4) Manage start pages:
For the created exams Admin can create the Start page or Instruction/Directions page for exams for showing to students during the exam.
For User:
1) After creating new account user can solve the exam
Student exam page:
Also can search for Answered, Unanswered, and Marked Questions in exam.
After finishing the exam student can see their exam result with following sections
1) Result Summary :
Total Questions, Questions Attempted, Correct Questions, Incorrect Questions, Total Marks, Percentile, Accuracy, Total Time for exam is shown.
2) Result Details :
Student can see details about each question
3) Question wise Details :
Question no, Status and time spent for each question
4) Section wise Details :
Section wise Total Questions, Questions Attempted, Correct Questions, Incorrect Questions, Total Marks, Percentile, Accuracy, Total Time for exam is shown.
5) My Profile:
Student can see their profile details also can update their details.
Can see the details of finished exams ,Can restart the unfinished exams.
The post e-Pariksha (Online Exam Web Application) first appeared on NXG Labs.
]]>