Property Value
Descriptionhtml markup shown to student
Epiloguehtml markup shown when solved
remove Public permissions open: anyone can solve, see in listings, see source open: open, but when viewing source, redact solution (default) closed-source, but list publicly and anyone can attempt it closed-source, and hide from listings (need direct URL to attempt) draft: don't let anyone other than me see this at all remove Engine Select one... (default) Java C++ (call main with stdin and args) C++ (call functions directly) Multiple true/false Short answer Choicesjson list of string, bool pairs e.g. [["good", true], ["bad", false]]
Correct answer Template / Reference solution Template / Reference solution Java test suite C++ test suitejson list of stdin/args tests e.g. [{"stdin":"hi", "args":["4", "5"]}, {"stdin":"noargs"}] to just run once with no input use [{}]
C++ test suite Forbidden substringsjson list of strings e.g. ["for","while"]
remove Solution visibility Always After 1 attempt After solving or 2 attempts After solving or 3 attempts After solving or 4 attempts After solving or 5 attempts After solving (default) Never remove Java importsjson list of importables e.g. ["java.util.*"]
remove Override Java classnameelse defaults to websheet name
remove Dependent on other websheets?json list of websheet names in this folder e.g. ["DataStructure"]
remove Is example?i.e., just a demo
False (default) True remove Add compiler flag(s)json list of flags e.g. ["-Wno-unused-variable"]
remove Remove default compiler flag(s) remove