saasbook / ruql

Ruby DSL based quiz maker (RUby Question Language)
Other
61 stars 31 forks source link

Ability to use images in questions (or answers) #11

Open cycomachead opened 9 years ago

cycomachead commented 9 years ago

How likely is it that support for raw HTML will be disappearing? (I guess I can always use a fork..) I'm looking to use ruql to build a bunch of courses, but we need to be able to have images in our question bodies.

Images as answers would also be useful, and I don't think there is currently a way to do that natively?

armandofox commented 9 years ago

i don't plan to ditch raw html anytime soon... regarding images, want to propose a way to do it, submit a PR that really is more to start design discussion, then another PR later with the code? i would find images useful too, both as solution and in question.

Armando Fox Professor, Computer Science Division Faculty Advisor, UC Berkeley MOOCLab fox .at. cs .dot. berkeley .dot. edu 581 Soda Hall MC#1776, Berkeley, CA 94720-1776 +1.510.642.6820 / http://www.cs.berkeley.edu/~fox

TAKE MY CLASS FOR FREE VIA edX: http://saas-class.org
LIKE IT ON FACEBOOK: http://facebook.com/saas-class TRY MY BOOK (NOT FREE): http://beta.saasbook.info (goes with the course)

On Jul 2, 2015, at 2:46 AM, Michael Ball notifications@github.com wrote:

How likely is it that support for raw HTML will be disappearing? (I guess I can always use a fork..) I'm looking to use ruql to build a bunch of courses, but we need to be able to have images in our question bodies.

Images as answers would also be useful, and I don't think there is currently a way to do that natively?

— Reply to this email directly or view it on GitHub.

cycomachead commented 9 years ago

Great, I'll do something thinking in the next day or so and write something up.

Since my primary use is edX, I'll have to take a look at how to best handle files and differing paths.