List of all available Websheets
Viewing cpp/cs103/lab1/copyup by redekopp@usc.edu. You have unsaved changes. Log in above to create, edit, preview and publish Websheets.
Property | Value |
---|---|
Description html markup shown to student | How would you copy all files in the current directory to its parent directory? <i>Select one answer.</i> |
Engine | |
Choices json list of string, bool pairs e.g. [["good", true], ["bad", false]] | [["<tt>mv .. *</tt>", null], ["<tt>cp / ~</tt>", null], ["<tt>mv ~ /</tt>", null], ["<tt>cp * ..</tt>", null], ["<tt>mv .. ~</tt>", null], ["<tt>cp / *</tt>", null]] |
Note: problems are open-source by default (see 'Public permissions'). Assumed license for open problems is Creative Commons 4.0 Attribution-ShareAlike unless specified in 'Remarks'.