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.

#60609 May 26

The seller claims their 30-day return policy is firm. Does that override my legal rights?

V1BetterV2ΔLhr-law
#60509 May 26

I changed my mind about an online purchase. How long do I have to return it?

V1BetterV2ΔLhr-law
#60409 May 26

The product description said waterproof but the item leaks. What can I do?

V1BetterV2ΔLhr-law
#60309 May 26

I bought something on sale. Do I still have the same rights as full-price goods?

V1BetterV2ΔLhr-law
#60209 May 26

A second-hand car broke down 2 weeks after I bought it from a dealer. What are my rights?

V1BetterV2ΔLhr-law
#60109 May 26

The retailer is charging me a restocking fee for a return. Is that allowed?

V1BetterV2ΔLhr-law
#60009 May 26

I paid for a service that wasn't completed. Am I entitled to my money back?

V1BetterV2ΔLhr-law
#59909 May 26

The seller says the warranty only covers manufacturing defects. Does that limit my statutory rights?

V1BetterV2ΔLhr-law
#59809 May 26

Goods arrived damaged. Who is responsible — me, the courier, or the seller?

V1BetterV2ΔLhr-law
#59709 May 26

I bought a phone 6 months ago and it's developed a fault. Can I get a repair?

V1BetterV2ΔLhr-law
#59609 May 26

The shop says I cannot return because I lost the receipt. Is that legal?

V1BetterV2ΔLhr-law
#59509 May 26

I bought a sofa that's a different colour than what I saw on the website. What are my rights?

V1BetterV2ΔLhr-law
#59409 May 26

I bought online but didn't open the box for 30 days. Can I still return it?

V1BetterV2ΔLhr-law
#59309 May 26

The retailer is offering a credit note instead of a refund. Can I insist on cash?

V1BetterV2ΔLhr-law
#59209 May 26

I bought a kettle that broke after 3 weeks. Am I entitled to a refund under UK consumer law?

V1BetterV2ΔLhr-law
#59109 May 26

Find the date with the highest number of new signups in a users table.

V1BetterV2ΔLcsharp
#59009 May 26

Use HAVING to filter aggregate results: orders with more than 5 line items.

V1BetterV2ΔLcsharp
#58909 May 26

Write a SQL query joining 4 tables (customers, orders, line_items, products) to produce a customer-order-product report.

V1BetterV2ΔLcsharp
#58809 May 26

Find products in the top 10 percent by revenue using NTILE.

V1BetterV2ΔLcsharp
#58709 May 26

Calculate the gap in days between consecutive logins per user using LAG.

V1BetterV2ΔLcsharp
#58609 May 26

Use EXISTS to find customers with at least one cancelled order.

V1BetterV2ΔLcsharp
#58509 May 26

Find the median salary in each department using window functions.

V1BetterV2ΔLcsharp
#58409 May 26

Write a recursive CTE to walk an employee-manager hierarchy from any starting employee.

V1BetterV2ΔLcsharp
#58309 May 26

Use UNION to combine current_employees and former_employees, marking source.

V1BetterV2ΔLcsharp