Headway Intermediate Stop And Check 1 May 2026

Headway Intermediate Stop and Check 1 is a diagnostic assessment tool designed to be used after completing the first four units of the Oxford University Press Headway Intermediate (5th Edition) coursebook.

It acts as a progress marker for both students and teachers to ensure the foundational concepts of the intermediate level have been absorbed before moving on to more complex structures. What’s Covered? The test typically focuses on three core pillars: Grammar:

The Tense System: Reviewing the differences between auxiliary verbs and the use of the Present Simple, Continuous, and Perfect.

Information Questions: Forming questions correctly with "how long," "how many," etc.

State vs. Action Verbs: Identifying verbs that don’t usually take the continuous form (e.g., know, like, understand). Vocabulary:

Word Formation: Adding suffixes and prefixes to change word classes.

Collocations: Common word pairings, specifically those related to work, social life, and daily routines. headway intermediate stop and check 1

Phrasal Verbs: Initial introduction to multi-word verbs found in the first quarter of the book. Communication & Skills:

Social Expressions: Phrases used for meeting people, making suggestions, or expressing opinions.

Translation/Sentence Transformation: Testing the ability to rephrase sentences while maintaining the same meaning. Why It’s Important

At the intermediate level, students often hit a "plateau." This specific "Stop and Check" is designed to catch common errors—like forgetting the third-person 's' or misusing "since" and "for"—before they become fossilized habits. Practical Tips

For Students: Don't treat it as a high-stakes exam. Use it to identify your "gaps." If you struggle with the Present Perfect section, you know exactly which unit to go back and review.

For Teachers: Use the results to decide if the class needs a "consolidation lesson" or if they are ready for the faster pace of Units 5–8. Headway Intermediate Stop and Check 1 is a

Report: Headway Intermediate (Fourth Edition) – Stop and Check 1

Date: October 26, 2023 Subject: Analysis and Content Overview of "Stop and Check 1" Assessment Course Level: Intermediate (B1/B2) Unit Coverage: Units 1–4


Scoring and Feedback Tips for Teachers

  • Use rubrics with clear descriptors for grammar accuracy, range, coherence, vocabulary precision, and task achievement.
  • For writing: highlight 2 strengths, 2 target areas, and one concrete revision suggestion.
  • For speaking: note fluency, pronunciation, interaction, and complexity of structures.

3. Backend Logic (Python/Pseudo-code)

This service handles the logic when a vehicle reports arrival at Stop 1.

class HeadwayService:
    MIN_HEADWAY_SECONDS = 300  # 5 minutes standard headway
def process_intermediate_stop(self, trip_id, stop_id):
    # 1. Identify Context
    if stop_id != 1:
        return "status": "IGNORED", "message": "Not Stop 1"
current_trip = TripRepository.get_trip(trip_id)
# 2. Update Arrival
    TripRepository.update_status(trip_id, stop_id, 'ARRIVED')
# 3. Calculate Headway
    previous_trip = TripRepository.get_previous_trip(route_id=current_trip.route_id)
    headway_seconds = 0
if previous_trip and previous_trip.stop_1_departure_time:
        time_diff = datetime.now() - previous_trip.stop_1_departure_time
        headway_seconds = time_diff.total_seconds()
# 4. Perform Checks
    is_headway_safe = headway_seconds >= self.MIN_HEADWAY_SECONDS
    system_check_passed = self.perform_vehicle_check(trip_id)
# 5. Determine Result
    if is_headway_safe and system_check_passed:
        status = "CLEARED"
        action = "ALLOW_DEPARTURE"
    else:
        status = "HELD"
        action = "WAIT_FOR_HEADWAY" if not is_headway_safe else "MAINTENANCE_REQUIRED"
# Log violation
        HeadwayLog.create(
            trip_id=trip_id, 
            calculated_headway=headway_seconds, 
            status=status
        )
return 
        "trip_id": trip_id,
        "stop_id": stop_id,
        "status": status,
        "action": action,
        "metrics": 
            "current_headway": headway_seconds,
            "min_required": self.MIN_HEADWAY_SECONDS
def perform_vehicle_check(self, trip_id):
    # Mock check for doors closed, passenger capacity, etc.
    return VehicleSystemAPI.diagnostics_ok(trip_id)

Why "Stop and Check" Matters More Than You Think

Many students are tempted to skip the Stop and Check sections to "move faster" through the book. This is a catastrophic mistake. Scoring and Feedback Tips for Teachers

The Stop and Check units are predictive of your final exam score. If you score below 60% on Stop and Check 1, you are not ready for Unit 5 (which introduces conditionals and reported speech). Building on a weak foundation leads to "language fossilization" – where bad habits become permanent.

Conversely, acing Stop and Check 1 (90% or higher) indicates you are ready to tackle the Intermediate Plus level.

Why Students Struggle (And How to Fix It)

Despite being a review, many learners find Headway Intermediate Stop and Check 1 surprisingly difficult. Here are the three most common failure points:

How to Ace the Stop and Check: A 3-Day Revision Plan

Do not cram the night before. Use this structured plan.

Section B: Vocabulary

3. Match the words to make common pairs (e.g., black and white).

| Column A | Column B | |----------------|----------------| | 1. peace | a) and steady | | 2. slow | b) and quiet | | 3. give | c) and take | | 4. safe | d) and sound |

4. Complete the sentences with the correct word form.

  1. He’s very ______ (rely) – you can always trust him.
  2. I had an ______ (enjoy) time at the concert.
  3. The company wants to ______ (large) its customer base.

5. Choose the correct word.

  1. We need to make a decision / solution about where to go on holiday.
  2. She has a very close relationship / relative with her brother.

What do you think about that?

  • headway intermediate stop and check 1