This repository was archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Support for using more fields of Material? #2
Copy link
Copy link
Open
Description
I'm looking at https://github.com/ElixirTeSS/tess-bioschemas-scraper/blob/master/src/TessApi/Material.ts#L29-L36 and noticing that we use a lot of extra fields. I'm wondering if any of these are in-scope for scraping and pushing to TeSS?
- inLanguage - probably clear from the title but I think users might want to query on materials in language(s) they understand.
- accessModeSufficient/accessibilityControl/accessibilityFeature/accessibilitySummary - useful for disabled participants to know if a course is going to be available to them
- isAccessibleForFree - probably nice, too, right?
- timeRequired - I think many materials will advertise this, how long the learner should plan to follow a material.
- competencyRequired - we're using this to list a lot of pre-requisites that students should know before they start a learning material
We write pretty extensive json-ld and we've been really curious to follow the scraper progress just to make sure we are compliant, but it looks like currently the scraper only extracts a limited vocabulary so maybe we've gone overboard? :) Example of our markup is available in: https://training.galaxyproject.org/training-material/topics/assembly/tutorials/debruijn-graph-assembly/tutorial.html
Metadata
Metadata
Assignees
Labels
No labels