hqchai / UCLA-Translate-Flashcards

0 stars 0 forks source link

Progress Bar #45

Closed brookewenig closed 10 years ago

brookewenig commented 10 years ago

Measure user's progress based on the card rating.

keylime503 commented 10 years ago

Looks like theres a bootstrap thing for this

keylime503 commented 10 years ago

This would be a cool thing to add if we have time before the demo, no big deal if we don't though.

brookewenig commented 10 years ago

Seems easy to add progress bar, but how are we measuring how far a user is in each deck? Then we can just choose one of the following progress bars to match user level.

keylime503 commented 10 years ago

For sake of time, I'm going to do this: Each card in a deck keeps track of it is has been seen in a quiz AND marked as correct. Progress bar shows percent of cards in deck that have been seen and marked as correct. I'll do the backend for this right now.

keylime503 commented 10 years ago

Done, checkout the latest push. I gave you a String "progressAmount" in home.jsp within the loop of decks. That string is a number from "0" to "100" that you can use for the progress amount.

keylime503 commented 10 years ago

Also, make sure you "ant compile" before deploying the app because I changed java code.