Installation Process: Step 1 Step1: Login in to Unix Host name or IP address type in douglass User name type in user name Password type in user password.

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 2 Getting Started.
Advertisements

CaterTrax Tutorial
Empowering the Education Community to Improve Student Performance through the Intelligent Use of Practical Data EdGate Training: Part 3 - SchoolNotes.
Using Schoolnet: Creating an Express Test Workshop Mike Antrim Woodbridge Technology Advisory Committee 1.
Refresher Instruction Guide Strategic Planning and Assessment Module
Kyira Hauer; Associate Director; NAMI Wisconsin (608) ; Presented By: NAMI Wisconsin Affiliate Profile Center Training.
How to Register/Sanction My Team. First you will create your managers account Go To Choose FASTPITCH.
Using Pine to send your ICS111 homework First Log in into UNIX using SSH either from home (If you have previously installed SSH or from the Lab. Once in.
Welcome to the Brookdale Community College Online Employment System Applicant Tutorial.
1 Welcome to the Colgate University Online Employment System Applicant Tutorial.
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
Literature Direct The New Literature Fulfillment System “In by noon, out by noon.” Visit the web address above and save the.
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
Welcome to the University of Florida Online Employment System Applicant Tutorial.
Welcome to And the Rice University Online Job Application Tutorial.
Welcome to the Alaska Statewide System Online Employment System Applicant Tutorial.
Start the slide show by clicking on the "Slide Show" option in the above menu and choose "View Show”. or – hit the F5 Key.
Welcome to the Southeastern Louisiana University’s Online Employment Site Applicant Tutorial!
Panorama High School E.G.P./ Training to Put Students’ Grades on the Website Wednesday, September 29,
Welcome to the University of West Florida Online Employment System Applicant Tutorial.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
Getting Started with Moodle Getting Started Logging In Entering Your Address Viewing a Course Navigating Your Course’s Homepage Personalizing Your.
Connecting to USF Network for Web Site SSH Secure Shell is the FTP program you will use to download your http files onto the USF server. To get the SSH.
Basic Pspice Instructions Stuart Tewksbury
Go to the Roseville City School District Website and pull down the Employees menu. Then click Online Services. Scroll down until you see Global Scholar-
Introduction to Programming the WWW I CMSC Summer 2004 Lecture 6.
IPC144 Introduction to Programming Using C Week 1 – Lesson 2
Managing Clients in the IEZ Quote System Objective: Become an expert in managing your clients in the IEZ Quote System.
15.1 Fundamentals of HTML.
1 Office 2007 & AppleOne Timecard Training March 19, 2009.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
Instructors begin using McGraw-Hill’s Homework Manager by creating a unique class Web site in the system. The Class Homepage becomes the entry point for.
Teacher’s Assessment Assistant Worksheet Builder Starting the Program
← Select Exchange Once logged in. ↓ click Join Course Icon.
CREATING A TEST IN WORD 2007 Also creating and using equations in Word 2007 Jeff Klamm Tec 539.
Downloading and Installing Autodesk Revit 2016
NoodleBib Basics Open, Login, Create and Print Lists.
Getting Started with MATLAB 1. Fundamentals of MATLAB 2. Different Windows of MATLAB 1.
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Creating Programs on UNIX This term you can create programs on UNIX or you can create programs using a C++ compiler on your PC. This set of slides steps.
Darek Sady - Respondus - 3/19/2003 Using Respondus Beginner to Basic By: Darek Sady.
ARMS Advanced Risk Management System User Documentation.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
How to use WS_FTP A Step by Step Guide to File Transfer.
Creating and Editing a Web Page
Employer Login Setup & Password Reset. The following information is available by either going to FFGA Marketing Sharepoint site at
Skyward and Epsilen Online Assessments/Assignments Use Skyward or Epsilen to post assessments or assignments that can then be completed by the student.
PHP Form Processing * referenced from
Requesting a New Project. Go to our home page and login using the username and password you created:
Creating Your Own Online Classroom MOODLE. Welcome Amy Basket – 17 years with Bay City Public Schools – Gifted and Talented Program – Volunteer Program.
Lindsey Velez, Director of Instructional Technology Single Sign-On One Click.
Revised June 2008 Online PD Basic HTML1 Let’s Try It!  Open Notepad oStart > All Programs > Accessories > Notepad oDon’t get WordPad by mistake – won’t.
How to Use the Online Project Monitoring System (OPMS) Navigating the Survey.
Let’s Try It! Open Notepad
Veritas WebForm Ordering
Creating an Express Test
Bonneville Junior High’s Locker Program
Lesson 5&6: Creating an interactive quiz
Customer Online Ordering
Introduction to Programming the WWW I
Sona Systems Training for Students
USA TestPrep Registration and Use
Lesson 5&6: Creating an interactive quiz
Getting Started: Amazon AWS Account Creation
Login to our New ITS Page
Journal of Mountain Science (JMS)
Time Sheet User Guide in KnightLine
Southwest college Registration instructions
How to Consent to Receiving Electronic Disclosures
Presentation transcript:

Installation Process: Step 1 Step1: Login in to Unix Host name or IP address type in douglass User name type in user name Password type in user password Then click OK

To Create a repository type this command at the prompt: ~testlab/bin/Xrepository/Xrepos_Create then hit Enter follow the on screen directions Note: When installation of the repository is completed you will see the comment Your repository has been Created. Installation Process Step 2

Installation Process step 3 Install online test by Typing the command ~cis4932joe/bin/Install_OnlineTester.csh used when creating the repository. Example ~cis4932joe/bin/ Install_OnlineTester.csh H then hit Enter Note: When installation of the Install_OnlineTester.csh H has bee completed you will see the comment End of HPcheckout

Installation Process step 4 Create a test bank using your favorite Unix Text Editor either Pico or Vi. Note you can look at the format rules and samplebank.txt examples provided on the next page to create your own test questions.

Q< opening format Answer: cat fat cat > fatcat answer format Give the Unix command that creates a file 'fatcat' that body format contains the contents of file 'fat' followed by the contents “ “ of the file 'cat' “ “ >Q closing format Note: All test questions must contain the bold face items presented above. Test Question Rules

Example of how to format a question with multiple answers by using the greater than as the opening for the opening of the answer, and the less than symbol for the closing of the answer all represented in below in blue. The pipe symbol represented below in green between is used as and or to separate each answer. Q< 1 Answer: | Give the Unix command that counts the number of times the word 'CAT' is found in the file 'animals'. (NOTE: Use exactly one space between elements of the command, and DO NOT USE double-quotes.) >Q Note: The color coding is not necessary it use here only to help the reader. Example: Multiple Answer Test Question

Example of how to format a fill in the blank test question Q< 1 Answer: chmod In order to be a Unix command, a file must have the 'executable' attribute set using the _____ command. >Q Note: A blank line can be placed anywhere within the question body via beginning, middle, end etc…. Example: Fill in the Blank Test Question

Example of how to format a true/ false test question Q< 1 Answer: T (T/F) This is a valid Unix file name: 'fat+chance' >Q Example: True/False Test Question

Example of how to format a multiple choice test question Q< 1 Answer: A The directory designated ~ is called the _________ directory. A) home B) root C) base >Q Example: Multiple ChoiceTest Question

