File size: 4,287 Bytes
b22d1ad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | {
"absolute_id": 15,
"persona": "Product Manager",
"task": "Based on the financial report dashboard, the income and expense visualization charts, and the profit statement, identify the top 5 expense items by amount from each file and compile them into a \"Top 5 Expense Items Comparison Table.\" Then add one bar chart to clearly show the differences among the high-expense items. Finally, combine the table and chart into a new Excel file named `financial-table-key-expense-analysis-concise-version.xlsx`.",
"task_diff": "hard",
"output_files": [
"financial-table-key-expense-analysis-concise-version.xlsx"
],
"rubrics": [
"Are the three source files `4-financial-table-income-expense-dashboard.xlsx`, `5-financial-table-income-expense-profit-statement_visual-charts_.xlsx`, and `6-financial-table-income-and-expense-data-visual-charts.xlsx` successfully located and accessible?",
"Was a new Excel file named `financial-table-key-expense-analysis-concise-version.xlsx` generated?",
"Does the new Excel file contain a worksheet named `Top5 Expense Item Comparison Table`?",
"Does the comparison table header correctly contain the four columns \"File name\", \"Expense item rank\", \"Expense item name\", and \"Expense amount\"?",
"Does the comparison table contain 15 complete rows of data, excluding the header?",
"In 4-financial-table-income-expense-dashboard.xlsx, is the Top 1 expense amount 534?",
"In 4-financial-table-income-expense-dashboard.xlsx, is the Top 2 expense amount 476?",
"In 4-financial-table-income-expense-dashboard.xlsx, are the Top 5 expense amounts 534, 576, 436, 424, and 291 respectively?",
"In 6-financial-table-income-and-expense-data-visual-charts.xlsx, is the Top 1 expense amount 3200?",
"In 6-financial-table-income-and-expense-data-visual-charts.xlsx, are the Top 4 expense amounts 3200, 2800, 2500, and 1900 respectively?",
"In 5-financial-table-income-expense-profit-statement.xlsx, is the Top 1 expense item Item 2 with amount 3000?",
"In 5-financial-table-income-expense-profit-statement.xlsx, is the Top 2 expense item Item 3 with amount 1700?",
"Is the bar chart created from all data in the comparison table, and is there at least one chart object in the worksheet?",
"Is the chart title \"Comparison of Top 5 Spending Item Amounts for Each File\", and does it clearly show the amount differences among items?",
"Is the chart a horizontal bar chart, with categories on the Y axis and values on the X axis, making item-by-item comparison easier?",
"Are the table and bar chart arranged reasonably within the same worksheet, with the table above and the chart below, and with a neat layout?"
],
"rubric_types": [
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Process Evaluation",
"Process Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation"
],
"file_dep_graph": [
{
"from": "4-financial-table-income-expense-dashboard.xlsx",
"to": "5-financial-table-income-expense-profit-statement_visual-charts_.xlsx"
},
{
"from": "4-financial-table-income-expense-dashboard.xlsx",
"to": "6-financial-table-income-and-expense-data-visual-charts.xlsx"
}
],
"data_manifest": [
{
"filename": "4-financial-table-income-expense-dashboard.xlsx",
"stored_relpath": "data/128959b3107368fe_4-financial-table-income-expense-dashboard.xlsx"
},
{
"filename": "6-financial-table-income-and-expense-data-visual-charts.xlsx",
"stored_relpath": "data/2c506146cfdfc1f1_6-financial-table-income-and-expense-data-visual-charts.xlsx"
},
{
"filename": "5-financial-table-income-expense-profit-statement_visual-charts_.xlsx",
"stored_relpath": "data/31efdb682e39f64b_5-financial-table-income-expense-profit-statement_visual-charts_.xlsx"
}
],
"tested_capabilities": [
"Workspace Exploration",
"Task-Providing File Utilization",
"Result-Providing Files Utilization",
"Lineage Tracing"
]
}
|