COM1000 icon indicating copy to clipboard operation
COM1000 copied to clipboard

Support "Step Challenge" challenge type

Open SaintPeter opened this issue 9 years ago • 0 comments

Challenge type 7.

These have a unique structure:

description: [
  [
   "Image URL (Required)",
   "Image Description (Required)",
   "Text (Required), One line broken by <br />",
   "Click To Open URL (Optional)"
  ], 
  /* Additional Steps */
]

It seems like a nice interface would have single line for most of these, maybe a multi-line editor for the "text" item (description[2]) that would automatically create <br /> entries.

There would be an "Add New Step" button as well.

SaintPeter avatar Dec 03 '15 23:12 SaintPeter