Now that you have reviewed the process for creating a test bank you all now ready to create your test bank your favorite Text Editor Vi or Pico. Once you have finished creating the test bank make sure that you use the proper naming convention when saving the test bank. Example: Samplebank.txt Note: The.txt extension should be used when saving a bank file. However, you may name your bank whatever you choose to just remember it must contain the extension.txt Installation Process Step 4 continued

Now that you have created the test bank you all now ready to check your bank for any bugs that may be present. First check the bank my using the Once you have finished creating the test bank make sure that you use the proper naming convention when saving the test bank. Example: Samplebank.txt Note: The.txt extension should be used when saving a bank file. However, you may name your bank whatever you choose to just remember it must contain the extension.txt Installation Process Step 4 continued

Make sure all the files need have been placed in your repository Installation Process

Now type MakeTest.csh then hit enter. Select each choice in order and make sure to enter in all test information as requested. When prompted to enter testbank name please use the naming convention of the testbank that you created.

If the test is generated successfully Then run the test by typing the./testname-t.run and see if the test appears to be correct in its presentation. Error with your test. If the test does not Generate please check your testbank to correct any errors that were found. It may be that you have simply entered a double quote which is not allowed or that you may some simple parse errors. Installation Process

After finding that all the test components are working one is now ready to have his/ her students access the test.