{{ activity }} Time Tracker

Add Records

  • {{ error }}
  • Date must be today or in the past.

    Enter a number of hours, more than 0, up to a maximum of 24


    What media?


    Status


    Activity Records

    {{ totalRecords }}

    Date How many hours? Type Media Completed Notes
    {{ formatDate(record.date) }} {{ record.hours.toFixed(2) }} {{ record.type }} {{ record.medium }} {{ checkedBox(record.completed) }} {{ textareaDisplayCharacterLimit(record.note) }}

    Summary

    You have practiced a total of {{ totalHours.toFixed(2) }} hours.

    Practice hours for each activity:

  • {{ eachActivityHours.typeOfActivity }}: {{ eachActivityHours.numOfHours.toFixed(2) }}