Posts

Showing posts from October, 2021

How to add new line in google forms linear scale type question

Image
 Below script helps to add a new line in the linear scale type question in google forms. Follow the steps in the video given for more details: Script : function addLineBreaks() {   var form = FormApp.getActiveForm();       // find form items you need    var questions = form.getItems(FormApp.ItemType.SCALE);      for(i = 0; i < questions.length; i++)   {     var title = questions[i].getTitle();     questions[i].setTitle(title.split(". ").join("\n"));   } }

Whatsapp , Facebook and Instagram crashed globally. on october 4

 No clue on the exact reason, WhatsApp , Facebook and Instagram is down  for a while. The issue is reported globally and not servicing still. WhatsApp has acknowledged that they are working on the issue.  They mentioned  “working to get things back to normal and will send an update here as soon as possible." Users of WhatsApp have tweeted that one of the world's most popular instant messaging apps has not been working for some time now. Some Instagram users also reported that the app is down. No messages were getting delivered on WhatsApp, users tweeted, while no content could be loaded on the photo- and video-sharing app Instagram. Users can check the downdetector to see the current status: https://downdetector.com/status/whatsapp/