You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
360 B

6 months ago
MERGE (q:Question {id: "cccea161"})
SET q.content = "一个长方体的长是8厘米宽是5厘米高是3厘米求它的表面积是多少平方厘米"
WITH q
MATCH (kp:KnowledgePoint {id: "KP_7i8j9k"})
MERGE (q)-[:TESTS_KNOWLEDGE {weight: 0.8}]->(kp)
MATCH (ab:AbilityPoint {id: "AB_j1k2l3"})
MERGE (q)-[:REQUIRES_ABILITY {weight: 0.7}]->(ab)