public static function showPertanyaanUser()
 {
     return Pertanyaan::where('jawaban', '<>', 'NULL')->get();
 }