-
Notifications
You must be signed in to change notification settings - Fork 834
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 schema for online math solver feature coverage #2740
Comments
Lucy,
This seems like an educaitonalAlignment to me, with potentially a new
alignmentment type. MathSolver is a type of simulation, tool or even
manipulative. What it slaves is an alignment to a competency/skill
framework. IMHO.
…On Thu, Oct 15, 2020 at 9:44 AM lucy-kind ***@***.***> wrote:
Add types and properties to support the feature of math solvers on the
web, which are dynamically generated pages based on user input.
SolveMathAction (parent type: Action): The action that takes in a math
expression and directs users to a page potentially capable of
solving/simplifying that expression.
MathSolver (parent type: LearningResource): A math solver which is capable
of solving a subset of mathematical problems.
mathExpression (expected type: Text): The query string that can be
injected into the target property of the SolveMathAction.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2740>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKCD5OBC2JLHJEC2TF5FVDSK4RFXANCNFSM4SSHPTAA>
.
|
@lucy-kind Not all Math Solvers "have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes", many are just useful tools for people who are doing maths as part of their everyday work. So I would not make MathSolver a subclass of LearningResource, though I would expect there to be webpages that were both a LearningResource and a MathSolver. |
Thanks for the feedback! If not under LearningResource, where should it live? Directly under CreativeWork? |
Directly under Creative would be fine. You describe them as "on the web", so WebSite should work; however, many exist as apps (examples) and conventional software, so SoftwareApplication should also be a good fit. |
add eduQuestionType as property of SolveMathAction schemaorg#2740
This issue is being tagged as Stale due to inactivity. |
Why not just call this SolveAction? Don't understand the need to make it narrowly useful, when SolveAction could be used in broader context. |
This issue is being nudged due to inactivity. |
Add types and properties to support the feature of math solvers on the web, which are dynamically generated pages based on user input.
SolveMathAction (parent type: Action): The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression.
MathSolver (parent type: LearningResource): A math solver which is capable of solving a subset of mathematical problems.
mathExpression (expected type: Text): The query string that can be injected into the target property of the SolveMathAction.
The text was updated successfully, but these errors were encountered: