netcreateorg / netcreate-itest

Developing the 2.0 version of NetCreate
https://github.com/netcreateorg/netcreate-2018
Other
0 stars 0 forks source link

Add comment checkbox fields #144

Closed jdanish closed 1 month ago

jdanish commented 3 months ago

Joshua writes: Thinking about how to get kids to provide more info in the comments - would it be hard to modify the template based system that you are setting up in net.create to also allow for check-box fields, and drop-down multiple choice fields as part of what goes in a comment? Like a student could pick "Evidence" then check "is missing" or "is incorrect" and then explain in a text box?

https://inquirium.slack.com/archives/C04DTUVARMM/p1709747825843339

jdanish commented 3 months ago

@benloh Note: for the new comment types (check-box, star, drop-down) it'd be awesome if they can eventually also be field types for the actual node properties. I figured I'd mention it in case it is easier to do some of the code only once.

benloh commented 2 months ago

Note: for the new comment types (check-box, star, drop-down) it'd be awesome if they can eventually also be field types for the actual node properties. I figured I'd mention it in case it is easier to do some of the code only once.

We're not quite at the point of having a generic component that can handle this. But perhaps with one or two levels of refactoring we can probably get there. Partly it depends on how integrated it'll need to be to the rest of the app.

benloh commented 2 months ago

Implemented with #201