****************************************************************************** Source: The Graphics, Visualization, & Usability (GVU) Center Georgia Institute of Technology Atlanta, GA 30332-0280 Copyright 1996 (Please refer to notice below) Georgia Tech Research Corporation Atlanta, Georgia 30332-0415 ALL RIGHTS RESERVED E-mail: www-survey@cc.gatech.edu Legend: Each question is one column in the dataset (except for checkbox questions which have multiple columns). The first row in the datasets is the header, and contains a code that represents each question. We call this code the 'FIELD NAME' (see below example). Another set of codes is used to represent the set of possible response choices. These response choices correspond to the value of the HTML Form. each row after the header represents one user's responses. Each user id assigned a unique id that is located in the 'who' field. Below is an example from the general.cb file. FIELD NAME: "inet_years" "inet_years" QUESTION: "How long have you been on the Internet (including using email, gopher, ftp, etc.)?" QUESTION TYPE: "radio" CODE & ANSWER: "under6" "Less than 6 months" CODE & ANSWER: "6_to_12" "6 to 12 months" CODE & ANSWER: "1_to_3" "1 to 3 years" CODE & ANSWER: "4_to_6" "4 to 6 years" CODE & ANSWER: "over_7" "7 years or more" DELIMITER: @@@ This indicates that the field name for the question is "inet_years", which was asked via a radio button. The response code "under6" corresponds to the "Less than 6 months" text (which is what the respondents who took the survey saw next to the radio button). If you have any questions about HTML encodings, please view the source code from the 'Questions' pages . Checkbox questions are encoded differently. Each response choice is a separate column in the dataset. The response code is appended to the field name with a '.' in between. A '1' is assigned if the user selected this response, otherwise a '0' is assigned. For example, the below question: "entry" "entry" "How did you find out about the GVU's Fifth WWW User Survey? \nPlease check all that apply." "checkbox" "page" "Followed URL from another Web page" "nntp" "Saw postings to WWW related newsgroups" "mail" "Received email from www-surveying mailing list" "friend" "Was told URL by friend" "magazine" "Read about it in a magazine" "paper" "Read about it in a newspaper" "memory" "Remembered to participate from last survey" "other" "Other Sources" @@@ results in the following field names: entry.page entry.nntp entry.mail entry.friend ... ****************************************************************************** Copyright 1996 Georgia Tech Research Corporation Atlanta, Georgia 30332-0415 ALL RIGHTS RESERVED This material may be modified, copied and redistributed, both within the recipient's organization and externally, subject to the following restrictions: (a) The recipient may not derive any income financial or monetary gain through the use of the information provided herein which is the property of the Georgia Tech Research Corporation (herein "GTRC"); (b) In any material based on this information, the recipient agrees to acknowledge GTRC and the GVU Center; (c) Any copies made of this material must be accompanied by the following copyright notice: "Copyright 1996 Georgia Tech Research Corporation. All rights Reserved. Source: GVU's Fifth WWW User Survey URL:http://www.cc.gatech.edu/gvu/user_surveys/."; and (d) The recipient agrees to obey all U.S. Government restrictions governing redistribution or export of such information. These restrictions may apply to redistribution within an international organization. GTRC makes no warranties or representations, either expressed or implied, with respect to the results contained herein, its quality, merchantability, performance or fitness for a particular purpose. In no event shall GTRC or its developers, directors, officers, employees or affiliates be liable for direct, incidental, indirect, special or consequential damages (including damages or loss of business profits, business interruption, loss of business information and the like) resulting from any defect in this material or its documentation or arising out of the use or inability to use this material or accompanying documentation even if GTRC, an authorized representative or a GTRC affiliate has been advised of the possibility of such damage. GTRC makes no representation or warranty regarding the results obtainable through use of this material. No oral or written information or advice given by GTRC, its dealers, distributors, agents, affiliates, developers, directors, officers or employees shall create a warranty or in any way increase the scope of this warranty. ****************************************************************************** "number" "number" "How many servers do you operate?" "radio" "1" "1" "2" "2" "3" "3" "4" "4" "5to10" "5 to 10" "over10" "over 10 " @@@ "server" "server" "Which server(s) do you operate? \n(Please check all that apply.)" "checkbox" "apache" "Apache" "best" "BESTWWWD" "cern" "CERN" "https" "HTTPS" "machttp" "MacHTTP" "ncsa" "NCSA" "microsoft" "Microsoft" "netsite" "Netscape" "winHTTP" "WinHTTP" "website" "WebSite" "webstar" "WebSTAR" "other" "Other" @@@ "speed" "speed" "What is the speed of the network connection to your server? \nThat is, what is the speed of the first connection from your server to the network? " "radio" "under" "Under 28.8 Kb/sec " "28k" "28.8 Kb/sec SLIP/PPP " "56k" "56 Kb/sec " "128k" "128 Kb/sec " "1m" "1 Mb/sec (T1) " "10m" "10 Mb/sec " "45m" "45 Mb/sec (T3) " "100m" "100 Mb/sec (FDDI) " "over100m " "Faster than 100 Mb/sec " "unsure" "Unsure of network connection" @@@ "maintain_for" "maintain_for" "For roughly how many people do you maintain documents?" "radio" "self" "Only for myself " "1to10" "1 to 10 people " "11to50" "11 to 50 people " "51to100" "51 to 100 people " "over100" "101 people or more " @@@ "Do you mirror other sites?" "radio" "yes" "Yes " "no" "No " @@@ "Do you operate a proxy?" "radio" "yes" "Yes " "no" "No " @@@ "ads" "ads" "How much do you charge for companies to advertise on your pages?" "radio" "none" "I do not allow companies to advertise on our pages " "under50" "Under $50 per week " "51-100" "$51 - $100 per week " "101-500" "$101 - $500 per week " "over501" "$501 or more per week " @@@ "f" "f" "Which of the following features of a Web server are most important? \n(Please check all that apply.)" "checkbox" "catalog" "Cataloging" "data" "Database integration" "admin" " Ease of administration" "api" "Extensability/API" "code" "Access to source code" "perform" "Performance" "price" "Price" "remote" "Remote maintenance" "secure" "Secure communications" "virtual" "Virutal hosting" "other" "Other" "not" "Do not know" @@@ "internal" "internal" "Do you run a web server for internal distribution of information?" "radio" "yes">Yes "" "no">No "" @@@ "future" "future" "Which server(s) do you plan on operating in 6 months? \n(Please check all that apply.)" "checkbox" "apache" "Apache" "best" "BESTWWWD" "cern" "CERN" "https" "HTTPS" "machttp" "MacHTTP" "ncsa" "NCSA" "microsoft" "Microsoft" "netsite" "Netscape" "winHTTP" "WinHTTP" "website" "WebSite" "webstar" "WebSTAR" "other" "Other" @@@