@genpact/genome.mfe.mgtwin-app 1.1.281-alpha → 1.1.283-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { o as e, c as r, a } from "./main-349a64c8.mjs";
1
+ import { o as e, c as r, a } from "./main-8b41ef81.mjs";
2
2
  function c(l, o) {
3
3
  return e(), r("svg", {
4
4
  xmlns: "http://www.w3.org/2000/svg",
@@ -0,0 +1,425 @@
1
+ import { _ as fe, a as ge, L as ve } from "./LoadingSimulation-c87fee38.mjs";
2
+ import { _ as xe, Q as j, a as ye } from "./Modal-bcf48188.mjs";
3
+ import { d as I, r as i, H as V, o as d, c as m, a as t, u as Q, y as D, t as T, G as we, p as z, g as H, C as O, z as Ae, h as q, F as be, e as $e, f as U, b as M, k as me, w as ke, m as qe, L as Me, q as R, s as Ie, l as Le } from "./main-8b41ef81.mjs";
4
+ import { _ as C } from "./_plugin-vue_export-helper-dad06003.mjs";
5
+ import { p as ue, g as pe } from "./api-36c7a26c.mjs";
6
+ import "./loadernew-ac153a51.mjs";
7
+ const Se = { class: "flex h-14 w-full flex-1 items-center justify-between bg-[#021c42] md:pr-6 lg:pr-6" }, Ee = ["href"], Fe = /* @__PURE__ */ t("img", {
8
+ class: "h-11 w-auto cursor-pointer",
9
+ src: fe,
10
+ alt: "Genome Logo"
11
+ }, null, -1), Re = [
12
+ Fe
13
+ ], Te = ["href"], Ce = /* @__PURE__ */ t("img", {
14
+ class: "h-9 w-28 cursor-pointer md:w-36",
15
+ src: xe,
16
+ alt: "Aiguru Logo"
17
+ }, null, -1), Ne = [
18
+ Ce
19
+ ], Qe = /* @__PURE__ */ I({
20
+ __name: "headerAMA",
21
+ setup(l) {
22
+ const s = i(""), r = i("");
23
+ return V === "prod" ? s.value = "https://genome.genpact.com" : s.value = "https://genome-dev.genpact.com", V === "prod" ? r.value = "https://genome.genpact.com/#aiguru" : r.value = "https://genome-dev.genpact.com/#aiguru", (a, u) => (d(), m("nav", Se, [
24
+ t("a", {
25
+ class: "px-2 md:px-0 lg:px-0",
26
+ href: s.value,
27
+ target: "_blank"
28
+ }, Re, 8, Ee),
29
+ t("a", {
30
+ class: "px-2 md:px-0 lg:px-0",
31
+ href: r.value,
32
+ target: "_blank"
33
+ }, Ne, 8, Te)
34
+ ]));
35
+ }
36
+ }), Be = { class: "flex items-end justify-start" }, Pe = { class: "fontFormattingAMA w-full bg-gray-100 rounded-lg" }, je = { class: "w-full rounded-md px-3 py-2 text-lg font-bold text-black text-[18px] md:text-[22px]" }, Ue = { class: "w-full px-3 py-2 text-base text-black text-[12px] md:text-[16px] font-[550]" }, Ve = /* @__PURE__ */ t("br", null, null, -1), De = /* @__PURE__ */ I({
37
+ __name: "greetingsAMA",
38
+ setup(l) {
39
+ const s = Q(), r = ` Hi ${s.learnerName || "Expert"}, and welcome!`, a = D(() => r), u = D(() => s.welcomeMessage);
40
+ return (_, c) => (d(), m("section", null, [
41
+ t("div", Be, [
42
+ t("div", Pe, [
43
+ t("div", je, T(a.value), 1),
44
+ t("div", Ue, T(u.value), 1)
45
+ ])
46
+ ]),
47
+ Ve
48
+ ]));
49
+ }
50
+ }), ze = { class: "fontFormattingAMA flex items-end justify-start py-2" }, He = { class: "line-break w-full bg-gray-100 p-3 text-sm text-black md:text-[15px] rounded-lg" }, Oe = ["innerHTML"], Ge = /* @__PURE__ */ I({
51
+ __name: "responseAMA",
52
+ props: {
53
+ answer: {
54
+ type: String,
55
+ required: !0
56
+ }
57
+ },
58
+ setup(l) {
59
+ const s = l, r = D(() => {
60
+ const a = s.answer.replace(/[*#]/g, "").replace(
61
+ /Assessment Rating & Feedback/g,
62
+ '<div style="font-size: 26px; font-weight: bold; text-decoration: underline;">Rating & Feedback</div>'
63
+ ), u = /\[([^\]]+)\]\((https?:\/\/[^\s]+)\)/g;
64
+ return a.replace(u, (_, c, o) => `<a href="${o}" target="_blank" rel="noopener noreferrer" style="color: blue; text-decoration: underline;">${c}</a>`);
65
+ });
66
+ return (a, u) => (d(), m("div", ze, [
67
+ t("div", He, [
68
+ t("span", {
69
+ class: "fontFormattingAMA",
70
+ innerHTML: r.value
71
+ }, null, 8, Oe)
72
+ ])
73
+ ]));
74
+ }
75
+ });
76
+ const Ye = /* @__PURE__ */ C(Ge, [["__scopeId", "data-v-38edcca6"]]), We = { class: "flex justify-end items-end py-3" }, Ze = { class: "max-w-[80%]" }, Ke = { class: "w-fit md:text-[15px] fontFormattingAMA text-sm text-white bg-genpact-blue-box leading-6 p-3 rounded-lg" }, Je = /* @__PURE__ */ I({
77
+ __name: "learnerAMA",
78
+ props: {
79
+ question: {
80
+ type: String,
81
+ required: !0
82
+ }
83
+ },
84
+ setup(l) {
85
+ return (s, r) => (d(), m("div", We, [
86
+ t("div", Ze, [
87
+ t("div", Ke, T(l.question), 1)
88
+ ])
89
+ ]));
90
+ }
91
+ }), Xe = (l) => (z("data-v-12a02acf"), l = l(), H(), l), et = { class: "flex w-full flex-col items-start justify-start bg-white" }, tt = { class: "bot-typing-animation gap-1" }, st = { class: "block w-full text-lg italic text-gray-800" }, at = /* @__PURE__ */ Xe(() => /* @__PURE__ */ t("span", { class: "dot-animation" }, [
92
+ /* @__PURE__ */ t("span", null, "."),
93
+ /* @__PURE__ */ t("span", null, "."),
94
+ /* @__PURE__ */ t("span", null, ".")
95
+ ], -1)), ot = /* @__PURE__ */ we('<div class="block w-full max-w-full items-stretch" data-v-12a02acf><div class="flex animate-pulse items-start justify-start space-x-4" data-v-12a02acf><div class="flex-1 space-y-6 py-1" data-v-12a02acf><div class="h-2 w-full rounded bg-gray-300" data-v-12a02acf></div><div class="space-y-3" data-v-12a02acf><div class="grid grid-cols-3 gap-4" data-v-12a02acf><div class="col-span-2 h-2 rounded bg-gray-300" data-v-12a02acf></div><div class="col-span-1 h-2 rounded bg-gray-300" data-v-12a02acf></div></div><div class="h-2 rounded bg-gray-300" data-v-12a02acf></div></div></div></div></div>', 1), nt = /* @__PURE__ */ I({
96
+ __name: "LoadingResponseAMA",
97
+ setup(l) {
98
+ const s = i("Generating response"), r = i([
99
+ "This may take a few seconds",
100
+ "Fetching the best response for you",
101
+ "Thinking... give me a moment",
102
+ "One moment while I gather the information",
103
+ "Hang in tight, we are almost there",
104
+ "Almost there... just a bit longer",
105
+ "Compiling a response for you"
106
+ ]);
107
+ return setTimeout(() => {
108
+ const a = Math.floor(Math.random() * r.value.length);
109
+ s.value = r.value[a];
110
+ }, 15e3), (a, u) => (d(), m("div", et, [
111
+ t("div", tt, [
112
+ t("div", st, T(s.value), 1),
113
+ at
114
+ ]),
115
+ ot
116
+ ]));
117
+ }
118
+ });
119
+ const rt = /* @__PURE__ */ C(nt, [["__scopeId", "data-v-12a02acf"]]), lt = { key: 0 }, ct = { key: 1 }, it = {
120
+ key: 0,
121
+ class: "flex"
122
+ }, dt = /* @__PURE__ */ I({
123
+ __name: "conversationAMA",
124
+ setup(l) {
125
+ let s = i(""), r = i("");
126
+ s.value = '<a style="color:#00AECF;"', r.value = '<ul style="list-style: disc !important; margin-left: 3.5rem !important; padding: 0;"';
127
+ const a = Q(), u = i();
128
+ return O(() => {
129
+ var o;
130
+ const _ = document.getElementsByName("askQuestion"), c = Array.from(_);
131
+ _.length && ((o = c == null ? void 0 : c.pop()) == null || o.scrollIntoView({ behavior: "smooth", block: "center" }));
132
+ }), Ae(() => {
133
+ var o;
134
+ const _ = document.getElementsByName("askQuestion"), c = Array.from(_);
135
+ _.length && ((o = c == null ? void 0 : c.pop()) == null || o.scrollIntoView({ behavior: "smooth", block: "center" }));
136
+ }), (_, c) => (d(), m("div", {
137
+ ref_key: "nestedElement",
138
+ ref: u,
139
+ class: "smooth-scroll overflow-auto md:px-6 px-2"
140
+ }, [
141
+ q(De),
142
+ (d(!0), m(be, null, $e(M(a).conversations, (o, y) => (d(), m("div", { key: y }, [
143
+ o.question ? (d(), m("div", lt, [
144
+ q(Je, {
145
+ question: o.question,
146
+ c2question: o.c2question,
147
+ "show-feedback": o.showFeedback,
148
+ id: `qId${y}`,
149
+ name: "askQuestion",
150
+ "que-id": y
151
+ }, null, 8, ["question", "c2question", "show-feedback", "id", "que-id"])
152
+ ])) : U("", !0),
153
+ o.answer ? (d(), m("div", ct, [
154
+ q(Ye, {
155
+ question: o == null ? void 0 : o.question,
156
+ c2question: o == null ? void 0 : o.c2question,
157
+ "show-sources": o == null ? void 0 : o.showSources,
158
+ questionId: o.id,
159
+ answer: o.answer.replaceAll("<a", M(s)).replaceAll("<ul", M(r)),
160
+ "show-feedback": o.showFeedback,
161
+ "related-ques": o.relatedQues,
162
+ "options-array": o.optionsArray,
163
+ "ans-id": y
164
+ }, null, 8, ["question", "c2question", "show-sources", "questionId", "answer", "show-feedback", "related-ques", "options-array", "ans-id"])
165
+ ])) : U("", !0)
166
+ ]))), 128)),
167
+ M(a).dotLoader ? (d(), m("div", it, [
168
+ q(rt)
169
+ ])) : U("", !0)
170
+ ], 512));
171
+ }
172
+ });
173
+ const ut = /* @__PURE__ */ C(dt, [["__scopeId", "data-v-e6168dd4"]]), B = (l) => (z("data-v-df62b92f"), l = l(), H(), l), pt = { class: "z-3 absolute bottom-0 mt-4 w-full bg-white px-2 md:px-6" }, mt = { class: "py-2" }, _t = { class: "flex" }, ht = { class: "z-1 relative w-full" }, ft = { class: "relative w-full" }, gt = { class: "absolute inset-y-0 right-0 flex items-center md:pr-8 pr-3" }, vt = { key: 0 }, xt = /* @__PURE__ */ B(() => /* @__PURE__ */ t("path", { d: "M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576 6.636 10.07Zm6.787-8.201L1.591 6.602l4.339 2.76 7.494-7.493Z" }, null, -1)), yt = [
174
+ xt
175
+ ], wt = {
176
+ key: 1,
177
+ class: "tooltip"
178
+ }, At = /* @__PURE__ */ B(() => /* @__PURE__ */ t("span", { class: "tooltiptext fontFormattingAMA" }, "Waiting for response", -1)), bt = /* @__PURE__ */ B(() => /* @__PURE__ */ t("img", {
179
+ class: "w-7 h-7",
180
+ src: ge,
181
+ alt: "watingIcon"
182
+ }, null, -1)), $t = [
183
+ At,
184
+ bt
185
+ ], kt = { class: "flex justify-start" }, qt = { class: "flex justify-start items-start text-[#161916]" }, Mt = /* @__PURE__ */ B(() => /* @__PURE__ */ t("div", { class: "pt-1 text-start font-sans" }, [
186
+ /* @__PURE__ */ t("div", { class: "text-xs font-bold text-gray-500 md:text-sm" }, " Note: AI-generated response may not be fully accurate; check with experts for critical information. ")
187
+ ], -1)), It = /* @__PURE__ */ I({
188
+ __name: "NewQuestionAMA",
189
+ setup(l) {
190
+ const s = Q(), r = me();
191
+ s.question = "";
192
+ const a = i(null), u = i(!1), _ = i(j), c = i(!1);
193
+ O(() => {
194
+ a.value.focus();
195
+ });
196
+ const o = (b) => new URLSearchParams(window.location.search).get(b) || "", y = i(o("amaId")), S = i(o("corpusId")), Y = (b) => {
197
+ const p = b.length;
198
+ _.value = j - p, u.value = p >= j;
199
+ }, k = async () => {
200
+ var b, p, $, N, h, v;
201
+ try {
202
+ if (s.question.trim().length < 1) {
203
+ r.setError("Please enter answer!");
204
+ return;
205
+ }
206
+ if (s.amaQuestionsLeft <= 0) {
207
+ r.setError("You have exhausted your question limit!");
208
+ return;
209
+ }
210
+ c.value = !0, s.dotLoader = !0;
211
+ const f = {
212
+ question: s.question
213
+ };
214
+ s.conversations.push(f);
215
+ const g = i("");
216
+ g.value = s.question, s.question = "";
217
+ const w = {
218
+ amaId: y.value,
219
+ amaCorpusId: S.value,
220
+ past_messages: s.past_messages,
221
+ question: g.value,
222
+ prompt: s.generatedPrompt
223
+ }, n = await ue("/amaBotResponse", w);
224
+ if (((p = (b = n == null ? void 0 : n.data) == null ? void 0 : b.body) == null ? void 0 : p.answer) === "") {
225
+ console.log("in the if case calling api again");
226
+ const L = await ue("/amaBotResponse", w);
227
+ s.addConversation(($ = L.data) == null ? void 0 : $.body, "new");
228
+ } else
229
+ s.addConversation((N = n.data) == null ? void 0 : N.body, "new");
230
+ c.value = !1, s.dotLoader = !1;
231
+ } catch (f) {
232
+ if (console.error(f), s.dotLoader = !1, c.value = !1, R.isAxiosError(f)) {
233
+ const g = f;
234
+ console.log("Error found!"), console.error((h = g.response) == null ? void 0 : h.data), r.setError(((v = g.response) == null ? void 0 : v.data).message);
235
+ } else
236
+ r.setError("There was an issue, please contact helpmate");
237
+ }
238
+ };
239
+ return (b, p) => (d(), m("div", pt, [
240
+ t("div", mt, [
241
+ t("div", _t, [
242
+ t("div", ht, [
243
+ t("div", ft, [
244
+ t("div", gt, [
245
+ c.value ? (d(), m("div", wt, $t)) : (d(), m("div", vt, [
246
+ (d(), m("svg", {
247
+ onClick: p[0] || (p[0] = ($) => k()),
248
+ xmlns: "http://www.w3.org/2000/svg",
249
+ fill: "currentColor",
250
+ class: "bi bi-send ml-2 h-7 w-7 rotate-45 rounded",
251
+ viewBox: "0 0 16 16"
252
+ }, yt))
253
+ ]))
254
+ ]),
255
+ t("div", kt, [
256
+ ke(t("input", {
257
+ onKeyup: [
258
+ p[1] || (p[1] = Me(($) => c.value ? "" : k(), ["enter"])),
259
+ p[3] || (p[3] = ($) => Y(M(s).question))
260
+ ],
261
+ "onUpdate:modelValue": p[2] || (p[2] = ($) => M(s).question = $),
262
+ class: "fontFormattingAMA rounded-lg flex w-full border border-genpact-darkest-teal py-[18px] pl-[30px] pr-[70px]",
263
+ placeholder: "Write your answer here...",
264
+ type: "text",
265
+ ref_key: "AiSearch",
266
+ ref: a
267
+ }, null, 544), [
268
+ [qe, M(s).question]
269
+ ])
270
+ ])
271
+ ]),
272
+ t("div", qt, T(M(s).amaQuestionsLeft) + " questions remaining for the day ", 1),
273
+ Mt
274
+ ])
275
+ ])
276
+ ])
277
+ ]));
278
+ }
279
+ });
280
+ const Lt = /* @__PURE__ */ C(It, [["__scopeId", "data-v-df62b92f"]]), G = (l) => (z("data-v-137589f5"), l = l(), H(), l), St = /* @__PURE__ */ G(() => /* @__PURE__ */ t("div", { class: "max-h-screen overflow-auto md:p-6 p-3 flex flex-col items-center justify-center gap-4 text-[#161916]" }, [
281
+ /* @__PURE__ */ t("div", { class: "text-2xl font-[700]" }, "Assessment Access Required"),
282
+ /* @__PURE__ */ t("h3", { className: "text-lg font-medium my-6 text-center text-gray-500" }, " You don't have access to this assessment. Please contact to administrator ")
283
+ ], -1)), Et = {
284
+ key: 1,
285
+ className: "h-screen flex flex-col items-stretch"
286
+ }, Ft = { class: "z-20" }, Rt = /* @__PURE__ */ G(() => /* @__PURE__ */ t("div", { class: "mt-6" }, null, -1)), Tt = { class: "flex h-full items-stretch overflow-hidden" }, Ct = { class: "mx-auto w-11/12 bg-white" }, Nt = { class: "relative flex h-full w-full flex-col items-stretch overflow-hidden" }, Qt = /* @__PURE__ */ G(() => /* @__PURE__ */ t("div", { class: "mt-[160px]" }, null, -1)), Bt = { class: "relative" }, Pt = /* @__PURE__ */ I({
287
+ __name: "AssessmentAMA",
288
+ setup(l) {
289
+ const s = i(!0), r = i(!1), a = Q(), u = me(), _ = i(""), c = localStorage.getItem("accessToken");
290
+ let o = "", y = "", S = "";
291
+ const k = i(((h) => new URLSearchParams(window.location.search).get(h) || "")("amaId"));
292
+ a.amaSkillId = k.value ?? "";
293
+ const b = ["703331197", "703380812", "703331909", "703363051", "703319578"];
294
+ O(async () => {
295
+ s.value = !0, await p(), await N(), s.value = !1;
296
+ });
297
+ const p = async () => {
298
+ var h, v, f, g, w;
299
+ try {
300
+ if (k.value === null)
301
+ throw {
302
+ response: {
303
+ status: 424,
304
+ data: {
305
+ message: "Invalid URL"
306
+ }
307
+ }
308
+ };
309
+ console.log("before calling get learner");
310
+ const n = await pe(
311
+ `/getLearnerData?forSimulation=true&skillForSimulation=${k.value}`
312
+ );
313
+ a.initialize(n.data), await $();
314
+ } catch (n) {
315
+ if (console.error(n), s.value = !1, R.isAxiosError(n) && ((h = n.response) != null && h.status) || n && typeof n == "object" && "response" in n && n.response && typeof n.response == "object" && "status" in n.response && n.response.status) {
316
+ const A = n;
317
+ if (console.log("Error found!"), console.error((v = A.response) == null ? void 0 : v.data), ((f = A.response) == null ? void 0 : f.status) === 424 || ((g = A.response) == null ? void 0 : g.status) === 425) {
318
+ r.value = !0;
319
+ return;
320
+ }
321
+ u.setError(((w = A.response) == null ? void 0 : w.data).message);
322
+ } else
323
+ u.setError("There was an issue, please contact helpmate");
324
+ }
325
+ }, $ = async () => {
326
+ var h, v, f, g, w, n, A, L, x, F, W, Z, K, J, X, ee, te, se, ae, oe, ne, re, le, ce, ie, de;
327
+ console.log("Start getAssessmentDetails");
328
+ try {
329
+ V === "prod" ? o = `https://api-v2-dev.genpact.com/api/my-profile/ama-master/getAMADetailsById?id=${k.value}` : o = `https://api-v2-dev.genpact.com/api/my-profile/ama-master/getAMADetailsById?id=${k.value}`;
330
+ const e = await pe(o);
331
+ console.log("response from GetAMA", e), _.value = (v = (h = e == null ? void 0 : e.data) == null ? void 0 : h.data) == null ? void 0 : v.name, a.welcomeMessage = (g = (f = e == null ? void 0 : e.data) == null ? void 0 : f.data) == null ? void 0 : g.displayMsg, console.log("response from GetAMA skill Name", _.value), a.skillNameForSimulation = _.value, a.generatedPrompt = (n = (w = e == null ? void 0 : e.data) == null ? void 0 : w.data) == null ? void 0 : n.generatedPrompt, y = (L = (A = e == null ? void 0 : e.data) == null ? void 0 : A.data) == null ? void 0 : L.accessBand, S = (F = (x = e == null ? void 0 : e.data) == null ? void 0 : x.data) == null ? void 0 : F.accessOhrList;
332
+ const E = (Z = (W = e == null ? void 0 : e.data) == null ? void 0 : W.data) == null ? void 0 : Z.createdBy;
333
+ a.mcqType = (J = (K = e == null ? void 0 : e.data) == null ? void 0 : K.data) == null ? void 0 : J.mcqTypes, a.storeFinalFeedback = (ee = (X = e == null ? void 0 : e.data) == null ? void 0 : X.data) == null ? void 0 : ee.storeFinalFeedback, a.storeFinalScore = (se = (te = e == null ? void 0 : e.data) == null ? void 0 : te.data) == null ? void 0 : se.storeFinalScore, a.amaQuestionsLeft = (oe = (ae = e == null ? void 0 : e.data) == null ? void 0 : ae.data) == null ? void 0 : oe.amaQuestionsLeft, console.log("store mcqType====>", a.mcqType);
334
+ const _e = a == null ? void 0 : a.band_code;
335
+ console.log("accessBand , accessOhrList====>", y, S);
336
+ const P = (ne = y == null ? void 0 : y.split(",")) == null ? void 0 : ne.map((he) => he.trim());
337
+ if (console.log("bands ,====>", P), E === (a == null ? void 0 : a.ohr) || b.includes(a == null ? void 0 : a.ohr))
338
+ console.log("User has access to this assessment.");
339
+ else {
340
+ if (P.length === 0 && S.length === 0)
341
+ throw console.log("Both bands and exceptionOHR are empty. Access denied."), {
342
+ response: {
343
+ status: 424,
344
+ data: {
345
+ message: "You don't have access to this assessment. Please contact to administrator"
346
+ }
347
+ }
348
+ };
349
+ if (P.includes(_e) || S.includes(a == null ? void 0 : a.ohr))
350
+ console.log("User has access to this assessment.");
351
+ else
352
+ throw console.log("User does not have access to this assessment."), {
353
+ response: {
354
+ status: 424,
355
+ data: {
356
+ message: "You don't have access to this assessment. Please contact to administrator"
357
+ }
358
+ }
359
+ };
360
+ }
361
+ console.log("end getAssessmentDetails");
362
+ } catch (e) {
363
+ if (console.error(e), s.value = !1, R.isAxiosError(e) && ((re = e.response) != null && re.status) || e && typeof e == "object" && "response" in e && e.response && typeof e.response == "object" && "status" in e.response && e.response.status) {
364
+ const E = e;
365
+ if (console.log("Error found!"), console.error((le = E.response) == null ? void 0 : le.data), ((ce = E.response) == null ? void 0 : ce.status) === 424 || ((ie = E.response) == null ? void 0 : ie.status) === 425) {
366
+ r.value = !0;
367
+ return;
368
+ }
369
+ u.setError(((de = E.response) == null ? void 0 : de.data).message);
370
+ } else
371
+ u.setError("There was an issue, please contact helpmate");
372
+ }
373
+ }, N = async () => {
374
+ var h, v, f, g, w, n, A, L;
375
+ try {
376
+ const x = await R({
377
+ url: "https://api-v2-dev.genpact.com/api/delphi/v2/myprofile",
378
+ headers: {
379
+ authorization: `Bearer ${c}`,
380
+ "content-type": "application/json"
381
+ },
382
+ method: "get"
383
+ });
384
+ a.genomeFunctionValue = (f = (v = (h = x == null ? void 0 : x.data) == null ? void 0 : h.role_function) == null ? void 0 : v.function) == null ? void 0 : f.name, a.genomeRoleValue = (n = (w = (g = x == null ? void 0 : x.data) == null ? void 0 : g.role_function) == null ? void 0 : w.role) == null ? void 0 : n.name, console.log("profile data", a.genomeFunctionValue, a.genomeRoleValue);
385
+ } catch (x) {
386
+ if (console.error(x), s.value = !1, R.isAxiosError(x)) {
387
+ const F = x;
388
+ console.log("Error found!"), console.error((A = F.response) == null ? void 0 : A.data), u.setError(((L = F.response) == null ? void 0 : L.data).message);
389
+ } else
390
+ u.setError("There was an issue, please contact helpmate");
391
+ }
392
+ };
393
+ return (h, v) => (d(), m("section", null, [
394
+ q(ye, { "is-visible": r.value }, {
395
+ default: Ie(() => [
396
+ St
397
+ ]),
398
+ _: 1
399
+ }, 8, ["is-visible"]),
400
+ t("div", null, [
401
+ s.value ? (d(), Le(ve, { key: 0 })) : (d(), m("main", Et, [
402
+ t("div", Ft, [
403
+ q(Qe)
404
+ ]),
405
+ Rt,
406
+ t("div", Tt, [
407
+ t("div", Ct, [
408
+ t("div", Nt, [
409
+ q(ut),
410
+ Qt
411
+ ]),
412
+ t("div", Bt, [
413
+ q(Lt)
414
+ ])
415
+ ])
416
+ ])
417
+ ]))
418
+ ])
419
+ ]));
420
+ }
421
+ });
422
+ const Ot = /* @__PURE__ */ C(Pt, [["__scopeId", "data-v-137589f5"]]);
423
+ export {
424
+ Ot as default
425
+ };
@@ -1,8 +1,8 @@
1
- import { _ as Cl, a as ap, L as yl } from "./LoadingSimulation-d39dc5b0.mjs";
2
- import { _ as Pl, a as cp, Q as zt, M as Ta } from "./Modal-ed2380b6.mjs";
3
- import { d as we, r as T, H as Ct, o as O, c as N, a as P, k as Rt, u as Oe, C as Ht, q as Pe, y as qo, h as Se, s as up, t as Ke, b as k, f as Re, i as jn, I as Ji, F as Fo, e as Uo, w as Xo, J as Rl, p as Vn, g as $n, G as Zi, z as El, K as wl, n as jt, m as pp, L as dp, l as Al } from "./main-349a64c8.mjs";
4
- import { g as Bn, p as yt } from "./api-b76b22bf.mjs";
5
- import { c as q, a as Il, r as _l } from "./_commonjsHelpers-75d57da4.mjs";
1
+ import { _ as Cl, a as ap, L as yl } from "./LoadingSimulation-c87fee38.mjs";
2
+ import { _ as Pl, a as cp, Q as zt, M as Ta } from "./Modal-bcf48188.mjs";
3
+ import { d as we, r as T, H as Ct, o as O, c as N, a as P, k as Rt, u as Oe, C as Ht, q as Pe, y as qo, h as Se, s as up, t as Ke, b as k, f as Re, i as jn, I as Ji, F as Fo, e as Uo, w as Xo, J as Rl, p as Vn, g as $n, G as Zi, z as El, K as wl, n as jt, m as pp, L as dp, l as Al } from "./main-8b41ef81.mjs";
4
+ import { g as Bn, p as yt } from "./api-36c7a26c.mjs";
5
+ import { c as q, a as Il, r as _l } from "./_commonjsHelpers-8f881ca0.mjs";
6
6
  import { _ as Wt } from "./_plugin-vue_export-helper-dad06003.mjs";
7
7
  import "./loadernew-ac153a51.mjs";
8
8
  const Tl = { class: "flex h-14 w-full flex-1 items-center justify-between bg-[#021c42] md:pr-6 lg:pr-6" }, bl = ["href"], Ml = /* @__PURE__ */ P("img", {
@@ -17529,7 +17529,7 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17529
17529
  zS
17530
17530
  ]));
17531
17531
  }
17532
- }), xS = "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAB9AH0DASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD36medEDgypn/eFLL/AKl8f3TXzJofh/xD458Z6/a23iGWzSzkLEsxIwTjtQB9NefD/wA9U/76FHnw/wDPVP8AvoV4R/wqLX84/wCFgRZHX94f8ap6x8LfEul6FeapH41+0pbRlyqMecds0AfQysrjKsGHqDQzKoyzAD1JrzH4G6hPdfD37RfXTSMJ3G+Vugz61ynxd+J7M954V0uCb7SjKftUD5B9higD3dZI3OFkVj7HNKzon33C/U4r538P3Go/DnRrbxjqurPqUdynlf2f5nzoW6E59MVifET4uXfinT7SOxsbzS9j7jIWxvoA+olkRwSrqcdcGk8+H/nqn/fQr5Y+HXxH1DTI73T7mO8vWvv3STbsiEnjJrsl+D3iSdWlj8cqyE5YqzED60Ae7qyuMqwYeoOaRpY1OGkUH0LCvIfCfiOTwP4itPAt9ctq1xct5ovUfIUN/D+lcn4tsta8R/GufQLHWZbNXjDA7jtXA9BQB9E+fD/z1T/voUefD/z1T/voV4S/wg8Qo5R/H0asOoZyCP1oHwe8SOjmLx2spVScIzGgD3hXR/uurfQ5pa8P+At3qE19r1tfXstybeXywXbPQ4yK9woAbL/qZP8AdNeEfCb/AJHXxxjj923P4mvd5v8AUyf7pr58+GWs6VpXjvxeuqX0VqlxlFLtjPzc0AeOanqN8mq3areT4Ezf8tD617H8OZpZ/gx4maaV5DtfG45xSz/Dv4Zz3EszeKlBkYtjzPWtpB4M8J/DrW9L0rX4bhriJiAXBJOOgoAj+Fulxa18E7iwmvTZRyXD5nDbdvPrXIeDNP0zw18azZT6nBe2kcJ/0mVgVYkDvWt4YOP2b9S+YgiaTkH3rzzwX4NXV7yK811pbPRHU5vDwu7sM0Aez658E7bxLqk+px66/wBmnbekS8oPpXmPxK8Q3l3p9r4fm0P7JHYSeWlx5eDLjjrX0XpV3oXhPwjZKNST+z0XbFPI/wB/8a8w1K6/4TzUjbeMUXStKt5d9jc/d849hnvxQBm/BOwhttO1a01mNbNrxdsD3A2k5H8OaPEd5d/Cmwn8LWzy6k+rKZFlJO5M8YFaPxnjSLWPCEUDHylkQKy8ZGRiqPxpurqx+IHh26sYfOuo4QY4yM7jmgB3wh+G1zeT2vinU7i4hurecgQyqckDoeatxHP7Tn/bE/yrvvBHjafU7VLTxHHFp2sPIQlqeGZexxXm9zqNnpf7SDXV/cJbwLDgu5wM4oA86+Jt9eQ/ELVljuplXzTgByK7b4AXNxcazqvnTySAW54Zia2tf8HfDjX9cutUuPFCJJcNuZVk4BrU8G6b4B8EXF3dWPiSKWSaIoQ8g4FAGd8Bf+Q54o/6+m/9CNe514V8AnSTWfEzxsGRrglSO4JNe60AIwDKVPQ8GvHfFXw0+HWk3gvtcnuIXvpjtxKQCxr2J92xtv3scfWvDNY3WmsTTfFMibSxLnSxF2YHnOPagDab4GeBVsjeE3X2cJ5hfzj93Gc1k6f8NPhdqmk3OqWd1cvZ22fNfzj8uKvah4g1Xx09na+BJwdJhxFfJKNuUPBH5Zrsx4W8L+EfCOoW5tPK02RC1yoOc+tAGLpem+BV+GFza2l07eHy7ebIX5z35rh3+ztZjR7h8fDdcGK5x85f03deuatzeIfBeq+DLnwZ4NWVZ7vJhikUgFj6k10Fpo+l+Ffg3bab46iH2WKT94kfPzEnbQBvP4J8MeKfAthpURkk0mHD27I+Dx715NDr+keJNVuvDnjG5Een6SxXTwh2ksOBk9+KZr+veNfC2jR6nod2kHhWRwlkuAWVT0BFc54xv/B2p2OkXGiJJ/bUsqtesw4JPX9aAJfHeo+MptS0cavbpGsLj+zwF+8Aflz+lWNb1rxIvxB0G98aRpamDaUKrgbPWvWPH154UsNC0mbxIjtfR2wazK/wuF4/WuS8J6ZJ8WfB+q32uKLzVLcmKykJ2hRigCfW5otW+Klj43tG83w/aRqk10OisM5H6it7xJ4T+Hvia3k8Z6jdS/ZZcI0qSEAmvITZeN9EkPw5Dxot7+8MHUNn3/Cus0zw94h8K6Qtj45WM+DoiTLFGcnefu/rQBr6H8PPhV4kvTZ6VeXM04XdtEx6VY0v4XfDLWtTudO0+5uZbq1JEqiY8EVj+GLPT/AXiibxmYmg8L3KFLVh8z/N04q213ZazfXF38KR5OryMZLx5RtDKfTNAHqHhD4f6N4I+0f2UsoM+N5kbPSuqryH4MeLPEHiG51i2126897STYBjG0jg169QAV5p8X/Aeq+ObDTodMkiVreQswkOOoxXpfaq819bQwyuZ4iY1LEbxnigD580b4R/EXw8kq6Vq1tbLL98LJjNei+HrDV/DfgrVH8cXAv4wCzKp3fJ6Vyl7rl58Sbt9S0jUG0yDQ5C00bvjzgvPH1xXYaH8R9N8TeDNS1WSyJhtAVe3cgmTHoKAPKtZ8eeAItHnfw5pE9nqwH7iby8bD65rqfh1480jxpo1p4U8QwzX18+Xd5UyjYPHNYreLPDXjoHwxp3htNPvbz5Y5nQDYfWuj+H11pXhXxPD4Gm05JNWt0ZmvlUfN3+vegDT0v4e6q3ii5h1iSC48LqD9ls92dp7ce1UfiF8HrfVrO0Xwva2lncRSbnYttyKz/BmrXr/HLW7S51BzbJG+2N3+XPbFct8R9G8T+E71dVTxDLdQXNySsULklRnPIoAl1/4SePtTsfN1bVLaeOziJQNJ0AHasj4YWXia1sLnW7C/WHSLGbN3Fu+Z8dcCuye+1L4v2cMGlXsujmyjEcwmYr5xx29a5NvCWr/D/xvpOjy37z2d84eVUzsIzgg0AejaT8SfA/inxnZSJplz/azfJFO8eNtdh8SfDd54t8HXGk2EkazyMrDeeOKbrQ8M+EtKm1yHTLaSS1GVWAAufpXhw+LN1H8SB4klt71dL2bDanOP8ACgDvPBXwz8R2syWHiu5t73RIoyI7UPuAbscVr+LPh7d21kr+BfI0y6GfPYNjcvpXHfDHxjceJfizqF613JHYyxMUglfgela+o3Op/C7V77WtUu59Vs9SdlhhjJOzPTNAGd+z2kseoeIUnbdMs2JG9Wzz+te814T+z+7zaj4huGheNZpvMUMMdSTivdqAGy/6mT/dNfGWsvrN/wCM9StbOe8kBuSrCNmOATivs5l3IynuMVxPhv4fWfhHVtY1m2le5nvVLeW4zgjnAoA8B8Z/DzVfBkNl9guru5F9HulWIHg+hxWl8PvA+pDRrjxLJLcxfYJN5sSCPOx2x3r1TRPiNdS2mrSeJ7GDTZLYMbVZRjzMZx1rjrD40+L9Uikk0zwzDcQo2CY1OKAMHSfELeJfjdpl+2l/2acKvkbNp474ruPGdlaeCPGd14+F9FcXGBH9h3DdyMZq54U8LT+MNdtfHGtQPp2oQnYLVRhSF6GvPvF+kad4h+OWoafq+omys2TcZC3AIAwKANtvhpH4sX/hMn17+y/7R/ebd23bntmu48BfDH/hGbue6vNUOqxTJhFl+dR7jNeQ/ELW9Wt/DMPhuKyP9h2koFvfDP73HTmul0n4nePLPRbSGDwt5sMUQCyFT8ygdaANT4xWdxa+IPDp0u3khiEwMrW67RjPfFeiay2ha3oslnJqVmk7xbFm3ruQ46g1xPg34pW3jOy1Oz8Rm108qpjHODzwevevJfG/geLSZhN4ZvbjU7AJummVsiM+hxQBc1O0vvhz4yt7qO6l1zToVEjtuLxknse1eqySaD8T/h1hnsdJmnf/AGVK4/xrnvhXHo/iL4XXHhq91BI7q6nf5c/PjjGKvr+zrpKrgaxeD2GKAOfi+CemW7b4PGcET+qSgH9DXeeI/FVv4Q8MadaWtrH4gkiUI+AJCMdz1rjLj4R+CLK5e2uvF0sUycMjOMimfC6zj8JeJtYbU5vL050KW1xcfdlHYjNAHffDDx7B4za+SLSI7A25AYIoGfrXo1eF/ANlk1rxO6EFGuSVI6EZNe6UAI5IRioy2OK8XvfFPxaj1qWK30WA2gmwh8vOUz617PISsTkdQCRXzxb+MviZ4h8T6rp+gSwyLZyHIZQNq5wKAPU/FHw60zx5DYz6358VxCnKwtjk9RS6b4RXwB4S1CDwxG9xdEGSNZjnLV57/wAXw/uW/wClVtQv/jRpenz310IFggXe5ABwKAPTfCviPV4vB8mq+NY4rCaNzuwu0bexxXlfj/RvCPjWa51HwzeyXniGcgrCjfKwHXiu7+Hd7N8SPhzIPEhFwJZWRto25APFYHhv4Y33hn4vm/0+z8vQ0jIR2fJ5AoApeF/DnijxVp0PhTxfpxttFtE8yOWMbXLjoCe/eqFn8Q/HMuqXfh/QrG2uLXTyYiTH8wjHGSfpXsth420TVfEV1oFrcM2oW6kuhXA/OvKtAjl+G3ivXNS8T/6Na6mzJasvzbyTx9KAPOviBovhmG5sh4au5Lm/uW/0mMnOHPUD8a9A+HgsPB3hXUtB8aSf2e2oNuRHPLIR1HpXEXPwr8Z215PrcFkixI5uY33j7udwOKuJ4q0Dxf4c1C48azl9bt18uy8tcDGP8aAM6+t7HQPiPY/8K+ma/ZVDRiQ7vn7ivRf+Et+Mm/8A5ANv1/55D/GvKvhNn/hZekbc/wCsPT6V9Hq3jf8A4WZgrF/wjOzrxnOP50AfM+o6T4m8WeMr2GSxLaszF5oU4217zBpPhjx/4VsfD17eP9v0qACWKJsMjAcg+tcbY+KNM8J/HLWr7V5migYMgYLnk16C8ngXwRFJ4pVniOrqWEn3t270HagDkf2fYEttT8R28ZJSKfYpPoCRXu9eEfs/zR3GreJJYjlJJy6/QkkV7vQA2X/Uyf7prwn4RuyeN/G7ocMqMQffdXu0v+pk/wB014T8IlEnjvxrFvVTIpUZPq1AHmuofFDxhBqVzGusShVlYAfjXpvg7xFqviH4P+JLjVLtriREdVZuoGKw7v8AZ/1e5vJ5v7UtMSOWHzeprsNL8F3Hgj4VeIbG7u4ZXliZxsbgcUAU/hZa6re/BS4t9EmEGoNO/luTjHNdJ4G8ZvbajD4L12aSbxDErGWTGVPcc/Sue+E2uxeGfgzPq08TyxwzuSiDk81nSeMNO+JGofYPD1g+m69N8wvyuCFHUZoAxLTxXpvgn4163qGqI5iO6MeWMkE16f4/8ReET4f0u9161e4huzutQFyQxHBNedt4OPw0u28SeLUTWoZz5WzG47z/ABGvboNP0bxNoVhNPp0bW+wSQxyL9ygDzGx8U3/gC2kXxvdNdWWor/oiRjdtQ9j6cVyOo+CbD4mT/b/AlsltawfJOJvky/WvSvih4Hk8Tvp9/bzQ/ZdMG+WInqo5x+VctYfFTQLu2bw74e006bc3n7pJVG0BvWgDjLz4T+L/AARZyeIkuLeNrMb90cgJFWjrHxJXwT/wlv8AbP8AoG/bt3fN+VaPi34feNdM8L3t1f8AiZ7q2jXLweZncK5x/H1o3wi/4REWU/2rfu8zHy9aANHRtEi02KPxv46j+26dfDChfmbcehIrqvjS1ldeBvDk1hHssZHXylxjCntWxba9o3h74M6Pca5YpfQEKohYZIPrivMPiPoWsW2jWWtzaiZNLu232lrniFTyBj2oA+i/CHhnSNA0m3k02zWB7iFGkI/iO0V0leH/ALP+sapqaalHf3U80cQURiQkhRjtXuFACOu+Nl9QRXiF78CL+bWby/tfEUtsbiQuRHlTg9uK9wooA8L/AOFE63/0N95/38b/ABpsnwG1iWNo5PFl06MOVZ2IP617tRQByHgPwSnhDwqdFuJVvEaRnbevBz7V0VtpGm2coltrC2hkAwGSIA1dooAgurS2vYvKureOaPOdsihhn8ac8I+ytBGBGpQqu0Y28VLRQB5/4T+H174ft9ahutYmvBqAYLvJOzOa8/H7Oc6zGVNeKNuyCq4Ir6AooA8f8PfBzUdK162vr3xFcXtvEcvBKxZX9iDXp/8AYOkZ/wCQXZ/9+V/wrRooA8X8T/BC61/WLm5TW3htJH3JbY+RPoOldD4r+GL+I/Cuj6Mt95f9nhQXI+/ivR6KAKGlaVa6VZQ29tbxRlI1RmRAu4gYyav0UUAf/9k=", Ia = (t) => (Vn("data-v-6143f356"), t = t(), $n(), t), BS = { class: "fontFormattingAMA flex items-end justify-start py-2" }, qS = { class: "line-break w-full bg-gray-100 p-3 text-sm text-black md:text-[15px] rounded-lg" }, FS = ["innerHTML"], US = ["innerHTML"], HS = {
17532
+ }), xS = "data:image/jpeg;base64,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", Ia = (t) => (Vn("data-v-0a8d15a2"), t = t(), $n(), t), BS = { class: "fontFormattingAMA flex items-end justify-start py-2" }, qS = { class: "line-break w-full bg-gray-100 p-3 text-sm text-black md:text-[15px] rounded-lg" }, FS = ["innerHTML"], US = ["innerHTML"], HS = {
17533
17533
  key: 0,
17534
17534
  class: "py-4"
17535
17535
  }, WS = { class: "fontFormattingAMA px-2 py-1.5 md:px-6" }, VS = ["value", "disabled", "name"], $S = {
@@ -17566,10 +17566,6 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17566
17566
  type: String,
17567
17567
  required: !0
17568
17568
  },
17569
- c2question: {
17570
- type: String,
17571
- required: !0
17572
- },
17573
17569
  answer: {
17574
17570
  type: String,
17575
17571
  required: !0
@@ -17582,14 +17578,6 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17582
17578
  type: Boolean,
17583
17579
  default: !0
17584
17580
  },
17585
- showSources: {
17586
- type: String,
17587
- default: ""
17588
- },
17589
- relatedQues: {
17590
- type: Array,
17591
- required: !0
17592
- },
17593
17581
  optionsArray: {
17594
17582
  type: Array,
17595
17583
  // eslint-disable-next-line vue/require-valid-default-prop
@@ -17605,7 +17593,7 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17605
17593
  const r = t, i = T([]), u = T(!1), a = Oe(), o = T("");
17606
17594
  let n = [], s = "";
17607
17595
  const c = async () => {
17608
- console.log("startCharByChar "), n = s.split(""), o.value = "";
17596
+ n = s.split(""), o.value = "";
17609
17597
  for (let h = 0; h < n.length; h++)
17610
17598
  o.value += n[h], h % 30 && e("char-typed"), await new Promise((v) => setTimeout(v, 50));
17611
17599
  }, p = () => {
@@ -17619,6 +17607,18 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17619
17607
  ).replace(
17620
17608
  /BEGIN ROLE PLAY./g,
17621
17609
  '<div style="font-size: 18px; font-weight: bold;">BEGIN ROLE PLAY</div>'
17610
+ ).replace(
17611
+ /Feedback and Assessment/g,
17612
+ '<div style="font-size: 16px; font-weight: bold;">Feedback and Assessment</div>'
17613
+ ).replace(
17614
+ /Overall Assessment/g,
17615
+ '<div style="font-size: 16px; font-weight: bold;">Overall Assessment</div>'
17616
+ ).replace(
17617
+ /Overall Rating/g,
17618
+ '<div style="font-size: 16px; font-weight: bold;">Overall Rating</div>'
17619
+ ).replace(
17620
+ /Model Solution/g,
17621
+ '<div style="font-size: 16px; font-weight: bold;">Model Solution</div>'
17622
17622
  );
17623
17623
  (h.includes("Thank you for your participation!") || h.includes("Thank you for your participation")) && (a.searchBoxdisable = !1, u.value = !0), (h.includes("BEGIN ROLE PLAY") || h.includes("BEGIN ROLE PLAY.")) && (a.showSelectTypeConvesation = !0);
17624
17624
  const v = /\[([^\]]+)\]\((https?:\/\/[^\s]+)\)/g;
@@ -17638,13 +17638,25 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17638
17638
  let h = r.answer.replace(/[*#]/g, "").replace(
17639
17639
  /Assessment Rating & Feedback/g,
17640
17640
  '<div style="font-size: 26px; font-weight: bold; text-decoration: underline;">Rating & Feedback</div>'
17641
+ ).replace(
17642
+ /Feedback and Assessment/g,
17643
+ '<div style="font-size: 16px; font-weight: bold;">Feedback and Assessment</div>'
17644
+ ).replace(
17645
+ /Overall Assessment/g,
17646
+ '<div style="font-size: 16px; font-weight: bold;">Overall Assessment</div>'
17647
+ ).replace(
17648
+ /Overall Rating/g,
17649
+ '<div style="font-size: 16px; font-weight: bold;">Overall Rating</div>'
17650
+ ).replace(
17651
+ /Model Solution/g,
17652
+ '<div style="font-size: 16px; font-weight: bold;">Model Solution</div>'
17641
17653
  );
17642
17654
  const v = /\[([^\]]+)\]\((https?:\/\/[^\s]+)\)/g;
17643
17655
  if (h.includes("AI Guru") ? h = h.replace(v, (g, m, f) => `<a href="https://genome.genpact.com/#aiguru" target="_blank" style="color: blue; text-decoration: underline; cursor:pointer;">${m}</a>`) : h = h.replace(v, (g, m, f) => `<a href="${f}" target="_blank" rel="noopener noreferrer" style="color: blue; text-decoration: underline;">${m}</a>`), h.includes("Assessment Rating & Feedback")) {
17644
17656
  const g = h.split("Assessment Rating & Feedback")[0], m = h.split("Assessment Rating & Feedback")[1];
17645
17657
  a.conversations.push(g), a.conversations.push(m);
17646
17658
  }
17647
- s = h, a.showVoiceComponent && c(), console.log("watch for startCharByChar");
17659
+ s = h, a.showVoiceComponent && c();
17648
17660
  },
17649
17661
  { immediate: !0 }
17650
17662
  ), Ji(i, (h) => {
@@ -17720,7 +17732,7 @@ This is a role-play simulation designed to mirror real-world scenarios. Just fol
17720
17732
  ]));
17721
17733
  }
17722
17734
  });
17723
- const sC = /* @__PURE__ */ Wt(iC, [["__scopeId", "data-v-6143f356"]]), oC = { class: "flex justify-end items-end py-3" }, aC = { class: "max-w-[80%]" }, cC = { class: "w-fit md:text-[15px] fontFormattingAMA text-sm text-white bg-genpact-blue-box leading-6 p-3 rounded-lg" }, uC = /* @__PURE__ */ we({
17735
+ const sC = /* @__PURE__ */ Wt(iC, [["__scopeId", "data-v-0a8d15a2"]]), oC = { class: "flex justify-end items-end py-3" }, aC = { class: "max-w-[80%]" }, cC = { class: "w-fit md:text-[15px] fontFormattingAMA text-sm text-white bg-genpact-blue-box leading-6 p-3 rounded-lg" }, uC = /* @__PURE__ */ we({
17724
17736
  __name: "learnerSimulation",
17725
17737
  props: {
17726
17738
  question: {
@@ -17794,11 +17806,11 @@ const mC = /* @__PURE__ */ Wt(gC, [["__scopeId", "data-v-347ad6de"]]), SC = { cl
17794
17806
  return Ht(() => {
17795
17807
  var s;
17796
17808
  const o = document.getElementsByName("askQuestion"), n = Array.from(o);
17797
- console.log("New array===>", n), o.length && ((s = n == null ? void 0 : n.pop()) == null || s.scrollIntoView({ behavior: "smooth", block: "center" })), window.addEventListener("custom-event", a);
17809
+ o.length && ((s = n == null ? void 0 : n.pop()) == null || s.scrollIntoView({ behavior: "smooth", block: "center" })), window.addEventListener("custom-event", a);
17798
17810
  }), El(() => {
17799
17811
  var s;
17800
17812
  const o = document.getElementsByName("askQuestion"), n = Array.from(o);
17801
- console.log("New array===>", n), o.length && ((s = n == null ? void 0 : n.pop()) == null || s.scrollIntoView({ behavior: "smooth", block: "center" }));
17813
+ o.length && ((s = n == null ? void 0 : n.pop()) == null || s.scrollIntoView({ behavior: "smooth", block: "center" }));
17802
17814
  }), wl(() => {
17803
17815
  window.removeEventListener("custom-event", a);
17804
17816
  }), (o, n) => (O(), N("div", {
@@ -17842,7 +17854,7 @@ const mC = /* @__PURE__ */ Wt(gC, [["__scopeId", "data-v-347ad6de"]]), SC = { cl
17842
17854
  ], 512));
17843
17855
  }
17844
17856
  });
17845
- const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-e55a322f"]]), TC = { class: "flex items-center gap-4 py-2 rounded-full z-10" }, bC = {
17857
+ const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-cd418105"]]), TC = { class: "flex items-center gap-4 py-2 rounded-full z-10" }, bC = {
17846
17858
  key: 0,
17847
17859
  class: "flex items-center"
17848
17860
  }, MC = {
@@ -17968,7 +17980,7 @@ const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-e55a322f"]]), TC = { cl
17968
17980
  ])
17969
17981
  ]));
17970
17982
  }
17971
- }), Ye = (t) => (Vn("data-v-e951c0ed"), t = t(), $n(), t), $C = { class: "z-3 absolute bottom-0 mt-4 w-full bg-white px-2 md:px-6" }, KC = { class: "py-2" }, JC = { class: "flex" }, GC = { class: "z-1 relative w-full" }, QC = { class: "flex justify-between my-2 w-full" }, XC = /* @__PURE__ */ Ye(() => /* @__PURE__ */ P("div", null, null, -1)), ZC = {
17983
+ }), Ye = (t) => (Vn("data-v-115227f8"), t = t(), $n(), t), $C = { class: "z-3 absolute bottom-0 mt-4 w-full bg-white px-2 md:px-6" }, KC = { class: "py-2" }, JC = { class: "flex" }, GC = { class: "z-1 relative w-full" }, QC = { class: "flex justify-between my-2 w-full" }, XC = /* @__PURE__ */ Ye(() => /* @__PURE__ */ P("div", null, null, -1)), ZC = {
17972
17984
  key: 0,
17973
17985
  class: "flex justify-center bg-genpact-darkest-blue px-4 rounded-full"
17974
17986
  }, YC = { class: "relative w-full" }, ey = { class: "absolute inset-y-0 left-0 flex items-center pl-3" }, ty = { class: "tooltip" }, ry = /* @__PURE__ */ Ye(() => /* @__PURE__ */ P("span", { class: "tooltiptext text-genpact-darkest-teal" }, "Restart", -1)), ny = /* @__PURE__ */ Ye(() => /* @__PURE__ */ P("path", {
@@ -18014,9 +18026,8 @@ const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-e55a322f"]]), TC = { cl
18014
18026
  n.value = zt - h, o.value = h >= zt;
18015
18027
  }, d = async () => {
18016
18028
  var l, h, v, g, m, f, S, C;
18017
- console.log("options fdsfdscdzxfsdv", e.recognizedText);
18018
18029
  try {
18019
- if (console.log("options fdsfdscdzxfsdv", e.recognizedText), e.question.trim().length < 1) {
18030
+ if (e.question.trim().length < 1) {
18020
18031
  console.log("Please enter answer!");
18021
18032
  return;
18022
18033
  }
@@ -18024,7 +18035,7 @@ const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-e55a322f"]]), TC = { cl
18024
18035
  const y = {
18025
18036
  question: e.question || e.recognizedText
18026
18037
  };
18027
- console.log("ques", y), e.conversations.push(y);
18038
+ e.conversations.push(y);
18028
18039
  const w = T("");
18029
18040
  w.value = e.question || e.recognizedText, e.question = "";
18030
18041
  const A = {
@@ -18042,7 +18053,7 @@ const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-e55a322f"]]), TC = { cl
18042
18053
  e.addConversation((m = x.data) == null ? void 0 : m.body, "new");
18043
18054
  } else
18044
18055
  console.log("in the else case"), e.addConversation((f = I.data) == null ? void 0 : f.body, "new");
18045
- console.log("ohr id asdf", i.value), s.value = !1, e.dotLoader = !1, e.recognizedText = "";
18056
+ s.value = !1, e.dotLoader = !1, e.recognizedText = "";
18046
18057
  } catch (y) {
18047
18058
  if (console.error(y), e.dotLoader = !1, Pe.isAxiosError(y)) {
18048
18059
  const w = y;
@@ -18121,7 +18132,7 @@ const _C = /* @__PURE__ */ Wt(IC, [["__scopeId", "data-v-e55a322f"]]), TC = { cl
18121
18132
  ]));
18122
18133
  }
18123
18134
  });
18124
- const Cy = /* @__PURE__ */ Wt(Sy, [["__scopeId", "data-v-e951c0ed"]]), vo = (t) => (Vn("data-v-bbd70acc"), t = t(), $n(), t), yy = { class: "z-3 absolute bottom-0 mt-4 w-full bg-white px-2 md:px-6" }, Py = { class: "py-2" }, Ry = { class: "flex" }, Ey = { class: "z-1 relative w-full" }, wy = { class: "relative w-full" }, Ay = { class: "absolute inset-y-0 right-0 flex items-center md:pr-8 pr-3" }, Iy = { key: 0 }, _y = ["disabled"], Ty = /* @__PURE__ */ vo(() => /* @__PURE__ */ P("path", { d: "M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576 6.636 10.07Zm6.787-8.201L1.591 6.602l4.339 2.76 7.494-7.493Z" }, null, -1)), by = [
18135
+ const Cy = /* @__PURE__ */ Wt(Sy, [["__scopeId", "data-v-115227f8"]]), vo = (t) => (Vn("data-v-bbd70acc"), t = t(), $n(), t), yy = { class: "z-3 absolute bottom-0 mt-4 w-full bg-white px-2 md:px-6" }, Py = { class: "py-2" }, Ry = { class: "flex" }, Ey = { class: "z-1 relative w-full" }, wy = { class: "relative w-full" }, Ay = { class: "absolute inset-y-0 right-0 flex items-center md:pr-8 pr-3" }, Iy = { key: 0 }, _y = ["disabled"], Ty = /* @__PURE__ */ vo(() => /* @__PURE__ */ P("path", { d: "M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576 6.636 10.07Zm6.787-8.201L1.591 6.602l4.339 2.76 7.494-7.493Z" }, null, -1)), by = [
18125
18136
  Ty
18126
18137
  ], My = {
18127
18138
  key: 1,