Wednesday 27 September 2023

Desain Google Docs

 






Google Form Chat GPT

 






Membuat Laporan Google Form

 







Big Query 1

 








Google My Business

 


https://www.youtube.com/watch?v=pZhF3EDGQrw




Force Copy Google Site

 






Awesome Google Site designs

 


https://sites.google.com/sowashventures.com/sites-inspiration-gallery/home?authuser=1

https://sites.google.com/a/tarriers.org/portal/

https://sites.google.com/a/tarriers.org/mslibrary/







https://www.chrmbook.com/use-google-sites-for-your-next-class-project/


Tutorial HTML CSS dan Google Site

 



























Thursday 21 September 2023

Login di Google Site

 



https://www.youtube.com/watch?v=6zntMPh42Wc

Managemen Financial

 












BPWebs - CRUD Google Sheet

 








Google Form Section - Query

 



Tally Form

 















Google Form - List Drop down dari spreadsheet

 















/**
 * Auto-populate Question options in Google Forms
 * from values in Google Spreadsheet
 *
 * Written by Amit Agarwal (MIT License)
 *
 **/

const populateGoogleForms = () => {
  const GOOGLE_SHEET_NAME = "NAMA SHEET ANDA";
  const GOOGLE_FORM_ID = "ID GOOGLE FORM";

  const ss = SpreadsheetApp.getActiveSpreadsheet();

  const [header, ...data] = ss
    .getSheetByName(GOOGLE_SHEET_NAME)
    .getDataRange()
    .getDisplayValues();

  const choices = {};
  header.forEach((title, i) => {
    choices[title] = data.map((d) => d[i]).filter((e) => e);
  });

  FormApp.openById(GOOGLE_FORM_ID)
    .getItems()
    .map((item) => ({
      item,
      values: choices[item.getTitle()],
    }))
    .filter(({ values }) => values)
    .forEach(({ item, values }) => {
      switch (item.getType()) {
        case FormApp.ItemType.CHECKBOX:
          item.asCheckboxItem().setChoiceValues(values);
          break;
        case FormApp.ItemType.LIST:
          item.asListItem().setChoiceValues(values);
          break;
        case FormApp.ItemType.MULTIPLE_CHOICE:
          item.asMultipleChoiceItem().setChoiceValues(values);
          break;
        default:
        // ignore item
      }
    });
  ss.toast("Google Form Updated !!");
};






Gallery Maker

 



https://www.gallerymker.com/album/pwkmxmygjq




=left(replace(A2,26,7,"thumbnail?id="),71)



Sunday 17 September 2023

Platform Belajar - Canva

 










Matematika Bisnis - Yudy

 


















Big Data

 








Kewirausahaan Digital

 










Big Query Warehouse

 











Ricki Chan - Visualisasi Data Looker Studio

 






















Google Form - Nanang

  https://www.youtube.com/watch?v=oq585fP21co https://www.youtube.com/watch?v=Kgzi0GYTEsg&list=PLs7Ii4GBXZEzueU1g3BRZgN36HTHvqP4j&in...