Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 393831d Author: Jason Altekruse <[email protected]> Date: Wed Jan 10 13:03:50 2024 -0600 Cleanup, would like to turn some of the logging changes in a separate PR commit 2c2baf1 Author: Jason Altekruse <[email protected]> Date: Wed Jan 10 11:45:30 2024 -0600 Squashed commit of the following: commit 429bd06 Author: Jason Altekruse <[email protected]> Date: Tue Jan 9 15:37:12 2024 -0600 Remove big files - being pulled in from temporary CDN during review, will decide on final location during discussion in PR review commit 30a72ed Author: Jason Altekruse <[email protected]> Date: Sun Jan 7 21:37:01 2024 -0600 point to GH pages temporarily until we get a real release of DoenetML up on NPM commit c7091d0 Author: Jason Altekruse <[email protected]> Date: Mon Dec 4 14:49:41 2023 -0600 Give a valid response if no student page state is stored yet commit d33ed6d Author: Jason Altekruse <[email protected]> Date: Mon Nov 27 23:17:30 2023 -0600 recalling state works! commit 3b35d6b Author: Jason Altekruse <[email protected]> Date: Mon Nov 27 22:19:10 2023 -0600 TODO - come back to this state and figure out why a 500 server error ends up with a useless payload of {"detail":{}} WIP - trying to get state loading from the server commit a920052 Merge: 2eabe19 7d76814 Author: Jason Altekruse <[email protected]> Date: Wed Nov 22 11:21:28 2023 -0600 Merge remote-tracking branch 'origin/main' into doenet-question-type Conflicts: bases/rsptx/web2py_server/applications/runestone/static/js/admin.js poetry.lock projects/interactives/poetry.lock projects/interactives/pyproject.toml projects/w2p_login_assign_grade/poetry.lock projects/w2p_login_assign_grade/pyproject.toml pyproject.toml commit 2eabe19 Author: Jason Altekruse <[email protected]> Date: Wed Nov 22 11:12:43 2023 -0600 Debugging inconsistent experience having grades calculated as a student - last time I tried hunting this down the dockerized version was behaving different than the dstarted version of the server commit 9ae91b1 Author: Jason Altekruse <[email protected]> Date: Wed Nov 22 11:11:54 2023 -0600 WIP - some pointers to where file uploads are currently done by students, should be able to be repurposed to allow image uploads for doenet content commit 4e159ff Author: Jason Altekruse <[email protected]> Date: Wed Nov 22 11:04:57 2023 -0600 Integrate the 2 panel doenet editor commit 3a91363 Author: Jason Altekruse <[email protected]> Date: Tue Nov 7 12:51:17 2023 -0600 Auto-grading for Doenet questions TODO - remove the copy-paste in this file Discuss possibly going as far as consolidating all of the answer tables into 1, I believe that would remove the need for several different mappings and "specialized" copy/pasted functions for each question type that I have needed to find commit c86b5bc Author: Jason Altekruse <[email protected]> Date: Mon Nov 6 08:56:09 2023 -0600 WIP - trying to get grades saving and showing up in the gradebook for doenet problems commit e4d9155 Author: Jason Altekruse <[email protected]> Date: Tue Oct 24 22:07:44 2023 -0500 add useful info to logging of errors commit ef97f0d Author: Jason Altekruse <[email protected]> Date: Tue Oct 24 22:06:57 2023 -0500 poetry locks commit 0d5771f Author: Jason Altekruse <[email protected]> Date: Tue Oct 24 22:06:25 2023 -0500 WIP - adding doenet to the dropdown, and getting it to show up in the table after being added to an assignment commit c14b3f6 Author: Jason Altekruse <[email protected]> Date: Tue Oct 24 22:04:08 2023 -0500 fixing other question types hopefully with codeChat downgrade commit f1c29dd Author: Jason Altekruse <[email protected]> Date: Tue Oct 24 18:01:04 2023 -0500 making a request to backend! Next I need to figure out how I get access to the minimal necessary data for the request, mostly the course name from schemas.py # Schemas # ======= class LogItemIncoming(BaseModelNone): """ This class defines the schema for what we can expect to get from a logging event. Because we are using pydantic type verification happens automatically, if we want to add additional constraints we can do so. """ event: str act: str div_id: str course_name: str commit ba60d59 Author: Jason Altekruse <[email protected]> Date: Tue Oct 24 16:37:24 2023 -0500 I think this is the minimal set of changes to get Doenet rendering - making one change over in DoenetML right now to allow passing more config options (redoing change from before I started from the tip of DoenetML recently) commit 0c76290 Author: Jason Altekruse <[email protected]> Date: Thu Oct 19 18:43:07 2023 -0500 I am confused, but now it lets me update the JS with just building the NPM project and re-building the book? commit 789824a Author: Jason Altekruse <[email protected]> Date: Thu Oct 19 18:42:36 2023 -0500 Getting doenet into the standard initialization path for runestone components - TODO - refactor doenet-embed to produce an artifact that is importable here, may have a good format with a module and instead need to update the config on this side, this was the error I got // TODO fix this, in the meantime including from sphinx_static_files.html // ERROR in ./runestone/doenet/js/doenet-standalone.js 240673:19 //Module parse failed: Unterminated template (240673:19) //You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders commit 142aaf1 Author: Jason Altekruse <[email protected]> Date: Mon Oct 16 17:15:24 2023 -0500 lock files, I still can't get it pulling in the old version of codeChat commit d91f084 Author: Jason Altekruse <[email protected]> Date: Mon Oct 16 17:14:59 2023 -0500 WIP - got doenet showing in the assignment editor
- Loading branch information