relate
relate copied to clipboard
New type of question: JupyterNotebookQuestion
Or JupyterNotebookUploadQuestion?
I think it's quite easy to achieve that by subclassing UploadQuestion. Features:
- Allow only uploading file with extension ".ipynb"
- Check validaty of the file
- Enable preview in upload ui and grading ui
- ~~Prevent dangerous (JavaScript) code in preview~~
Any suggestions?
That sounds like a useful feature.