File size: 7,904 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | {
"absolute_id": 372,
"persona": "Logistics Manager",
"task": "Organize the 'temp_document_*.txt' files in the /Desktop/Logistics Management/Temporary Files/Pending/ directory. Read the 'status' and 'number' in the contents of each file, rename the files to the format '[status]_[number].txt' and move them to the newly created 'temp_pending' folder. Finally, a 'Renaming_Log.txt' is generated to record the operation results.",
"task_diff": "easy",
"output_files": [
"Renaming_Log.txt"
],
"rubrics": [
"Were the 25 renamed document files created successfully in the temp_pending folder?",
"Is it recorded in the Renaming_Log.txt file that a total of 25 files were processed, with 25 successfully processed and 0 failed?",
"Do all renamed files strictly follow the format of '[status]_[number].txt'?",
"Does Renaming_Log.txt contain statistical information about operation start time, total number of processes, number of successes, and number of failures?",
"Does the 'awaiting_approval_TEMP-202602-01.txt' file exist in the temp_pending directory?",
"Does the 'pending_TEMP-202602-02.txt' file exist in the temp_pending directory?",
"Is the status in the awaiting_approval_TEMP-202602-01.txt file content 'awaiting approval' and the number 'TEMP-202602-01'?",
"Is the status in the pending_TEMP-202602-02.txt file content 'pending' and the number 'TEMP-202602-02'?",
"How many files are there in the temp_pending directory? Is it exactly equal to 25?",
"Are the processing results recorded in Renaming_Log.txt for each file, including the complete mapping of the original file name to the new file name?",
"Are files with 'Processing' status included, and are there exactly 6 in number?",
"Are there files with 'pending' status included, and are there exactly 9 files?",
"Are files with 'Pending Approval' status included, and are the number exactly 10?",
"Does the end of the Renaming_Log.txt clearly show a statistical summary of the completion of processing?",
"Do the numbered portions in all renamed files retain their original TEMP-202602-XX format?",
"Does 'in_progress_TEMP-202602-24.txt' file exist in temp_pending?",
"Does 'awaiting_approval_TEMP-202602-22.txt' file exist in temp_pending?",
"Do all new file names not contain the original hash prefix (such as 82b065e0f556ea31_)?",
"Do all new file names not contain the words 'temporary document'?",
"Can the Renaming_Log.txt file be read normally and is it encoded in UTF-8 format?"
],
"rubric_types": [
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Process Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Basic Evaluation",
"Outcome Evaluation",
"Basic Evaluation",
"Basic Evaluation",
"Outcome Evaluation",
"Outcome Evaluation",
"Basic Evaluation"
],
"file_dep_graph": [
{
"from": "temp_document_8.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_9.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_10.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_11.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_12.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_13.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_14.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_15.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_16.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_17.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_18.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_19.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_20.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_21.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_22.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_23.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_24.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_25.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_1.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_2.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_3.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_4.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_5.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_6.txt",
"to": "Renaming_Log.txt"
},
{
"from": "temp_document_7.txt",
"to": "Renaming_Log.txt"
}
],
"data_manifest": [
{
"filename": "temp_document_8.txt",
"stored_relpath": "data/temp_document_8.txt"
},
{
"filename": "temp_document_9.txt",
"stored_relpath": "data/temp_document_9.txt"
},
{
"filename": "temp_document_10.txt",
"stored_relpath": "data/temp_document_10.txt"
},
{
"filename": "temp_document_11.txt",
"stored_relpath": "data/temp_document_11.txt"
},
{
"filename": "temp_document_12.txt",
"stored_relpath": "data/temp_document_12.txt"
},
{
"filename": "temp_document_13.txt",
"stored_relpath": "data/temp_document_13.txt"
},
{
"filename": "temp_document_14.txt",
"stored_relpath": "data/temp_document_14.txt"
},
{
"filename": "temp_document_15.txt",
"stored_relpath": "data/temp_document_15.txt"
},
{
"filename": "temp_document_16.txt",
"stored_relpath": "data/temp_document_16.txt"
},
{
"filename": "temp_document_17.txt",
"stored_relpath": "data/temp_document_17.txt"
},
{
"filename": "temp_document_18.txt",
"stored_relpath": "data/temp_document_18.txt"
},
{
"filename": "temp_document_19.txt",
"stored_relpath": "data/temp_document_19.txt"
},
{
"filename": "temp_document_20.txt",
"stored_relpath": "data/temp_document_20.txt"
},
{
"filename": "temp_document_21.txt",
"stored_relpath": "data/temp_document_21.txt"
},
{
"filename": "temp_document_22.txt",
"stored_relpath": "data/temp_document_22.txt"
},
{
"filename": "temp_document_23.txt",
"stored_relpath": "data/temp_document_23.txt"
},
{
"filename": "temp_document_24.txt",
"stored_relpath": "data/temp_document_24.txt"
},
{
"filename": "temp_document_25.txt",
"stored_relpath": "data/temp_document_25.txt"
},
{
"filename": "temp_document_1.txt",
"stored_relpath": "data/temp_document_1.txt"
},
{
"filename": "temp_document_2.txt",
"stored_relpath": "data/temp_document_2.txt"
},
{
"filename": "temp_document_3.txt",
"stored_relpath": "data/temp_document_3.txt"
},
{
"filename": "temp_document_4.txt",
"stored_relpath": "data/temp_document_4.txt"
},
{
"filename": "temp_document_5.txt",
"stored_relpath": "data/temp_document_5.txt"
},
{
"filename": "temp_document_6.txt",
"stored_relpath": "data/temp_document_6.txt"
},
{
"filename": "temp_document_7.txt",
"stored_relpath": "data/temp_document_7.txt"
}
],
"tested_capabilities": [
"Result-Providing Files Utilization"
]
}
|