Smitacs CBT Ujian

Short Description: Plugin CBT WordPress membuat ujian online, online exam, online quiz, computer based test, tryout online.

7 database tables

Table NameDescriptionMethod
wp_cbt_course_enrollmentsStores cbt course enrollments data created by this plugin.Static
wp_cbt_coursesStores cbt courses data created by this plugin.Static
wp_cbt_learning_progressStores cbt learning progress data created by this plugin.Static
wp_cbt_learning_sessionsStores session data for tracking user or visitor state.Static
wp_cbt_questionsStores cbt questions data created by this plugin.Static
wp_cbt_resultsStores cbt results data created by this plugin.Static
wp_cbt_user_resetStores cbt user reset data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:smitacs_exam_page_idOption key:smitacscbt_disabledOption key:smitacscbt_scoringOption key:smitacscbt_sign_imageOption key:smitacscbt_sign_nameOption key:smitacscbt_sign_position
wp_postmeta
Post meta
wp_posts
Custom post type:smitacscbt_exam
wp_usermeta
User meta