[Crowdmark] Dashboard Composer Package

PHP Composer package named Crowdmark Dashboard is created to support large number of courses and participants. Repository is available on GitHub as https://github.com/waterloobae/CrowdmarkDashboard Composer package can be installed with Other details are available from repository. Instructions for Composer Package Install this package  Copy /config/API_KEY_Example.php file as API_KEY.php. Then assign your Crowdmark API key to ‘$api_key` […]

[Crowdmark] Adding Crowdmark into Moodle through LTI 1.3 Advantage

In order to start this process, contact Crowdmark support for their end setups. It works best if you can set this up with Crowdmark together. It takes only about 10 minutes to set this up. In your Moodle, go go “Site administration” -> “Plugins” -> “Activity modules” ->”External tool”. Then, click “Manage tools”. You can […]

[Crowdmark] Reading Crowdmark cover page with locally installed Llama 3.2 Vision 11B

To experiment how to collect student information when student rooster is not predefined, reading Crowdmark cover page with locally installed Llama 3.2 Vision 11B was attempted to evaluate the accuracy of OCR function from the model. The image is one of typical Crowdmark cover page with QR code and the area for the student first […]

[Laravel] How to build Laravel application with Docker 2/2

What is this? When more than one developer or machine are needed for development, repository like Git makes the task easier. This article explains how to add new machine or a new developer to your development team while using Laravel Sail/Docker. 1. Clone the repository to your local machine You can clone the repository with […]

Crowdmark API Endpoints

“Crowdmark is a grading and assessment solution that enables educators to grade paper-based and digital exams and assignments 3× faster than traditional workflows while leaving richer feedback for students.” Crowdmark hasn’t published their public API yet, but some of their APIs are available once you get your API Key. Here are some of API endpoints […]