Public viewer

The journey of every round

Every round-trip in the corpus is public. Open one to see the prompt, the zero-point index, the baseline response, the enhanced response, and how each grader read the difference. Leave a comment if a grader's reading lands — or doesn't.

#76810 May 26

What is 2 cubed times 3 squared?

V1WorseV2ΔLcsharp
#76710 May 26

Express 3 over 4 as a decimal.

V1BetterV2ΔLcsharp
#76610 May 26

What is the perimeter of a triangle with sides 5, 7, and 10?

V1WorseV2ΔLcsharp
#76510 May 26

Solve: 2x squared minus 8 equals 0

V1WorseV2ΔLcsharp
#76410 May 26

What is 7 factorial (7!)?

V1BetterV2ΔLcsharp
#76310 May 26

If a train travels 60 miles in 1.5 hours, what is its speed in miles per hour?

V1WorseV2ΔLcsharp
#76210 May 26

Convert 0.625 to a fraction in lowest terms.

V1BetterV2ΔLcsharp
#76110 May 26

What is the square root of 169?

V1WorseV2ΔLcsharp
#76010 May 26

Calculate the area of a rectangle with width 8 and length 13.

V1WorseV2ΔLcsharp
#75910 May 26

What is 144 divided by 12?

V1BetterV2ΔLcsharp
#75810 May 26

What is the sum of integers from 1 to 100?

V1WorseV2ΔLcsharp
#75710 May 26

What is 12 percent of 350?

V1WorseV2ΔLcsharp
#75610 May 26

Solve for x: 3x + 7 = 22

V1BetterV2ΔLcsharp
#75510 May 26

What is 17 times 24?

V1SameV2ΔLcsharp
#75110 May 26

Write a method that returns IEnumerable<int> using yield return for the first 10 squares.

V1SameV2ΔLcsharp
#75010 May 26

Use string.Split to break a CSV line into fields.

V1BetterV2ΔLcsharp
#74910 May 26

Read an environment variable using Environment.GetEnvironmentVariable.

V1BetterV2ΔLcsharp
#74810 May 26

Write an if/else that returns one string for even numbers and another for odd numbers.

V1BetterV2ΔLcsharp
#74710 May 26

Use async/await to read a file with File.ReadAllTextAsync.

V1BetterV2ΔLcsharp
#74610 May 26

Iterate over a Dictionary<string, int> and print each key-value pair.

V1BetterV2ΔLcsharp
#74510 May 26

Write a class with a constructor that takes one parameter and assigns it to a readonly field.

V1SameV2ΔLcsharp
#74410 May 26

Use a switch expression to map an enum value to a string.

V1BetterV2ΔLcsharp
#74310 May 26

Throw an ArgumentNullException if a parameter is null.

V1BetterV2ΔLcsharp
#74210 May 26

Write a method that returns Task<int> and uses await Task.Delay.

V1BetterV2ΔLcsharp