- Knowledge Base
- Writing Your Own Scoring Rules for Your Assessments: An Example
- Creating and Applying the Variables for Each Interaction
-
TAO Portal Quickstart Guide
-
Rostering in TAO Portal
-
Creating assessment materials in TAO
-
Creating assessments for delivery in TAO
-
Proctoring in TAO Portal
-
Viewing results in TAO Portal
-
How Does Scoring Work in TAO?
-
Writing Your Own Scoring Rules for Your Assessments: An Example
-
TAO Portal Terminology
-
TAO Quickstart Guide
-
Making the Most of the Asset Manager
-
Working With Metadata in TAO
-
Configuring Interactions: What Possibilities do You Have?
-
Randomization in Items and Tests
-
All You Need to Know About Test-Takers
-
All About Deliveries
-
Setting up LTI
-
Proctoring Assessments in TAO
-
Interpreting Results Tables in TAO
-
Using the Advanced Search
-
Best Practices for Working with Multiple Users in a Small-scale Authoring Scenario Part 1: Set-up
-
Best Practices for Working with Multiple Users in a Small-scale Authoring Scenario Part 2: Workflow
-
Optimizing Pictures
-
All About Extensions
-
Stylesheets in Assessment Items
-
TAO for RTL Languages
-
TAO Terminology Explained Part 1: TAO Architecture
-
TAO Terminology Explained Part 2: Creating and Delivering Assessments
-
TAO Terminology Explained Part 3: Scoring Assessments
-
Test-taker and Accessibility tools
-
How does scoring work in TAO? (II)
-
Video demos
-
Video tutorials: Creating interactions
-
Thinking About Test Questions (and Choosing Interactions) According to Task Type
Test-running the item
Next, Ian saves the item and clicks Preview, then enters some responses and clicks Submit. The outcome should be similar to the screenshot below.
Finished item with variables
The contents of the black (results) window is similar to the one in the previous chapter, but this time it has entries for SCORE_1, SCORE_2, and SCORE_3. The values for these are zero, because all we have done so far is to define them as variables, but there is nothing in the response processing rules yet to say how we are going to fill them: that will be done in the custom response processing rule which we will write in the next section.
Note: You will see that the values for MAXSCORE is now 18, whereas in 1.2.2 it was 9. This is because MAXSCORE is just the sum of the maximum scores of all interactions (automatically computed by TAO) and any additional outcome declarations (taken from the values in Value, as shown in the image in section 2.1 above). They are not linked. The value of MAXSCORE will need to be re-calculated. How this is carried out will be shown in the next chapter.