Skip to content

Commit

Permalink
Adding survey AUdio Video Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainJolidon committed Oct 25, 2023
1 parent b5943d8 commit 36ede8f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
44 changes: 44 additions & 0 deletions pages/changelogs/2023-10-24-survey-audio-video.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
import { MdxLayout } from "components/mdx-layout.tsx";

export const meta = {
slug: "2023-10-24-survey-audio-video",
publishedAt: "2023-10-24T11:00:00.000Z",
title: "🎥 Introducing Audio & Video Surveys",
headerImage: `${process.env.NEXT_PUBLIC_APP_HOST}/imgs/survey-audio-video.gif`,
authors: [
{
name: "Romain Jolidon",
description: "Fullstack Developer",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/romain-jolidon.png`,
},
{
name: "Samuel Berthe",
description: "Chief Technical Officer",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/samuel-berthe.png`,
},
{
name: "Martin Dequatremare",
description: "Tech Lead",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/martin-dequatremare.png`,
},
{
name: "Simon Robic",
description: "Chief Product Officer",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/simon-robic.png`,
},
],
};

Today, we're launching a new way to interact with your users from your website and mobile app on the Screeb platform:

📽️ Ask questions in video and get a 35% higher response rate than text surveys!

Collect answers in video or 🎙 in voice note (yes, like in WhatsApp) and receive richer, more spontaneous insights from your users!

🎉 It's a major evolution that we're very proud of, and one that our first users, in beta since last June, already can't live without.

export default ({ children, ...rest }) => (
<MdxLayout meta={meta} {...rest}>
{children}
</MdxLayout>
);
Binary file added public/imgs/survey-audio-video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Screeb Changelog</title>
<link>http://localhost:3000</link>
<description>How Screeb gets better every week</description>
<lastBuildDate>Mon, 25 Sep 2023 08:25:10 GMT</lastBuildDate>
<lastBuildDate>Wed, 25 Oct 2023 07:54:06 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>Feed for Screeb changelog</generator>
<image>
Expand All @@ -13,6 +13,20 @@
<link>http://localhost:3000</link>
</image>
<copyright>All rights reserved 2023, Screeb</copyright>
<item>
<title><![CDATA[🎥 Introducing Audio & Video Surveys]]></title>
<link>http://localhost:3000/changelogs/2023-10-24-survey-audio-video</link>
<guid>http://localhost:3000/changelogs/2023-10-24-survey-audio-video</guid>
<pubDate>Tue, 24 Oct 2023 11:00:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/survey-audio-video.gif" length="0" type="image/gif"/>
</item>
<item>
<title><![CDATA[😱 Introducing Emotion Analysis]]></title>
<link>http://localhost:3000/changelogs/2023-09-29-response-emotions</link>
<guid>http://localhost:3000/changelogs/2023-09-29-response-emotions</guid>
<pubDate>Fri, 29 Sep 2023 12:30:00 GMT</pubDate>
<enclosure url="http://localhost:3000/imgs/response-emotions.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🌟 Introducing Screeb's New Homepage: A Fresh Look with Enhanced Features 🌟]]></title>
<link>http://localhost:3000/changelogs/2023-08-23-new-homepage</link>
Expand Down

0 comments on commit 36ede8f

Please sign in to comment.