Calculator Tools Calculator Tools
Create

Krosh and Yozhik - Krosh is going to school

Aug 12, 2026

About this app

Transcript of the Krosh and Yozhik show - Krosh is going to school

Krosh and Yozhik - Krosh is going to school Krosh and Yozhik - Krosh is going to school [Opening scene: Krosh and Yozhik are sitting in their living room.] Krosh: Yozhik, guess what? I'm going to school tomorrow! Yozhik: Wow, Krosh! That's great news. What made you decide to go to school? Krosh: Well, I've been watching all those kids go to school every day, and it looks like so much fun. I want to learn new things and make new friends too! Yozhik: That's a wonderful decision, Krosh. I'm sure you'll have a great time at school. Do you know which class you'll be in? Krosh: Not yet, Yozhik. But I'm excited to find out. I hope I get to be in the same class as my friend Liza. Yozhik: I'm sure you'll get to be in the same class, Krosh. You two are always together. Now, let's get ready for your first day of school. We need to pack your bag and get your uniform ready. [Scene transitions to Krosh and Yozhik preparing for Krosh's first day of school. They pack his bag and iron his uniform.] Krosh: Yozhik, I'm feeling a little nervous now. What if I don't make any friends? Yozhik: Don't worry, Krosh. Making friends is easy. Just be yourself and be friendly to others. I'm sure you'll make...

Related apps

Put this on your site

Source

                    <html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">

<title>Krosh and Yozhik - Krosh is going to school</title>
<meta name="description" content="Transcript of the Krosh and Yozhik show - Krosh is going to school">
<meta name="keywords" content="Krosh, Yozhik, show, episode, transcript, school">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

<!-- Built-In Functions for Apps -->
<script type="text/javascript">
var localStoragePrefix = "ct-169150303842323";
var lastSave = 0;
// save to localstorage
function saveLocal(data) {
if (Date.now() - lastSave < 1000) {
return;
}
// save to cookie
let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict";
cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString();
document.cookie = cookie;
lastSave = Date.now();
}

// load from localstorage
function loadLocal() {
var cookiePrefix = localStoragePrefix + "=";
var cookieStart = document.cookie.indexOf(cookiePrefix);
if (cookieStart > -1) {
let cookieEnd = document.cookie.indexOf(";", cookieStart);
if (cookieEnd == -1) {
cookieEnd = document.cookie.length;
}
var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd);
return JSON.parse(cookieData);
}
}
</script>

<script type="text/javascript">
// App Javascript Goes Here
</script>

<style>
/* App CSS Goes Here */
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Krosh and Yozhik - Krosh is going to school</h1>

<div class="transcript">
<p>
[Opening scene: Krosh and Yozhik are sitting in their living room.]
</p>
<p>
Krosh: Yozhik, guess what? I'm going to school tomorrow!
</p>
<p>
Yozhik: Wow, Krosh! That's great news. What made you decide to go to school?
</p>
<p>
Krosh: Well, I've been watching all those kids go to school every day, and it looks like so much fun. I want to learn new things and make new friends too!
</p>
<p>
Yozhik: That's a wonderful decision, Krosh. I'm sure you'll have a great time at school. Do you know which class you'll be in?
</p>
<p>
Krosh: Not yet, Yozhik. But I'm excited to find out. I hope I get to be in the same class as my friend Liza.
</p>
<p>
Yozhik: I'm sure you'll get to be in the same class, Krosh. You two are always together. Now, let's get ready for your first day of school. We need to pack your bag and get your uniform ready.
</p>
<p>
[Scene transitions to Krosh and Yozhik preparing for Krosh's first day of school. They pack his bag and iron his uniform.]
</p>
<p>
Krosh: Yozhik, I'm feeling a little nervous now. What if I don't make any friends?
</p>
<p>
Yozhik: Don't worry, Krosh. Making friends is easy. Just be yourself and be friendly to others. I'm sure you'll make lots of new friends.
</p>
<p>
[Scene transitions to the next day, Krosh is standing outside the school gate with Yozhik.]
</p>
<p>
Yozhik: Good luck, Krosh! Remember to listen to your teacher, be kind to your classmates, and have fun!
</p>
<p>
Krosh: Thanks, Yozhik. I'm ready for this new adventure. See you later!
</p>
<p>
[Krosh enters the school gate, waving goodbye to Yozhik. The episode ends with Yozhik watching Krosh disappear into the school building.]
</p>
</div>
</div>
</body>
</html>