swcarpentry / assessment

Assessment materials for Software Carpentry
0 stars 0 forks source link

Content: skills #4

Open chendaniely opened 9 years ago

chendaniely commented 9 years ago

Technical skill. For example, can the learner write a for loop?

uiuc-cse commented 9 years ago

Problem-solving ability: don't tie to a concrete implementation (like a for loop), but tie to a deliverable outcome.

xuf12 commented 9 years ago

@chendaniely something like this? I have 40 files with names like: 001data.txt 002data.txt...040data.txt Let's say a software only takes files with names such as xxx-data.txt instead of xxxdata.txt How do I make a copy of each file and rename them into xxx-data.txt so that I can use the software to analyze the data?