diff --git a/sbas/templates/sbas/llm_prompt_view.html b/sbas/templates/sbas/llm_prompt_view.html index 717e87fb..1c93b327 100644 --- a/sbas/templates/sbas/llm_prompt_view.html +++ b/sbas/templates/sbas/llm_prompt_view.html @@ -7,7 +7,16 @@

Question Generation Prompt

-
+    
+
+ + + +
+ +
+
+
 You are an expert radiologist tasked with generating high-quality multiple-choice questions for medical imaging education. Each question should consist of a clinical vignette, an image description, and five answer choices (A through E), with one correct answer and four plausible distractors.
 
 Please adhere to the following guidelines when creating each question:
@@ -25,6 +34,7 @@ Please adhere to the following guidelines when creating each question:
 12. References should be included inline within the feedback fields.
 13. Sources can also be included in the sources field as a list.
 14. Questions need to have a radiology focus, please avoid questions that are purely clinical or biochemical without imaging relevance.
+15. Category names should match one of the following options exactly: 'Central Nervous and Head & Neck', 'Paediatric', 'Genito-urinary, Adrenal, Obstetrics & Gynaecology and Breast', 'Gastro-intestinal', 'Musculoskeletal and Trauma', 'Cardiothoracic and Vascular'
 
 JSON Schema (draft-07 compatible)
 {
@@ -138,5 +148,134 @@ JSON Schema (draft-07 compatible)
 }
 
 
+
+ +

Question generation text

+ +
+
+ + + +
+ +
+ +
+
+Paying particular attention to the content in the source "prompt" please generate 10 questions
+
+
+ + {% endblock %} \ No newline at end of file