How to create a timed quiz in google form - google-forms

I use Google Classroom for my chess club and send out quizzes using Google form. I am trying to find out if it is possible to set up some sort of timer in Google Forms right now. All the answers I can find using google are pretty outdated.

Here's a blog you can check and try for the implementation on How to Schedule your Google Forms and Limit Submissions. Afterwards, you can just add as a material and attach the link using Google Classroom API.

You can use Timify.me add-ons. It's easy to use and looks good as well.
Pros:
- timmer shows on the top of the page
- triggers the form to close upon timeout
Cons:
- only paid version allows you to set logo, text, design and webcam tracking
- You can't customize the time countdown section-wise, countdown as a whole submission
note: you need to configure timify.me with a token from timify.me web app

Related

Google Forms Calendar Widget with Date Elimination

Long story short - I have a Google Form that has a calendar on it for project due dates. I have the form linked up as an integration to Monday.com that adds lead time when it populates in a queue.
What I want, is to have Google Forms automatically "gray" days starting from "today" up to four business days (Monday to Friday).
Is this a feature that is being overlooked? Or is it something that needs to be coded in?
Just curious how I can implement this process into my form for a more consistent workflow.
It's not possible to customize the "calendar widget" in Google Forms.
NOTE: Google usually don't mention on the documentation the features that aren't included; the Google Forms editor doesn't include any way to do that and Google Apps Script Forms service either.
Reference
https://support.google.com/a/users/answer/9991170?hl=en
https://developers.google.com/apps-script/reference/forms

Firebase Dynamic Link Click Count

We are planning to integrated firebase dynamic link to track content sharing and referrals in our app.
Firebase provides analytics data for how many times a user clicked on a url as mentioned here.
Since we are going to generate these links programmatically for referrals, is there any way to do a more granular tracking ?
Like if I want to see how many times all the links generated were clicked.
Or something like how many times a link with a particular parameter was clicked.
I tried looking through firebase docs but I don't think these usecases are covered there.
And if thats correct, what is a better way to track this ?
If you want to collect the analytics data for programmatically created dynamic links, you'll have to use REST API. Though, I also think that you can use BigQuery but I haven't tried this before. Collecting the data via Firebase Console is not yet available.

Acces to LinkedIn API for Apply Now button

I'm trying to add an 'Apply by LinkedIn' button to my website. I realise the plugin was deprecatad and am trying to use the JS SDK to create this. What I currently have in place (as documented here) will allow me to sign in to my account, however, the documentation doesn't go any further. How is the user to apply for a specific position, should this be referenced in the url somewhere?
Also, I've submitted the application to access the API but have heard nothing back after 9 days.
Any feedback appreciated,
Thanks :)

Paypal Subscription with Initial Payment

I am working with a customer to setup a paypal button to allow them to charge a customer an initial setup fee and then a monthly subscription. I am rather new to this, so I am looking for the best way to do this as I didn't see anything that seemed to stick out in the documentation on developer.paypal.com for this scenario. Do I use the restful api or classic api? The site is built in .Net, so if you also have any information to this as well, that would be appreciated. Now I am not looking for code, but just a nudge in the right direction so I can find out all the information I need to do this right. Thanks.
Wade
You can use a Payments Standard Subscription button for this. They're pretty simple to create and add to the site. They can be created through a PayPal account or from your own custom HTML form.
The PayPal button code is just a an HTML form so you shouldn't have a problem adding it to your customer's site. Here are some details on Subscription buttons:
https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/subscribe_buttons/
I wouldn't recommend using an API but if you want to learn more about them you can look around on Developer.PayPal.com

Add custom events to website user's google calendar using calendar api

I envision a user visiting my mobile website (not an app), finding an important event with an associated date, being asked if they want to sync this date/event to their google calendar, saying yes, and my website depositing this event into their google calendar.
Their would be many events, and they would be based on user input, so it wouldn't work to just sync my calendar with theirs. I would have to insert a custom date/event into their calendar so they could track it.
Hopefully this makes sense. I haven't seen anything like this on the web but I'm sure it exists.
Thanks,
S
Take a look at the Google Calendar Event Publisher Guide. It sounds like it will meet your needs.

Resources