| wq_text {swirlify} | R Documentation | 
Template for text question
Description
Template for text question
Usage
wq_text(output = "explain the question here",
  correct_answer = "answer",
  answer_tests = "omnitest(correctVal='answer')", hint = "hint")
Arguments
| output | Text that is displayed to the user. | 
| correct_answer | The answer to the question in the form of a string. | 
| answer_tests | An internal function from  | 
| hint | A string that is printed to the console if the user answers this question incorrectly. | 
Examples
## Not run: 
# While writing a new lesson by hand just use:
wq_text()
# If converting from another format to a swirl course you may want to sue the
# API:
wq_text("Where is the Johns Hopkins Bloomberg School of Public Health located?",
 "Baltimore", "omnitest(correctVal='Baltimore')", "North of Washington, south of Philadelphia.")
## End(Not run)
[Package swirlify version 0.5.3 Index]