11 items with this tag.
Schola Schola is an incentivized learning platform that uses blockchain technology and AI chatbots to transform education into a gamified and rewarding experience.
A case study on incentivized learning, rewards, completion rates, and the product loop behind an edtech prototype.
A case study on incentivized learning, rewards, completion rates, and the product loop behind an edtech prototype.
Alliance.xyz 14 Company Company name* SCHOLA What are you building?* A modular framework for incentivized E-learning Pitch what you’re building in 1 paragraph.* Schola addresses the problem of low engagement and completion rates in online learning by building a gamified platform that leverages block...
Pitch 02/24 Scola Creating a world where learning is: Accessible to everyone. Motivating and rewarding.
Pitch Deck Schola A world where learning is: For everyone. Fun & Rewarding. A catalyst for growth.
Live Demo Script Today we are introducing Schola.
Varathon Deliverables App template for Vara: This template will facilitate deploying applications on Vercel, addressing the current difficulty of connecting the front-end with the Vara back-end.
Introduction c/o D9J9V & AntoTeVe Schola Creating a world where learning is: Accessible to everyone.
MVP Trivia Proposal Implemented on the VARA Network Overview We developed a smart contract on the VARA network to create and manage interactive trivia games on the blockchain.
Smart Contract Rust #![no_std] use gstd::{ async_main, debug, exec, msg, prelude::*, ActorId, Encode, Decode, TypeInfo }; use codec::{Encode, Decode}; use gmeta::{Metadata, InOut, Out}; // Constants for clarity const OK_REPLY: &[u8] = b"Trivia created successfully"; const ERROR_REPLY: ...