-
-
Notifications
You must be signed in to change notification settings - Fork 503
Some Problems are not available for selection in Assignments dialogue #1192
Comments
No idea, but some debug thoughts. Browse to the assignments page you provided an image of then look at the value of |
thanks @bjones1 - I think I am looking at the right thing. It has sections but no children per section: How to debug python side? |
ok, I guess it is this function _get_toc_and_questions within admin. Will try to debug at "run time"! ;) |
but actually it feels that it might be deeper -- where DB is populated...
and on the blanking out devel one I have
so need to look at that stage whereever it is ;) |
Chapters are populated by the Runestone build process. Perhaps your build is referencing the wrong/invalid database? See https://github.com/RunestoneInteractive/RunestoneComponents/blob/master/runestone/server/componentdb.py. |
|
Originally "reported" on slack, but could not figure it out, so decided to file for posterity.
I am running my "own" server in the docker, with recipe in #1178 (with some changes not yet in the PR) and the whole setup at https://github.com/dartmouth-pbs/psyc161-wi19-srv .
NB If no obvious ideas, I will try to reproduce it using the docker image and similar setup but without "secrets".
My problem is that when I go to
/runestone/admin/assignments
and try to addProblems
by navigating the tree -- only a few sections have problems listed under them. I know that others have them too since they did miraculously appear after starting a new instance from committed docker state (just running on a different port, related issue detected was also #1191 ).Here is an example on almost pristine fopp:
Some of those already added I "found" via Search and blindly changing their Auto-grade.
Please advise on possible workaround or where to dig to unravel the mystery. Thanks in advance for any guidance ;-)
The text was updated successfully, but these errors were encountered: