Soru
Tür adı: Soru
CreativeWork'ü genişletir
Ad |
Tür |
Açıklama |
Kabul edilenYanıt |
Yanıt |
Genellikle en iyi olarak kabul edilen yanıt, genellikle Soru-Cevap sitesindedir. Siteler, seçim mekanizmalarında değişiklik gösterir. Örneğin, topluluğun fikrini ve/veya Soru yazarının görünümünü kullanabilirler. |
answerCount |
Integer |
Bu sorunun aldığı yanıt sayısı. |
aşağı oy |
Integer |
Bu sorunun topluluktan aldığı olumsuz oy sayısı. |
Önerilen Yanıt |
Yanıt |
Bir soruya verilen bir yanıt (muhtemelen yanlıştır) (ör. Soru/Yanıt sitesinde). |
olumlu oy sayısı |
Integer |
Bu sorunun topluluktan aldığı olumlu oy sayısı. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-03 UTC.
[null,null,["Son güncelleme tarihi: 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"]]