Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no makemd implementation for exact question #39

Closed
skeydan opened this issue Apr 13, 2017 · 2 comments
Closed

no makemd implementation for exact question #39

skeydan opened this issue Apr 13, 2017 · 2 comments

Comments

@skeydan
Copy link

skeydan commented Apr 13, 2017

Hi,

I have lesson_to_html erroring out at an exact_question because there's no implementation for makemd:

(I get the error from makemd.default <- function(unit) {
stop("No unit class specified!", unit)
}
)
Would it be possible to add an implementation for exact_question, please?

thx!

@elinw
Copy link

elinw commented May 8, 2017

I have a PR #24 that handles any questions types that don't exist with a simple message. There is also a PR I did specifically for images and videos. What I do is just maintain a forked version of Swirlify that I use with the fixes from the various PRs (otherwise it's not a usable package for me since I hit those problems), pending anything getting merged in the future. You can just install from github from your own repository.

@skeydan
Copy link
Author

skeydan commented May 8, 2017

Thx for the information!

@skeydan skeydan closed this as completed May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants