Skip to content
Snippets Groups Projects
Commit 83c44872 authored by Seth Meranda's avatar Seth Meranda
Browse files

set include path to the correct path

parent 5f284906
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,9 @@ if (isset($_GET['client']) && $_GET['client']=='all') {
} elseif (isset($_GET['stub']) && $_GET['stub']=='Voting_System') {
include 'ajax_stub.js';
} else {
require_once 'HTML/AJAX/Server.php';
require_once 'config.inc.php';
require_once 'HTML/AJAX/Server.php';
require_once 'functions.php';
$voter = new Voting_System();
......
......@@ -251,22 +251,18 @@ class Voting_System
<h1 id="header">University Communications | UNL | Next Generation Redevelopment Group Research </h1>
<div id="left"> <img src="images/design_survey_008.gif" alt="We need change" /> </div>
<div id="right">
<p>The UNL Web Developer Network, a group of more than 140 UNL employees
engaged in developing websites across the university, has developed three
candidate designs for the next generation of the UNL website.</p>
<p>These three designs were developed in a collaborative process involving
representatives from a wide array of colleges, departments and units at UNL.</p>
<p>The candidate designs are intended to represent interior pages of the site,
which comprise an estimated 95 percent of the UNL website. Further page
designs, including home pages, will be built upon the base design resulting
from this phase of the development and testing process.</p>
<p>This is a five-part procedure. It should not take more than 5 minutes to
complete. The first test will gauge your first impression, asking you to rate
each proposed design on a 1-5 stars scale after viewing each momentarily
(5 indicating the most favorable rating).</p>
<p>The University of Nebraska-Lincoln Web Developer Network is currently conducting a survey of UNL website users.
Asking you about your preferences is an important component of assessing your needs, both now and in the future.
Your answers are completely confidential and will be released only as summaries in which no individual\'s answers
can be identified. </p>
<p>First, we\'ll ask you about your preferences about three specific visual designs under consideration for a refresh of the UNL website.</p>
<p>Second, we\'ll ask about your online habits and preferences. This information will help us advance the UNL website in the years ahead.</p>
<p>You don\'t have to answer any questions that you do not want to answer and you can stop taking
the survey at any time. There are no known risks associated with taking this survey. Please consider taking
10-15 minutes to share your experiences and opinions.</p>
</div>
</div><!--close content-->
<p id="submit_test">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment