RunestoneServer icon indicating copy to clipboard operation
RunestoneServer copied to clipboard

cannot create assignment, no problems in pretext jjj custom course

Open bhoffman0 opened this issue 3 years ago • 3 comments

I created a javajavajava custom course, but in the instructor's page/assignment tab, I do not see the problems in the book and when I click on Add Assignment, there is a popup for a second that disappears without creating a new assignment. The console shows many 404 errors: image

bhoffman0 avatar Aug 20 '22 18:08 bhoffman0

Thanks Beryl.

There is a group of files that the book does not need but that the instructor interface has always gotten from the book's _static folder.

I need to update the server to get them from its own static foldler. But in the meantime I've copied them into the javajavajava book, and I can see questions to make an assignment.

I knew this was a lurking problem but had forgotten about it. Lets keep this open until I update the server properly.

bnmnetp avatar Aug 20 '22 18:08 bnmnetp

Thanks! I noticed a few things that I could fix. Looks like headings with pretext c tags in them don't show up in the list on runestone. That second one was Using <c>Strings</c>. image Tags also seem to cause problems in answers on the assignments page, but it's fine in the e-book page in context: image

bhoffman0 avatar Aug 20 '22 18:08 bhoffman0

OK, I'll have to look into whats going on with the tags on the assignment page. It looks like the render function used by the admin interface is escaping them somehow.

Lots of things that we assumed to be text only in RST are now html in PreTeXt . We can make things look a lot better but there are going to be places like this where we have to undo that assumption.

bnmnetp avatar Aug 20 '22 20:08 bnmnetp

Stale issue message

github-actions[bot] avatar Nov 19 '22 02:11 github-actions[bot]