RunestoneInteractive / RunestoneInteractive/rs
Assignment builder: add support for file attachments
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 117
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 24
Description
The new assignment builder allows one to create new problems, written in HTML.
We can include images using the usual <img> tag, but only if the file for that image is hosted elsewhere on the web.
It would be useful for authors trying to quickly write new questions if we could upload an image file in the assignment builder interface, and include it in the question.
Possibly there is a use case for other file types, but images is the primary use case I have in mind.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation files or tests are named in the issue. Start by locating the assignment builder interface and its current handling of HTML images, then determine how uploaded images should be stored and referenced; done means an author can upload an image and include it in a question.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100