NEED help to build my 1st glide app

Am a teacher and trying to build a app for my students to practice exam question for their National exam. Since am new to app tech and glide, am assited by Chat GPT. anyway GPT gave me 10 steps build my app but have problem following through. can anyone help by puting the correct Glide pictures to the respective steps. Thank you…

THE STEPS
STEP-BY-STEP: BUILDING THE APP IN GLIDE


:small_blue_diamond: Step 1: Upload Google Sheet to Glide

  1. Go to https://www.glideapps.com
  2. Click “New App”
  3. Choose “Google Sheets”
  4. Upload the Grade12_Exam_Revision_App_Template.xlsx to Google Drive and link it
  5. Select “Users” sheet as the source for sign-in

:small_blue_diamond: Step 2: Enable User Sign-in

  1. Click “Settings”Privacy
  2. Select: Public with Email
  3. Enable: User Profiles
  4. Choose the Users sheet as the User Profile sheet
  5. Map:
  • Name → Full Name
  • Email → Email
  • Subscription → Subscription
  • Subjects → Subjects Entitled

:small_blue_diamond: Step 3: Create the Home Page Layout

  • In Glide, this is the main screen after login.

Display:

  • Details layout → show:
    • Student Full Name, School, Province (use text components)
    • Inline List: “Subjects Entitled”

How to show subjects:

  • Create a Relation column in the “Users” sheet that links Subjects Entitled to the Subject Name in Subjects sheet.
  • Use an Inline List from that relation (filter by user login).

:small_blue_diamond: Step 4: Subject Interface (on subject click)

When a student taps on a subject:

  • Create a new screen showing:
    • Filters: By Year, Unit, Topic, AI Generated
      • Use Choice components (linked to the Questions sheet)

Below the filters:

  • Add a “Start Quiz” button
    • Action: Link to screen → Filter questions by subject + chosen year/unit/topic
    • Show 30 questions one by one

:small_blue_diamond: Step 5: Question Interface (Quiz View)

You will create a custom quiz screen:

  • Use a form or custom action flow to:
    • Show question text
    • 4 Multiple Choice options (A–D)
    • Submit answer → store in Responses sheet
    • After 30 questions → show score + feedback

:small_blue_diamond: Step 6: Result Summary Screen

After the quiz:

  • Create a screen that pulls:
    • Number of Correct vs Incorrect
    • Link to view answers + explanations
  • Use:
    • Bar Chart or Pie Chart from Responses and Analytics sheet
    • Show per-topic accuracy, if desired

:small_blue_diamond: Step 7: Offline Mode

  • Use a tab or visibility rule to show OfflineQuestions sheet
  • Display a static list of 30 questions (answers only, no solution)

:small_blue_diamond: Step 8: Timed Quiz Mode

  • Use Glide’s built-in Timer/Date columns:
    • When quiz starts, capture start time
    • On submit, capture end time
    • Calculate duration in the Responses or Analytics sheet
  • Show “Time Taken” on result screen

:small_blue_diamond: Step 9: Performance Dashboard

  • Create a separate “Analytics” tab
  • Use charts:
    • Pie Chart: Correct vs Incorrect
    • Bar Graph: Accuracy by topic
    • Line Chart: Progress over time (group by timestamp)

:small_blue_diamond: Step 10: Subscription Control (Free vs Subscribed)

Use visibility rules:

  • If Subscription = Free, limit:
    • Number of subjects
    • Hide AI-generated option
    • Lock full solutions
  • If Subscription = Subscribed, unlock all
1 Like

Welcome to glide David, check this out

2 Likes