-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Assessment name
Chess Position Check
Image to use
Prompt
Analyse the chessboard image.
-
How many pieces are on the board? Provide only the number. Then, list the count of each piece type on the board by colour (W for White, B for Black) and importance (points worth: K for King, Q for Queen, R for Rook, B for Bishop, N for Knight, P for Pawn). Use the format WQ: 0 (meaning no White Queen), with one piece type per line. Separate the number of pieces and the piece list with a blank line.
-
Are any pieces in positions that violate standard chess rules? If so, list ONLY their positions in the format where column 'a' is the leftmost, 'h' is the rightmost, row 1 is the bottom row, and row 8 is the top row (e.g., b7,h1,h2, with multiple positions separated by a comma without spaces). If no pieces are in illegal positions, write "None."
Please write the question number before giving an answer for each of the questions.
Correct answer
- 12
WK: 1
WQ: 1
WR: 1
WB: 1
WN: 1
WP: 1
BK: 1
BQ: 1
BR: 1
BB: 1
BN: 1
BP: 1 - e3,e4