Last week my Drupal partner left to Maryland for an interview and won't be coming back until tomorrow so it was a little difficult for us to work and communicate regarding the UseCaseActivity effectively because of the time difference between Hawaii and Maryland. What we planned before hand was to see where we are now and then somehow have each other on different tasks so there is no possible way for us to overwrite each other's work.
Continuing where we left off from my previous blog post, we began setting up the table for the 3 verification types (text field, upload image, confirmation code) for the admin to add. Each verification type will have different fields where the admin is required to fill out.
Here is the fields required to fill out for each verification type:
Text Field
- Question
- Answer
Upload Image
- Upload Image Instruction
Confirmation Code
- Number of codes to generate
The purpose of the verification type is what the user will have to submit for that activity. Another 3 tables into the database are created in order to have the pending table to input valid data for each verification type that will store every submissions the user submitted.

Here is a screenshot of what the admin sees in the pending table:
On the first column displays a list of usernames and their submissions. Admins verify if the users' answer submitted are similar to the suggested response. If it matches the admin will award the user by click on the award button. The user will earn the amount of kukui nuts for that activity. Some suggested response shows a "None" field the reason for this is because the answer lies to more the number of confirmation codes. We still have to work out how it will try to match the user's confirmation code with our. By next week Thursday we will have everything tweaked and running for admins and users.
Continuing where we left off from my previous blog post, we began setting up the table for the 3 verification types (text field, upload image, confirmation code) for the admin to add. Each verification type will have different fields where the admin is required to fill out.
Here is the fields required to fill out for each verification type:
Text Field
- Question
- Answer
Upload Image
- Upload Image Instruction
Confirmation Code
- Number of codes to generate
The purpose of the verification type is what the user will have to submit for that activity. Another 3 tables into the database are created in order to have the pending table to input valid data for each verification type that will store every submissions the user submitted.

Here is a screenshot of what the admin sees in the pending table:

On the first column displays a list of usernames and their submissions. Admins verify if the users' answer submitted are similar to the suggested response. If it matches the admin will award the user by click on the award button. The user will earn the amount of kukui nuts for that activity. Some suggested response shows a "None" field the reason for this is because the answer lies to more the number of confirmation codes. We still have to work out how it will try to match the user's confirmation code with our. By next week Thursday we will have everything tweaked and running for admins and users.





