Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concepts for exercises #2

Closed
brollb opened this issue May 24, 2021 · 2 comments
Closed

Add concepts for exercises #2

brollb opened this issue May 24, 2021 · 2 comments

Comments

@brollb
Copy link
Contributor

brollb commented May 24, 2021

It would be nice to include concepts for exercises like HoFs, iteration, variables, etc.

What would be the best ontology for this? We could use something based off of AP CSP perhaps...

@brollb
Copy link
Contributor Author

brollb commented May 18, 2022

One easy way to do it would be to define concepts based on the blocks in the parsons problem. This would allow them to be added automatically from the parsons.xml file. Concepts could be defined like this:

  • Iteration/Loops: loop blocks
  • Lists: reportNewList (or any other list block)
  • Conditionals: if, ifElse
  • Networking: callRPC, message passing blocks
  • Recursion: (special case)
  • Higher Order Functions: ring blocks, map, combine, etc

@brollb
Copy link
Contributor Author

brollb commented Nov 8, 2022

Basic concepts can be provided to the metadata.toml file so I am closing this and making a new issue for determining this automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant