Need Direction on Flashback Project #5757
-
|
Basic Prototype (Not Completed , Ignore the toolbar text Concept Card. It should be Flashback Card) Record_2025-03-16-09-26-29_943a62cb4c6fb83e010e1c2e82766a17.mp4In video some basic feature is missing like - (A dialog pops up inviting them to review a previous concept . The learner can accept or cancel.) and (showing learn again section in "Previous responses" section after seeing the solution and return back to the pending question) What have i done here?To show Learn Again button (implemented in this PR #5626 in similar way)
To show the Flashback Fragment
I have some doubt about this section (taken from Flashback Project Description)Additionally, this project also includes improving the general look-and-feel of submitted answers for both multiple choice and item selection interactions as these both currently rely on HTML generation rather than having a cleaner, natively rendered experience. This change will also allow them to be displayed properly in the 'flashback' experience. 1. Do we want to show the previous question and its correct answer, together with a solution explanation in Flashback Card? (like given in figma design)2. Does our current Assest support showing previous question answer on stuck state? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
|
Hi @BenHenning , @seanlip , @adhiamboperes , I need some clarification on the above questions and want to ensure that I am heading in the right direction. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @BenHenning , @seanlip , I have question related Flashback project.
Some question related milestone description.
|
Beta Was this translation helpful? Give feedback.

We need to dynamically determine the question and answer by inspecting the StateGraph from when the user most recently visited the state being reviewed (which we know from the Outcome of the answer that triggers the flashback state), and copying the question and correct answer to show in a temporary new mode of EphemeralState. This new EphemeralState would only stay in the StateGraph for as long as the review is being reviewed. We need to inspect the most recent visit (by state name) in the state graph, and copy the correct answer (always the last one in the list).