Turning-technologies ExamView Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Software Turning-technologies ExamView herunter. Turning Technologies ExamView User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 190
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen

Inhaltsverzeichnis

Seite 1 - ExamView Test Generator

ExamView Test GeneratorUser Guide9.0

Seite 2 - IC Statement

ExamView Test Generator 10Technical RequirementsThe following software and hardware specifications are required before using the ExamView Assessment S

Seite 3 - Table of Contents

ExamView Test Generator 100leftstring left(string x, int y)Returns the first y characters of the string argument, x.EXAMPLEleft("ExamView",

Seite 4 - ExamView Test Generator 4

ExamView Test Generator 101strstring str(double x)Returns a string representation of the argument, x.EXAMPLEstr(18) will return "18"strdupst

Seite 5 - ExamView Test Generator 5

ExamView Test Generator 102Statistical FunctionsExamView Test Generator provides you with numerous pre-defined statistical functions to use when defin

Seite 6 - ExamView Test Generator 6

ExamView Test Generator 103quartiledouble quartile(list data, int whichQuartile)Returns one of the divisions of observations of the data in the list.E

Seite 7 - ExamView Test Generator 7

ExamView Test Generator 104Logical OperatorsExamView Test Generator provides you with numerous pre-defined logical operators to use when defining vari

Seite 8 - ExamView Test Generator 8

ExamView Test Generator 105Fraction FunctionsExamView Test Generator provides you with numerous fraction functions to use when defining variables, con

Seite 9 - ExamView Test Generator 9

ExamView Test Generator 106smixfracs*string smixfracs(double numer, double denom)After reducing the fraction numer / denom, this function will return

Seite 10 - Technical Requirements

ExamView Test Generator 107decs*string decs(double x)This function returns a string representation of the decimal number. If the functiondetermines th

Seite 11 - Getting Started

ExamView Test Generator 108isuniqueint isunique(expression arg1, expression arg2, ...)Compares the arguments to see if there are any duplicates. If th

Seite 12 - Welcome Screen

ExamView Test Generator 109rangedouble range(double x, double y, double increment {optional})Returns a pseudo-random number in the range x to y, inclu

Seite 13 - ExamView Test Generator 13

ExamView Test Generator 11Getting StartedThis section covers the following topics:Installing the ExamView Assessment Suite SoftwareDownloading the Exa

Seite 14 - The Test Builder

ExamView Test Generator 110sigfigstring sigfig(double x, int numSigFigs, BooleanforceNumSigFigs)Creates a string version of the argument, x, that has

Seite 15 - Multiple Choice

ExamView Test Generator 111unsortlist unsort(list dataList)This function will "unsort" or scramble the list of arguments. The list passed in

Seite 16 - Multiple Response

ExamView Test Generator 112KeywordsExamView Test Generator provides you with numerous pre-defined constants to use when defining variables, conditions

Seite 17 - ExamView Test Generator 17

ExamView Test Generator 113Syntax Descriptiondouble arccsch(doublex)Computes the hyperbolic arc cosecant of the argument, x. Arguments to the function

Seite 18 - ExamView Test Generator 18

ExamView Test Generator 114Syntax Descriptiondouble ceil(double x)Rounds up. The function finds the smallest integer not less than the argument, x.exp

Seite 19 - Matching

ExamView Test Generator 115Syntax Descriptiondouble coth(double x)Computes the hyperbolic cotangent of the argument, x. This evaluates to cosh(x) / si

Seite 20 - ExamView Test Generator 20

ExamView Test Generator 116Syntax Descriptionstring fracs(doublenumer, double denom)After reducing the fraction numer / denom, this function will retu

Seite 21 - Completion

ExamView Test Generator 117Syntax Descriptionint isunique(expressionarg1, expression arg2,...)Compares the arguments to see if there are any duplicate

Seite 22 - Test Builder Basics

ExamView Test Generator 118Syntax Descriptionlist(expression arg1,expression arg2, ...)Use this function as a container to hold a group of similar exp

Seite 23 - Test Builder Toolbar

ExamView Test Generator 119Syntax Descriptionlist makelist(intnumValues, doublelowerExtreme,double lowerQuartile,double median,double upperQuartile,do

Seite 24 - ExamView Test Generator 24

ExamView Test Generator 12Welcome ScreenEach time the ExamView Test Generator software is opened, the program displays the Welcome screen. Use the Qui

Seite 25 - Opening a Test

ExamView Test Generator 120Syntax Descriptionexpression MODexpressionDivides the first expression by the second expression and returns the remainder.

Seite 26 - ExamView Test Generator 26

ExamView Test Generator 121Syntax Descriptiondouble quartile(listdata, intwhichQuartile)Returns one of the divisions of observations of the data in th

Seite 27 - Using the Spell Checker

ExamView Test Generator 122Syntax Descriptionstring right(string x,int y)Returns the last y characters of the string argument, x.EXAMPLEright("Ex

Seite 28 - Reordering Questions

ExamView Test Generator 123Syntax Descriptiondouble sdev(list data)Returns the standard deviation of the data values in the list. Data values are assu

Seite 29 - ExamView Test Generator 29

ExamView Test Generator 124Syntax Descriptionstring sigfig(double x,int numSigFigs, BooleanforceNumSigFigs)Creates a string version of the argument, x

Seite 30 - Two-column Formatting

ExamView Test Generator 125Syntax Descriptionstring sqrs(double x)After reducing the argument, x, to a multiple of a whole number and a radical, it re

Seite 31 - Printing a Test

ExamView Test Generator 126Syntax Descriptionstring symbol(string x)Converts the string argument, x, to the appropriate Symbol character.NOTEOnce the

Seite 32 - Saving a Test

ExamView Test Generator 127Syntax Descriptionlist unsort(listdataList)This function will "unsort" or scramble the list of arguments. The lis

Seite 33 - Exporting a Test

ExamView Test Generator 128The Graph ToolThe graph tool provides you with three graph options:Cartesian GraphsPolar GraphsNumber LinesCartesian Graphs

Seite 34 - ExamView Test Generator 34

ExamView Test Generator 129Inserting a Cartesian GraphThe graph pictured is a representation of y = e ^ x.1Position the cursor at the location where y

Seite 35 - Question Selection Methods

ExamView Test Generator 13Switching Between the Test Builder and the Question Bank EditorThe Test Builder and the Question Bank Editor are separate pa

Seite 36 - ExamView Test Generator 36

ExamView Test Generator 13017Select a background style for the graph. The background can be blank, dotted, or lined. If you select a lined or dottedba

Seite 37 - ExamView Test Generator 37

ExamView Test Generator 131Parabola1Insert a Cartesian graph into a question, answer, matchinggroup, rationale, feedback, or narrative. To edit an exi

Seite 38 - ExamView Test Generator 38

ExamView Test Generator 132Circle1Insert a Cartesian graph into a question, answer, matchinggroup, rationale, feedback, or narrative.To edit an existi

Seite 39 - Selecting All Questions

ExamView Test Generator 133Ellipse1Insert a Cartesian graph into a question, answer, matchinggroup, rationale, feedback, or narrative.To edit an exist

Seite 40 - ExamView Test Generator 40

ExamView Test Generator 1345Enter values for a (semimajor axis) and b (semiminor axis).NOTEVariables can be used as values for the semimajor axis, the

Seite 41 - Changing Headers and Footers

ExamView Test Generator 135Segment1Insert a Cartesian graph into a question, answer, matchinggroup, rationale, feedback, or narrative.To edit an exist

Seite 42 - Question Bank Editor

ExamView Test Generator 1365For each point defined, select a label style, point style, and label position.6For a polynomial defined by zeroes, enter a

Seite 43 - Question Bank Editor Toolbar

ExamView Test Generator 1376To change the color of the function, click the Color drop-down menu .7Click Apply to view your changes in the editing wind

Seite 44 - Opening a Question Bank

ExamView Test Generator 138NOTEMost of the time when you are adding a picture or a shape to a cartesian graph, you will wantto clear the axes, backgro

Seite 45 - Checking for Content Updates

ExamView Test Generator 139NOTEMost of the time when you are adding a picture or a shape to a Cartesian graph, you will wantto clear the axes, backgro

Seite 46 - ExamView Test Generator 46

ExamView Test Generator 14The Test BuilderThis chapter covers the following topics:Question TypesTest Builder BasicsQuestion Selection MethodsCustomiz

Seite 47

ExamView Test Generator 1407Optionally, change the starting angle, gap, explode direction, pie height, and label style. Changing the pie heightwill gi

Seite 48

ExamView Test Generator 1413A checklist is displayed showing all of the items currently added to the graph that can be combined to create acompound fu

Seite 49 - Saving a Question Bank

ExamView Test Generator 142Polar GraphsA polar graph is a graph defined by the polar coordinates r (the radial coordinate) and theta (the angular coor

Seite 50 - ExamView Test Generator 50

ExamView Test Generator 143NOTEVariables cannot be used as values for the axis label, units per tick, ticks per inch, ticks perlabel, width, height, o

Seite 51 - ExamView Test Generator 51

ExamView Test Generator 144f(theta)1Insert a polar graph into a question, answer, matching group, ornarrative.To edit an existing graph, double-click

Seite 52 - ExamView Test Generator 52

ExamView Test Generator 1454Select a point style. The point styles can be none, solid, or hollow.5Select a label style. You can have no label, use the

Seite 53 - Publishing Tests

ExamView Test Generator 146Number LinesA number line is a picture of a straight line on which every point is assumed to correspond to a real number an

Seite 54 - ExamView Test Generator 54

ExamView Test Generator 14713By default, the number line displays tick marks and tick-mark labels. To show or hide these click the Show tick marksand

Seite 55 - ExamView Test Generator 55

ExamView Test Generator 1481Insert a number line into a question, answer, matching group, or narrative.To edit an existing number line, double-click t

Seite 56 - Student Feedback/Multimedia

ExamView Test Generator 1495Select a label style. You can have no label, use the coordinate of the endpoint as the label, or optionally enter a textla

Seite 57 - Personal Websites

ExamView Test Generator 15EXAMPLEExamView allows for three question types.---------------------------ANS: F, thirteen3Click the Answer drop-down menu

Seite 58 - Posting a Test to a Website

ExamView Test Generator 1503Enter values for the lower extreme, lower quartile, median, upper quartile, and upper extreme.NOTEVariables can be used as

Seite 59 - ExamView Test Generator 59

ExamView Test Generator 1515To change the color of the vector, click the Color drop-down menu . To change the color of the label, click Font.6Click Ap

Seite 60 - Publisher Websites

ExamView Test Generator 152PreferencesThe preference settings are divided into five sections.Changing the PreferencesGeneralFilesEditingLayoutStylePoi

Seite 61 - The Word Processor

ExamView Test Generator 153GeneralPersonal InformationThe information shown here reflects what youentered when you first installed the program. Youcan

Seite 62 - Formatting Paragraphs

ExamView Test Generator 154Default File LocationsQuestion Banks - The location where the program initially looks when you open or save a question bank

Seite 63 - Formatting Fonts

ExamView Test Generator 155LayoutQuestionsAnswer Choices - Indicate whether you want theprogram to format multiple choice, multipleresponse, true/fals

Seite 64 - ExamView Test Generator 64

ExamView Test Generator 156Answer KeySelect which items you want to appear in the answer key section of the test.PageColumns - Select if tests should

Seite 65 - Using Find and Replace

ExamView Test Generator 157PointsUse the Points preferences to assign the defaultpoint values for the different question types. Pointvalues can be pri

Seite 66 - Inserting/Editing a Hyperlink

ExamView Test Generator 158Learning Management SystemsUsing ExamView you can publish or export tests and question banks to popular learning management

Seite 67 - Inserting a Variable

ExamView Test Generator 159ANGEL Question SupportThe publish and export features map ExamView question types to a the closest corresponding ANGEL ques

Seite 68 - Working with Tabs

ExamView Test Generator 168Optionally, click Info and then enter the question information.9Optionally, click Edit from the menu bar and select Add Fee

Seite 69 - ExamView Test Generator 69

ExamView Test Generator 160ExamView Question Information Publish to ANGEL Export to ANGELMiscellaneous - - - -Notes - - - -ANGEL Publish LocationExamV

Seite 70 - Pictures

ExamView Test Generator 161dSelect one of three formatting options for the HTML that is uploaded to the ANGEL server. The best option tochoose will de

Seite 71 - ExamView Test Generator 71

ExamView Test Generator 162IMPORTANTBecause the server must be validated in order to continue, an internet connection must beavailable to create the p

Seite 72 - Inserting a Table

ExamView Test Generator 163How to convert quizzes to assessments manually...1Click Utilities and select the Lessons tab.2Click the Course Quiz and Sur

Seite 73 - Formatting Existing Tables

ExamView Test Generator 164ANGEL 7.3 (and higher) Advanced Publish SettingsLeft unchanged, the default values shown for each setting will be transmitt

Seite 74 - Converting a Table to Text

ExamView Test Generator 165Interaction SettingsSetting Name Default DescriptionDisplay Mode All QuestionsDisplay Mode specifies whether the questions

Seite 75 - ExamView Test Generator 75

ExamView Test Generator 166ANGEL 7.0 - 7.2 Advanced Publish SettingsLeft unchanged, the default values shown for each setting will be transmitted alon

Seite 76 - ExamView Test Generator 76

ExamView Test Generator 167Delivery SettingsSetting Name Default DescriptionDisplay Mode All QuestionsDisplay Mode specifies whether the questions wil

Seite 77 - Setting Table Properties

ExamView Test Generator 168BlackboardUsing ExamView you can export tests and question banks to Blackboard. This feature gives you the flexibility to c

Seite 78 - ExamView Test Generator 78

ExamView Test Generator 169ExamView Question Information Blackboard 6.0 - 7.0 Blackboard 7.1 - 9.0Difficulty - - DifficultyReference - - CategoryLearn

Seite 79 - The Equation Editor

ExamView Test Generator 177Optionally, enter an answer explanation in the Rationale area.8Optionally, click Info and then enter the question informati

Seite 80 - ExamView Test Generator 80

ExamView Test Generator 170NOTEIn most cases, you should use the HTML without default fonts option to simplify the HTMLas much as possible without los

Seite 81 - Creating an Equation

ExamView Test Generator 171How to upload question into Blackboard 6.0 - 8.0...1Log in to your Blackboard server. The My Institution page appears.2Clic

Seite 82 - ExamView Test Generator 82

ExamView Test Generator 172l Blackboard does not support the concept of a narrative (a common piece of information shared by multiple questions).Durin

Seite 83 - ExamView Test Generator 83

ExamView Test Generator 173Desire2LearnUsing ExamView you can export tests and question banks to a format that can be brought into Desire2Learn (v.8.0

Seite 84 - ExamView Test Generator 84

ExamView Test Generator 1741Create or open a test/question bank in ExamView.2Click File from the menu bar, mouse over Export and select Blackboard 7.1

Seite 85 - ExamView Test Generator 85

ExamView Test Generator 175MoodleUsing ExamView you can export tests and question banks to a format that can be brought into Moodle. This feature give

Seite 86 - ExamView Test Generator 86

ExamView Test Generator 176Importing Question Content Into MoodleExamView does not yet offer a Moodle-native export format. However, test and question

Seite 87 - ExamView Test Generator 87

ExamView Test Generator 177WebCTUsing ExamView you can publish or export tests and question banks to WebCT. Publishing allows you to push content from

Seite 88 - Dynamic Content (Algorithms)

ExamView Test Generator 178ExamView Question Information Publish to WebCT Export to WebCtRationale General Feedback General FeedbackPoints Points Poin

Seite 89 - ExamView Test Generator 89

ExamView Test Generator 1793Select a server profile from the list or create a new profile.If necessary, provide the username and password (this inform

Seite 90 - ExamView Test Generator 90

ExamView Test Generator 18EXAMPLECopy a multiple choice question and its choices from a word processing document. Create anew multiple choice question

Seite 91 - Algorithmic Syntax

ExamView Test Generator 1801Click File from the menu bar, mouse over Publish To and select WebCT CE 6/Vista 3-4.2Click Add New.3Enter a Profile name t

Seite 92 - ExamView Test Generator 92

ExamView Test Generator 181questions for a chapter. You could also include a course or book title as part of the category name to furtheridentify the

Seite 93 - ExamView Test Generator 93

ExamView Test Generator 182Setting Name Default DescriptionNumber of allowedattempts1Specifies the number of attempts a student is allowed to take the

Seite 94 - Algorithm Definitions

ExamView Test Generator 183Navigating the SoftwareThis section covers the following topics:Editing Commands and Keyboard ShortcutsNavigate Within a Qu

Seite 95 - ExamView Test Generator 95

ExamView Test Generator 184To enter foreign language charactersCharacter PC Macà è ì ò ùÀ È Ì Ò ÙCtrl + ` (ACCENT GRAVE), the letter Option + ` (ACCEN

Seite 96 - Trigonometric Functions

ExamView Test Generator 185To move... Press this... (PC) Press this... (Mac)end of a word Ctrl + ► (right arrow) Ctrl + ► (right arrow)beginning of a

Seite 97 - ExamView Test Generator 97

ExamView Test Generator 186To select... Press this...beginning of line Shift + Homedown one line Shift + ▼ (down arrow)up one line Shift + ▲ (up arrow

Seite 98 - ExamView Test Generator 98

ExamView Test Generator 187Navigate Within a Test or Question BankTo scroll a test/question bank using the mouseTo do this... Do this...Scroll up one

Seite 99 - String Functions

ExamView Test Generator 188Troubleshooting TipsIf you experience problems using ExamView Test Generator, refer to the list of troubleshooting tips lis

Seite 100 - ExamView Test Generator 100

ExamView Test Generator 189An indent or tab cannot be set to 0 (zero).If you paste text from another application, ExamView Test Generator may use the

Seite 101 - ExamView Test Generator 101

ExamView Test Generator 196Optionally, click Edit from the menu bar and select Add Feedback to add feedback.7Optionally, click the Narrative drop-down

Seite 102 - Statistical Functions

ExamView Test Generator 190Contact UsFor additional help, contact Turning Technologies Technical Support.Technical Support is available from 7 a.m. -

Seite 103 - ExamView Test Generator 103

ExamView Test Generator 2© 2015 Turning Technologies, LLC. All rights reserved.Portions Responsive Innovations, LLC, Microsoft CorporationNo part of t

Seite 104 - Logical Operators

ExamView Test Generator 20EXAMPLEFor example, suppose you requested eight matching questions and there are two matching groups,each with 10 questions,

Seite 105 - Fraction Functions

ExamView Test Generator 21Completion1Select a completion question and click Edit, or click New and select Completion to create a new question.2Enter t

Seite 106 - Special Functions

ExamView Test Generator 22Test Builder BasicsIf you want ExamView Test Generator to choose questions randomly from one or more question banks, choose

Seite 107 - ExamView Test Generator 107

ExamView Test Generator 23Test Builder ToolbarThe Test Builder toolbar provides access to the most commonly used tools. Because all the toolbar tool f

Seite 108 - ExamView Test Generator 108

ExamView Test Generator 24Icon Description PC Shortcut Mac ShortcutStyle Gallery - Click this icon to open the Style Gallery where you canchoose from

Seite 109 - ExamView Test Generator 109

ExamView Test Generator 25Next StepsAfter the program displays the test, you can edit/create questions, select additional questions, customize the app

Seite 110 - ExamView Test Generator 110

ExamView Test Generator 261Click Select from the menu bar and select Clear SelectionsThe Clear Selections window opens.2Select Entire Test or the bank

Seite 111 - ExamView Test Generator 111

ExamView Test Generator 27TIPUse the Clear Selections command to quickly delete all questions or to remove questionsyou selected from a particular que

Seite 112 - Keywords

ExamView Test Generator 28NOTEYou can click Custom to add or remove words in the custom dictionary. The customdictionary (examview.tlx) is stored in t

Seite 113 - ExamView Test Generator 113

ExamView Test Generator 29l To move an entire question type group (e.g., multiple choice), select the question type title and drag it to thedesired lo

Seite 114 - ExamView Test Generator 114

ExamView Test Generator 3Table of ContentsTABLE OF CONTENTS 3ABOUT EXAMVIEW® TEST GENERATOR 9Technical Requirements10Getting Started11Installing the E

Seite 115 - ExamView Test Generator 115

ExamView Test Generator 30l The Sort by list will only contain entries for question information fields that contain at least one entry for thequestion

Seite 116 - ExamView Test Generator 116

ExamView Test Generator 311Click or click Test from the menu barand select Layout.2Click the Layout icon and then click thePage tab.3Select the radio

Seite 117 - ExamView Test Generator 117

ExamView Test Generator 321Click File and select Print Bubble Form.2Select a form from the Form Name list.A description of the selected bubble form is

Seite 118 - ExamView Test Generator 118

ExamView Test Generator 331Click from the toolbar or click File and select Save.NOTEClick File and select Save As to save the test with a different fi

Seite 119 - ExamView Test Generator 119

ExamView Test Generator 34l The export option supports ANGEL, WebCT, and Blackboard formats. When you export a test using any ofthese choices, the pro

Seite 120 - ExamView Test Generator 120

ExamView Test Generator 35NOTERemediation hyperlinks are only available for keywords and state standards. The state standardinformation must include a

Seite 121 - ExamView Test Generator 121

ExamView Test Generator 36Write down the question types and the question numbers. Later, while working with the software, you can use the From a Listc

Seite 122 - ExamView Test Generator 122

ExamView Test Generator 374Select the box or item next to each question you want use.TIPClick Options to make adjustments to how much question informa

Seite 123 - ExamView Test Generator 123

ExamView Test Generator 388Click Close when you finish selecting questions by standard.NOTEBecause some questions may contain more than one objective/

Seite 124 - ExamView Test Generator 124

ExamView Test Generator 39set to Match criteria exactly.After you enter the search criteria, the program shows you how many questions match the criter

Seite 125 - ExamView Test Generator 125

ExamView Test Generator 4Question Selection Methods35Selecting Questions Randomly35Selecting Questions from a List35Selecting Questions While Viewing3

Seite 126 - ExamView Test Generator 126

ExamView Test Generator 404Click OK to apply the settings to the current test.NOTESome of the layout options (e.g., two-column format to conserve pape

Seite 127 - ExamView Test Generator 127

ExamView Test Generator 41Changing Headers and FootersTest headers and footers may be formatted to your preference.1Click Test from the menu bar, mous

Seite 128 - The Graph Tool

ExamView Test Generator 42Question Bank EditorThe Question Bank Editor allows you to edit questions in an existing question bank or to create new ques

Seite 129 - Inserting a Cartesian Graph

ExamView Test Generator 43Question Bank Editor ToolbarThe Question Bank Editor toolbar provides access to the most commonly used tools. Because all th

Seite 130 - ExamView Test Generator 130

ExamView Test Generator 44Icon Description PC Shortcut Mac ShortcutScramble - Click this icon to open the Scramble window where youcan choose to scram

Seite 131 - Parabola

ExamView Test Generator 453Select the question bank and click Open.4If you assigned a password to the question bank, you will be prompted to enter the

Seite 132 - ExamView Test Generator 132

ExamView Test Generator 46How to edit a question in a question bank...1Select the question on the test that you want to edit.2Click Edit located at th

Seite 133 - Hyperbola

ExamView Test Generator 47Question InformationSelect which items (answer, difficulty code, etc.) you want to appear with each question.3Click the Styl

Seite 134 - Point (x, y)

ExamView Test Generator 48NOTEYou can click Custom to add or remove words in the custom dictionary. The customdictionary (examview.tlx) is stored in t

Seite 135 - Polynomial

ExamView Test Generator 494Click OK to update the current test.NOTEIf you do not see the Reorder button right click on the toolbar and select Customiz

Seite 136 - Parametric Function

ExamView Test Generator 5THE WORD PROCESSOR 61The Word Processor Toolbar61Paragraph, Characters and Objects62Using the Word Processor Ruler62Formattin

Seite 137 - Normal Curve

ExamView Test Generator 503Identify the folder where you want to save the question bank. If you want to save the file on a different drive or on anetw

Seite 138 - ExamView Test Generator 138

ExamView Test Generator 51The export option supports both the WebCT and Blackboard (Bb) formats. When you export a test using either of theseformats,

Seite 139 - Pie Chart

ExamView Test Generator 52Importing an RTF Document (PCOnly)Use the included ExamView Import Utility application to import questions from an RTF docu

Seite 140 - Compound

ExamView Test Generator 53Publishing TestsExamView Test Generator lets you easily create electronic tests that can be taken over the internet with a b

Seite 141 - ExamView Test Generator 141

ExamView Test Generator 54Publishing a LAN-Based (Online) Test Without a RosterPublishing a LAN-Based (Online) Test with a RosterStudent Feedback/Mult

Seite 142 - Polar Graphs

ExamView Test Generator 55NOTEThe end-of-test report can be a powerful learning tool for students. For example, you couldset up the report to display

Seite 143 - ExamView Test Generator 143

ExamView Test Generator 56Preview your online test to make sure that everything is working. If you notice an error, make any changes to the original t

Seite 144 - Point (r, theta)

ExamView Test Generator 57Personal WebsitesYou can publish tests/study guides to your own website. You must save the tests/study guides to your hard d

Seite 145 - ExamView Test Generator 145

ExamView Test Generator 586Enter a file name and click Save to save the test/study guide.NOTEWhen you create a test, the program encrypts the answer i

Seite 146 - Number Lines

ExamView Test Generator 59IMPORTANTYou must use a browser such as Netscape 7.0/Internet Explorer 5.0 (or a more recent version), orFireFox that suppor

Seite 147 - ExamView Test Generator 147

ExamView Test Generator 6THE EQUATION EDITOR 79The Equation Editor Menu Bar79Creating an Equation81Equation Editor Keyboard Shortcuts84Changing the Eq

Seite 148 - ExamView Test Generator 148

ExamView Test Generator 60Publisher WebsitesBefore you can post a test to a publisher’s website, you must provide login information such as an instruc

Seite 149 - Box and Whisker Plot

ExamView Test Generator 61The Word ProcessorExamView Test Generator comes with a built-in word processor tool that allows you perform several word pro

Seite 150 - ExamView Test Generator 150

ExamView Test Generator 62Paragraph, Characters and ObjectsThis section covers the following topics:Using the Word Processor RulerFormatting Paragraph

Seite 151 - ExamView Test Generator 151

ExamView Test Generator 632Click Format from the menu bar and select Paragraph.TIPFor some of the paragraph settings, you can use the ruler and toolba

Seite 152 - Preferences

ExamView Test Generator 64l With the Question Tags option turned on, the recalculate symbol appears in the left margin next to any questionswith dynam

Seite 153 - ExamView Test Generator 153

ExamView Test Generator 65How to paste text or pictures...1Position the cursor where you want to insert the text, picture, column, or row.2Click or pr

Seite 154 - ExamView Test Generator 154

ExamView Test Generator 66Inserting a Symbol or Foreign CharacterHow to insert a symbol or special character (math symbol, bullet, etc.)...1Click Inse

Seite 155 - ExamView Test Generator 155

ExamView Test Generator 674Specify the URL (uniform resource locator) address (e.g., www.servername.com/webpage.html).NOTEYou can specify a link to an

Seite 156 - ExamView Test Generator 156

ExamView Test Generator 68Working with TabsHow to insert a new tab...1Position the cursor in the paragraph in which you want to add a new tab. If you

Seite 157 - ExamView Test Generator 157

ExamView Test Generator 69NOTEIf multiple, consecutive paragraphs have the same border style, you can click the “middle”border to set the border to be

Seite 158 - Learning Management Systems

ExamView Test Generator 7Point147Segment147Ray148Line149Box and Whisker Plot149Vectors150PREFERENCES 152Changing the Preferences152General153Files153E

Seite 159 - ANGEL Question Support

ExamView Test Generator 70PicturesThis section covers the following topics:Inserting a PictureFormatting PicturesInserting a Picture1Position the curs

Seite 160 - ANGEL Publish Location

ExamView Test Generator 71Click the baseline (dotted line) or, if the baseline is at the bottom of an image, click to the left or rightof the handle.

Seite 161 - ExamView Test Generator 161

ExamView Test Generator 72TablesThis section covers the following topics:Inserting a TableInserting/Editing Rows and ColumnsFormatting Existing Tables

Seite 162 - ExamView Test Generator 162

ExamView Test Generator 7311To delete a table, click in it. Click Table from the menu bar and select Select Table and press DELETE.TIPIf you created a

Seite 163 - ExamView Test Generator 163

ExamView Test Generator 744Optionally, set the Formats to Apply options.These options let you customize the predefined format. For example, you can tu

Seite 164 - Access Settings

ExamView Test Generator 75Converting Tabular Text Into a TableTIPIf you plan to create internet tests with tabular material; you should use tables, no

Seite 165 - Interaction Settings

ExamView Test Generator 765Click OK.TIPWith ExamView Test Generator (as with other word processors), it is possible to create atable where some column

Seite 166

ExamView Test Generator 77Aligning ColumnsThe Align Columns command resets an entire table so that all cells align in a column format. Although you ca

Seite 167 - Submission Settings

ExamView Test Generator 782Click Table from the menu bar and select Table Properties.3Select the alignment and page break option.4Click OK.turningtech

Seite 168 - Blackboard

ExamView Test Generator 79The Equation EditorYou can create or edit mathematical equations with ExamView Test Generator. An equation is a series of nu

Seite 169 - ExamView Test Generator 169

ExamView Test Generator 8Known Issues175Importing Question Content Into Moodle176WebCT177WebCT Question Support177Known Issues178Publishing a Test/Ban

Seite 170 - ExamView Test Generator 170

ExamView Test Generator 80When this is true, you will need to decide how to align the slots in the pile (in the above case, there are three). A pile i

Seite 171 - Blackboard Troubleshooting

ExamView Test Generator 81yourself by highlighting the text and choosing one of the options shown below. You can make changes to the default sizesyour

Seite 172 - ExamView Test Generator 172

ExamView Test Generator 823For practice, enter the simple equation (3 + 4 = 7). Key the following into the empty slot: 3+4=7NOTEYou do not need to pre

Seite 173 - Desire2Learn

ExamView Test Generator 8316If you continued to key text at this point, it would also be inserted into the superscript. To exit the superscript slot,

Seite 174 - ExamView Test Generator 174

ExamView Test Generator 84Equation Editor Keyboard ShortcutsThe equation editor in ExamView Test Generator includes numerous shortcut keys to make ins

Seite 175 - Moodle Question Support

ExamView Test Generator 85Keyboard shortcuts for inserting symbolsSymbol Ctrl+ K then Symbol Ctrl + K then Symbol Ctrl + K then Symbol Ctrl + K thenA

Seite 176 - ExamView Test Generator 176

ExamView Test Generator 86Keyboard shortcuts for adding accents to charactersAccent KeyPrime Ctrl + 'Star Ctrl + *Overbar Ctrl + _Double prime Ct

Seite 177 - WebCT Question Support

ExamView Test Generator 87Inserting Symbols Into an Equation1Position the cursor at the location in the equation where you want to insert the symbol.2

Seite 178 - Known Issues

ExamView Test Generator 88Dynamic Content (Algorithms)Through the use of built-in algorithmic functions, keywords, and variables, ExamView Test Genera

Seite 179 - ExamView Test Generator 179

ExamView Test Generator 89NOTEThe variable name entered must be unique for the algorithm group and must not match any ofthe reserved keywords.2Enter a

Seite 180 - ExamView Test Generator 180

ExamView Test Generator 9About ExamView® Test GeneratorExamView® Test Generator allows for the quick creation of paper, internet and online (LAN-based

Seite 181

ExamView Test Generator 90EXAMPLEIf we want to have the coefficients in a polynomial such as 3x2+ 2x - 4 = 0 be represented asvariables, we would use

Seite 182 - Security Settings

ExamView Test Generator 912Enter a definition. Click next to the definition to display a list of currently defined constants and keywords.NOTEYou cann

Seite 183 - Navigating the Software

ExamView Test Generator 92- Subtraction* Multiplication (use 3 * x instead of 3x)/ Division\ Integer division% Modulus^ Power (use x^2 to represent x

Seite 184 - ExamView Test Generator 184

ExamView Test Generator 93^ power* / \ % multiplication, division, integer division, modulus+ - addition, subtraction< <= > >= less than,

Seite 185 - Select Text and Pictures

ExamView Test Generator 94Algorithm DefinitionsThis section covers the following topics:ConstantsMath FunctionsExponential and Logarithmic FunctionsTr

Seite 186 - Selecting Items in a Table

ExamView Test Generator 95fracdouble frac(double x)Returns the fractional part of the argument, x. The return value will always be greater thanor equa

Seite 187 - ExamView Test Generator 187

ExamView Test Generator 96log10double log10(double x)Calculates the base 10 logarithm of the argument, x. Arguments to the function must begreater tha

Seite 188 - Troubleshooting Tips

ExamView Test Generator 97arccotdouble arccot(double x)Computes the arc cotangent of the argument, x. Arguments to the function must not beequal to ze

Seite 189 - ExamView Test Generator 189

ExamView Test Generator 98asechdouble asech(double x)Computes the hyperbolic arc secant of the argument, x. Arguments to the function mustbe greater t

Seite 190 - Contact Us

ExamView Test Generator 99raddouble rad(double x)Converts an argument, x, in degrees to radians.secdouble sec(double x)Computes the secant of the argu

Kommentare zu diesen Handbüchern

Keine Kommentare