RunestoneInteractive / rs

A New Monorepo structure for Runestone
Other
43 stars 69 forks source link

Add: Interval to the PI Review Page to Wait for Question Data #583

Open ibrahimmoazzam opened 6 days ago

ibrahimmoazzam commented 6 days ago

This PR contains some changes related to adding an interval to the PI Review Page since some instructors have said they can't view any data (e.g., the correct answer, feedback, voting results) for certain questions. As I can't replicate the problem due to the Review Page functioning perfectly on my local system, I might have to add more changes to fix the problem.

bnmnetp commented 5 days ago

If the data is not in #questions-data when the page is loaded, its not going to appear later. Maybe you want to change to get the data you need using an API, that way you could call the API after a small delay, or call it again if you don't get the data the first time.

I think this would also be more in line with future directions if we should convert all of the peer instruction interfaces to use React.