שאלה
סוג שם: שאלה
מרחיב את CreativeWork
שם |
סוג |
תיאור |
acceptedAnswer |
תשובה |
התשובה שהתקבלה באופן הטוב ביותר, בדרך כלל באתר שאלה/תשובה. יש מגוון של מנגנונים לבחירת אתרים. למשל, ציור של הדעות של הקהילה ו/או התצוגה של מחבר השאלה. |
מספר תשובות |
Integer |
מספר התשובות ששאלה זו קיבלה. |
מספר הצבעות נגד |
Integer |
מספר הלייקים שהשאלה קיבלה מהקהילה. |
suggestedAnswer |
תשובה |
תשובה לשאלה (שעשויה להיות שגויה), גם לא נכונה (למשל, באתר של שאלה/תשובה). |
UpvoteCount |
Integer |
מספר הלייקים שהשאלה קיבלה מהקהילה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-03 (שעון UTC)."],[[["The `Question` type, which extends `CreativeWork`, is used to represent a question within a system."],["It includes properties like `acceptedAnswer`, `answerCount`, `downvoteCount`, `suggestedAnswer`, and `upvoteCount` to capture various aspects of a question and its answers."],["These properties store information like the accepted answer, total answers, downvotes, suggested answers, and upvotes associated with the question."]]],["The \"Question\" type, extending \"CreativeWork,\" includes properties for managing question-and-answer interactions. Key data points are: `acceptedAnswer` (the best answer), `answerCount` (total answers), `suggestedAnswer` (possible answers), `downvoteCount` (negative votes), and `upvoteCount` (positive votes). These attributes track community feedback and solution acceptance, relevant to Question/Answer sites. The content also defines data types of the aforementioned attributes, such as `Integer` and `Answer`.\n"]]