Normally you would configure one job which will skip the verified job and reverify the skiped ones after some time of time and another less executed one for the full-verify.
As example I have one verify job which is run every day and will skip the already verified but still re-verify them after seven days:

And another one which will do a full verify at 4:00 am on the first day of the months:

Please note the difference in duration:
So in the end I have a daily verify of new backups and after seven days I can be quite sure that most of my backups are ok. The monthly full-verify is an additional safety that the backups are still fine but in theory shouldn't be needed.
Depending on your usecase and dataloss paranoia the schedules could be adapted e.g. the first one could be changed to do one weekly verify with re-verify after 30 days and the full-verify to every two or three months.
Regarding the question marks: They indicate, that a backups wasn't verified yet which is normal for new backups.
And it's normal that part of your backups are not in a verified state, the datastore has a setting whether new backups should be verified or not:
As you see I have disabled this, most likely yours is disabled too. Whether you enable it or not is kind of a tradeoff. If you enable it any new backup will be verified so you know directly whether it's ok or not. But if you don't enable it the backup job will be finished earlier. Another thing to consider: A regular verify job will only verify each chunk once, even if it's part of multiple backup snapshots.
As you propably know PBS works by splitting the backups data in a lot of small files (chunks) which are then referenced in each backup snapshot who should have them:
https://pbs.proxmox.com/docs/technical-overview.html
The consequence is that each chunk will only be needed to upload and verified once, thus saving storage space and execution time for backups (an already uploaded chunk doesn't need to be uploaded again) and verification ( a backup job verifying multiple backups needs only to verify a chunk for the first backup it checks).