inmanjlai / codeTracker

CodeTracker is a simple online code editor, that makes use of CodeMirror's code editor and Skulpt's Python to JavaScript translator. User authentication is handled by PocketBase, using their provided JavaScript SDK.
https://inmanjlai.github.io/codeTracker/
1 stars 1 forks source link

Display specific coding problems #6

Open saquibrazak opened 1 year ago

saquibrazak commented 1 year ago

Some way to show coding problems - need to figure out how these problems are allocated to a specific student

inmanjlai commented 1 year ago

Lazy solution would be to create save files including comments that explain the coding problem, and then maybe create a collection called solutions, and associate a solution to the save file?

inmanjlai commented 1 year ago

You will need to create this collection First three fields are just text, the last two are relations to users set to 'many'

image