diff --git a/R/lesson_to_html.R b/R/lesson_to_html.R
index 1c02a0c..0ffbccc 100644
--- a/R/lesson_to_html.R
+++ b/R/lesson_to_html.R
@@ -19,7 +19,7 @@ makemult <- function(item) {
makemd <- function(unit) UseMethod("makemd")
makemd.default <- function(unit) {
- stop("No unit class specified!", unit)
+ paste0("This type of question cannot currently be converted to html: ", unit)
}
makemd.text <- function(unit) {