danilolekovic/cmpt415-project

Gather User Information (Expertise/Self-Reflection)

danilolekovic opened this issue · 1 comments

Background

When registering for an account, the user can self-report their expertise level. This is beneficial because it can be used for personalizing gamification elements, as well as allowing the user to skip certain modules that the system deems would be irrelevant to them.

Requirements

  • User uses a slider from 0 (New) to 5 (Expert) to rate their knowledge on certain topics
  • User information is stored in database table corresponding to the user's ID

The form input is there; it just needs to dynamically loaded for all modules and actually saved into the database.