Looking for help!
NAME
SemanticWeb::Schema::Question - A specific question - e
VERSION
version v23.0.0
DESCRIPTION
A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.
ATTRIBUTES
accepted_answer
acceptedAnswer
The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.
A accepted_answer should be one of the following types:
_has_accepted_answer
A predicate for the "accepted_answer" attribute.
answer_count
answerCount
The number of answers this question has received.
A answer_count should be one of the following types:
_has_answer_count
A predicate for the "answer_count" attribute.
edu_question_type
eduQuestionType
For questions that are part of learning resources (e.g. Quiz), eduQuestionType indicates the format of question being given. Example: "Multiple choice", "Open ended", "Flashcard".
A edu_question_type should be one of the following types:
Str
_has_edu_question_type
A predicate for the "edu_question_type" attribute.
parent_item
parentItem
The parent of a question, answer or item in general. Typically used for Q/A discussion threads e.g. a chain of comments with the first comment being an SemanticWeb::Schema::Article or other SemanticWeb::Schema::CreativeWork. See also [[comment]] which points from something to a comment about it.
A parent_item should be one of the following types:
_has_parent_item
A predicate for the "parent_item" attribute.
suggested_answer
suggestedAnswer
An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.
A suggested_answer should be one of the following types:
_has_suggested_answer
A predicate for the "suggested_answer" attribute.
SEE ALSO
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)