From 2d25bd062f599b1537551630a6b5def44156f3e0 Mon Sep 17 00:00:00 2001 From: Nisita-M <131473392+Nisita-M@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:32:59 +0530 Subject: [PATCH] Create question.ejs --- template/question.ejs | 222 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 template/question.ejs diff --git a/template/question.ejs b/template/question.ejs new file mode 100644 index 0000000..f3972be --- /dev/null +++ b/template/question.ejs @@ -0,0 +1,222 @@ + + + + + + Document + + + + + +
+
+

Study-Helper Result

+
+
+
+

Summary

+ {% if summary %} +
{{ summary }}
+ {% endif %} +
+ +
+ +

Ask Your Questions Here

+
+ {% if(len) %} + {% for i in range(len):%} +
Question: {{question[i] }}
+
Answer: {{ answer[i] }}
+
+ {% endfor %} + {% endif %} +
+
+ + + +
+
+
+
+ +
+
+ + +
+
+ +
+
+

Made with 💖 by DataByte

+ + +